Files
sigal/README.rst

46 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2013-05-06 23:33:09 +02:00
Sigal - Simple Static Gallery Generator
=======================================
2012-05-13 22:37:28 +02:00
2012-11-27 22:18:03 +01:00
.. image:: https://secure.travis-ci.org/saimn/sigal.png?branch=master
:target: https://travis-ci.org/saimn/sigal
:alt: Travis-ci: continuous integration status.
2012-11-09 00:42:16 +01:00
Sigal is yet another simple static gallery generator. It's written in Python
and it allows to build a static gallery of images with the following features:
2012-05-13 22:37:28 +02:00
2013-05-06 23:33:09 +02:00
* Process directories recursively.
* Generate HTML pages using jinja2 templates.
* Relative links for a portable output.
2013-09-06 00:33:47 +02:00
* Support themes, videos, EXIF tags, zip download.
2012-11-09 00:42:16 +01:00
* MIT licensed.
2012-05-13 22:37:28 +02:00
The idea behind Sigal is to ease the use of the javascript librairies like
`galleria`_. These librairies do a great job to display the images, Sigal does
what is missing: resize images, create thumbnails, generate html pages.
Sigal is compatible with Python 2.7 and 3.3.
2012-11-14 00:47:36 +01:00
Links :
2012-05-13 22:37:28 +02:00
2012-11-14 00:47:36 +01:00
* Latest documentation on the `website`_
2012-11-09 00:42:16 +01:00
* Source, issues and pull requests on `Github`_
* Releases on `PyPI`_
2012-05-13 22:37:28 +02:00
2013-08-19 00:26:29 +02:00
Themes & Demo
-------------
Sigal comes with two themes, based on the `colorbox`_ and `galleria`_
Javascript libraries:
- `colorbox demo`_
- `galleria demo`_
2012-11-14 00:47:36 +01:00
.. _website: http://sigal.saimon.org/
2012-11-09 00:42:16 +01:00
.. _Github: https://github.com/saimn/sigal/
.. _PyPI: http://pypi.python.org/pypi/sigal
2013-08-19 00:26:29 +02:00
.. _galleria: http://galleria.io/
.. _colorbox: http://www.jacklmoore.com/colorbox
.. _galleria demo: http://saimon.org/sigal-demo/galleria/
.. _colorbox demo: http://saimon.org/sigal-demo/colorbox/