git » galala » master » tree

[master] / README

galala - A static HTML image gallery
------------------------------------

galala is a static HTML image gallery written in Python, and using the
bottle.py framework for templating, and galleriffic for the displaying of the
images via javascript.

It keeps track of images in albums, generates thumbnails and scaled down
versions of them, and arranges everything for publishing via rsync or similar.

It is neither pretty nor elegant, but does the trick for simple albums.
Licenced under the MIT license, see the LICENCE file for more information.


If you want to report bugs, or have any questions or comments, just let me
know at albertito@blitiri.com.ar.


Galleriffic: http://www.twospy.com/galleriffic/ (MIT licence)
Bottle: http://bottlepy.org/ (MIT licence)