Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.js.galleria

How to install collective.js.galleria

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.js.galleria
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.2
1.2.5Never BuiltWhy not?
1.2 Available View build log
1.0 Available View build log
Windows (64-bit)
1.2
1.2.5Never BuiltWhy not?
1.2 Available View build log
1.0 Available View build log
Mac OS X (10.5+)
1.2
1.2.5Never BuiltWhy not?
1.2 Available View build log
1.0 Available View build log
Linux (32-bit)
1.2.3
1.2.5Never BuiltWhy not?
1.2.3 Available View build log
1.2 Available View build log
1.0 Available View build log
Linux (64-bit)
1.2.5 Available View build log
1.2.3 Available View build log
1.2 Available View build log
1.0 Available View build log
 
License
GPL
Dependencies
Lastest release
version 1.2.5 on Jan 9th, 2014

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

https://secure.travis-ci.org/collective/collective.js.galleria.png

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

makinacom

Authors

Contributors

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

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.