Files
sigal/README.rst

26 lines
854 B
ReStructuredText
Raw Normal View History

2012-11-09 00:42:16 +01:00
sigal - yet another 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
* process directories recursively,
* resize images and create thumbnails,
2012-11-09 00:42:16 +01:00
* generate html pages using jinja2 templates,
* relative links for a portable output,
* MIT licensed.
2012-05-13 22:37:28 +02:00
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
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