Fanstatic packaging of Galleriffic
Project description
js.galleriffic
Introduction
This library packages Galleriffic for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.galleriffic) are published to some URL.
How to use?
You can import galleriffic from js.galleriffic and need it where you want these resources to be included on a page:
>>> from js.galleriffic import galleriffic >>> galleriffic.need()
CHANGES
2.0.1-1 (2011-01-19)
Added forgotten dependency on js.jquery
2.0.1 (2011-01-19)
Initial release.