Files
sigal/README.rst

58 lines
2.0 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.
2014-10-15 22:55:02 +02:00
.. image:: https://coveralls.io/repos/saimn/sigal/badge.png?branch=master
:target: https://coveralls.io/r/saimn/sigal?branch=master
:alt: coveralls.io
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.
2013-12-26 17:59:57 +01:00
* Parallel processing.
2012-11-09 00:42:16 +01:00
* MIT licensed.
2012-05-13 22:37:28 +02:00
2015-04-01 15:07:55 +02:00
The idea behind Sigal is to ease the use of the javascript libraries like
galleria_. These libraries 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
2014-08-25 22:02:04 +02:00
* Latest documentation on the website_
2015-04-01 15:07:55 +02:00
* Source, issues and pull requests on GitHub_
2014-08-25 22:02:04 +02:00
* Releases on PyPI_
* ``#sigal`` on Freenode, or with the webchat_ interface.
* `Mailing list`_ at Librelist (Archives_).
2012-05-13 22:37:28 +02:00
2013-08-19 00:26:29 +02:00
Themes & Demo
-------------
2015-09-07 22:24:18 +02:00
Sigal comes with three themes, based on the colorbox_, galleria_ and photoswipe_
2013-08-19 00:26:29 +02:00
Javascript libraries:
- `colorbox demo`_
- `galleria demo`_
2015-09-07 22:24:18 +02:00
- `photoswipe demo`_
2013-08-19 00:26:29 +02:00
2012-11-14 00:47:36 +01:00
.. _website: http://sigal.saimon.org/
2015-04-01 15:07:55 +02:00
.. _GitHub: https://github.com/saimn/sigal/
2012-11-09 00:42:16 +01:00
.. _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
2015-09-07 22:24:18 +02:00
.. _photoswipe: http://photoswipe.com
2013-08-19 00:26:29 +02:00
.. _galleria demo: http://saimon.org/sigal-demo/galleria/
.. _colorbox demo: http://saimon.org/sigal-demo/colorbox/
2015-09-07 22:24:18 +02:00
.. _photoswipe demo: http://saimon.org/sigal-demo/photoswipe/
.. _webchat: http://webchat.freenode.net/?channels=sigal
2014-08-25 22:02:04 +02:00
.. _Archives: http://librelist.com/browser/sigal/
.. _Mailing list: mailto:sigal@librelist.com