a static gallery generator plugin for Pelican using Colorbox and Galleria
Find a file
2014-10-02 17:55:38 -05:00
themes made base colorbox template work 2014-10-02 17:54:04 -05:00
__init__.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
album.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
compat.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
image.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
LICENSE initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
pkgmeta.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
README.md status update 2014-10-02 17:55:38 -05:00
siglican.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
utils.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
video.py initial commit - siglican 0.0.1a 2014-09-29 14:12:00 -05:00
writer.py comment/logging cleanup 2014-10-02 17:53:11 -05:00

siglican

A static gallery generator plugin for Pelican, based on the Sigal Colorbox/Galleria generator by Simon Conseil.

##Notes

  • The bulk of the code is ported from Sigal v0.8.0.
  • Removal of Sigal process handling, rewriting Sigal settings variables, and integration as a Pelican Generator plugin by Scott Boone.
  • The core python code used to generate gallery directories and images as well as to populate the Jinja environment with album metadata is in beta. Jinja templates are incomplete.

To Do

  1. Update galleria theme to work.
  2. Change settings names to something other than SIGAL_*
  3. Unit tests.
  4. Logging cleanup.
  5. General code and documentation cleanup.