doc - add a theme and demo section

This commit is contained in:
Simon
2012-11-14 00:47:36 +01:00
parent f1d9afa534
commit e39582ce5e
2 changed files with 22 additions and 15 deletions

View File

@@ -14,12 +14,12 @@ and it allows to build a static gallery of images with the following features:
* relative links for a portable output,
* MIT licensed.
Links
Links :
* Latest documentation on `readthedocs.org`_
* Latest documentation on the `website`_
* Source, issues and pull requests on `Github`_
* Releases on `PyPI`_
.. _readthedocs.org: http://sigal.rtfd.org/
.. _website: http://sigal.saimon.org/
.. _Github: https://github.com/saimn/sigal/
.. _PyPI: http://pypi.python.org/pypi/sigal

View File

@@ -7,20 +7,34 @@ and it allows to build a static gallery of images with the following features:
* process directories recursively,
* resize images and create thumbnails,
* generate html pages using jinja2 templates,
* generate HTML pages using jinja2 templates,
* relative links for a portable output,
* MIT licensed.
Links
Links :
* Latest documentation on `readthedocs.org`_
* Latest documentation on the `website`_
* Source, issues and pull requests on `Github`_
* Releases on `PyPI`_
.. _readthedocs.org: http://sigal.rtfd.org/
.. _website: http://sigal.saimon.org/
.. _Github: https://github.com/saimn/sigal/
.. _PyPI: http://pypi.python.org/pypi/sigal
Themes & Demo
-------------
Sigal comes with two themes, based on the `colorbox`_ and `galleria`_
Javascript libraries:
- `colorbox demo`_
- `galleria demo`_
.. _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/
Installation
------------
@@ -38,7 +52,7 @@ Dependencies
- Python Imaging Library (PIL / Pillow)
- Jinja2
- Python Markdown
- pyexiv2 (optionnal, used to copy exif metadatas)
- pyexiv2 (optional, used to copy exif metadatas)
How to Use
----------
@@ -107,13 +121,6 @@ named ``index.mkd`` :
If this file does not exist the directory's name is used for the title, and
the first image of the directory is used as representative.
Credits
-------
* galleria: http://galleria.aino.se/
Changelog
---------