Commit Graph

17 Commits

Author SHA1 Message Date
Abdul Qabiz
cf9866f9c1 Add watermark plugin 2015-03-06 19:25:26 +05:30
Simon Conseil
ff2c79ca6d Allow to specify the author of an album (ref #139).
The author can be set in the album's index.md or in the settings.
2015-01-19 23:42:47 +01:00
Simon Conseil
dbc92d136d Test if title is already unicode. 2014-11-23 16:02:23 +01:00
Simon Conseil
d42915a1ca Fix the title which was not unicode when using the settings file (fix #104). 2014-11-23 15:53:09 +01:00
Simon Conseil
52ff2b947d Add warnings about imports in the settings file, to avoid breaking the
multiprocessing feature.
2014-09-04 22:49:01 +02:00
Simon Conseil
05f71e86e3 Add plugins in the test config file. 2014-06-07 22:32:45 +02:00
Simon Conseil
cbb714d4d4 Put the galleria video css in the main css file 2013-08-04 01:08:59 +02:00
Simon Conseil
34c96d9742 Add new settings for the source and destination directories. 2013-05-07 00:58:11 +02:00
Simon
57eb9cf456 Remove the copy exif feature.
This feature was not really needed as the exif metadata were just copied to the
generated image. Moreover, this was depending on pyexiv2 which is now deprecated
in favour of GExiv2.
2013-03-04 00:08:55 +01:00
Simon
fe4daee706 Cleanup the tests config file as it is no more used as an example in the docs. 2013-02-23 16:26:35 +01:00
Simon
7b099b766a Replace the jpg_quality setting with a dict of options.
Pass a dict with PIL options (quality, optimize, progressive).
Enlarge the MAXBLOCK buffer of ImageFile if there is an error (for the
progressive mode).
2013-01-21 23:36:21 +01:00
Simon
99ef37879b Add a setting to specify a list of links and adapt the themes to show the links. 2013-01-03 00:51:18 +01:00
Simon
14224154f1 Add a setting to optionally add index.html to the URLs (fix #8). 2012-12-21 23:41:32 +01:00
Simon
3638b0b02c Update the docs. 2012-12-18 00:34:14 +01:00
Simon
60e16f1a43 Add a setting for Google Analytics. 2012-12-15 00:47:50 +01:00
Simon
488da4c497 Rename the copy exif setting. 2012-12-15 00:17:33 +01:00
Simon
7d3e7bb207 Move the configuration to a python file.
After a long hesitation ... but this will allow to use tuple, etc.
2012-12-15 00:13:08 +01:00