UNKNOWN
Project description
Introduction
This addon register Galleria JQuery plugin in Plone’s resource registries.
version: 1.2.9
About Galleria
Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is to simplify the process of creating professional image galleries for the web and mobile devices.
How to install
This addon can be installed as any other Plone addon. Please follow official documentation.
Have an idea? Found a bug? Let us know by opening a support ticket.
Notes
Galleria in its way to manage theme parse all link tags to find the css attached to the theme. To make it work in production mode you must add themes javascript and css called by the template.
// look for manually added CSS $('link').each(function( i, link ) { reg = new RegExp( theme.css.replace('\+\+resource\+\+','\\+\\+resource\\+\\+') ); if ( reg.test( link.href ) ) { // we found the css css = true; Galleria.theme = theme; return false; } });
As you can see the original code has been patched to support ++resource++ url.
Credits
Companies
Authors
JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
Contributors
Nathan VANGHEEM <vangheem@gmail.com>
Cleber J Santos <cleber@cleberjsantos.com.br>
Changelog
1.2.5 (2013-01-26)
Add plugins as browser resources directory [cleberjsantos]
Add travis-ci integration with test + python-validation [cleberjsantos][toutpt]
1.2.4 (2013-01-10)
Update galleria to 1.2.9
1.2.3 (2012-08-15)
Fix typo in previous release
1.2.2 (2012-08-15)
Update galleria to 1.2.8
1.2.1 (2012-07-10)
Fix CSS path to images loader and map.
1.2 (2012-04-05)
upgrade to galleria 1.2.7
1.1 (2012-02-22)
upgrade to galleria 1.2.6
1.0 (2012-01-04)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.js.galleria-1.2.5.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | f028345cf78599cbfe2c80972208e8fe96b3d743b3781a1295778dc1414a280e |
|
MD5 | 57906b2ce1a93f077a0587293291d4b2 |
|
BLAKE2b-256 | 95ebfbaeeb9649381ca2807e839edcabe81b3ecd66f9f35f43d1c820a2070452 |