Commit Graph

180 Commits

Author SHA1 Message Date
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
da60b03f74 Fix packaging issues:
- remove sass-cache directories
- include the test/sample files
2012-12-21 23:19:09 +01:00
Simon
06bdbec6d4 Version 0.2 2012-12-20 00:31:55 +01:00
Simon
becce4facc Update release notes. 2012-12-20 00:29:07 +01:00
Simon
e39582ce5e doc - add a theme and demo section 2012-12-20 00:17:25 +01:00
Simon
f1d9afa534 Homogeneize templates. 2012-12-18 01:01:27 +01:00
Simon
2d5fa81e05 Add theme inheritance with a default theme that will contain base templates. 2012-12-18 00:50:42 +01:00
Simon
3638b0b02c Update the docs. 2012-12-18 00:34:14 +01:00
Simon
d47a347748 Make the output_dir cli argument optional, and cleanup the messages. 2012-12-17 01:00:04 +01:00
Simon
f5ea6709ef Add a cli option to set the settings file. 2012-12-17 00:49:54 +01:00
Simon
4e23a2e8da Jinja setting: trim blocks. 2012-12-15 00:54:53 +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
Simon
aa26253d0a Fix the image paths for the galleria theme. 2012-12-14 23:33:34 +01:00
Simon
4d2c24f29d Remove the index link from the breadcumb. 2012-12-14 23:22:17 +01:00
Simon
e19ad7585a Rename the do_link function to link. 2012-12-14 22:23:47 +01:00
Simon
68a315ce64 Rename template vars from path to url. 2012-12-14 22:21:31 +01:00
Simon
7c68cf85dc Remove the index.html in the urls. 2012-12-14 22:13:50 +01:00
Simon
993602a46b Minor improvements for the colorbox theme. 2012-12-14 00:35:25 +01:00
Simon
95db8fe56e Rename galleria css file to .scss so that sass will really include them in the
minified file.
2012-12-13 13:50:27 +01:00
Simon
12d9009e5e Change the colorbox theme to use sass. 2012-12-13 13:48:46 +01:00
Simon
fd37365f70 Remove duplicate files. 2012-12-13 01:00:38 +01:00
Simon
41814a3bd6 Galleria theme: use normalize.css and sass. 2012-12-13 00:52:29 +01:00
Simon
9f46d62c90 Check that the index.html template is found. 2012-12-13 00:10:58 +01:00
Simon
97063d8246 Add a cli option to specify the theme. 2012-12-12 23:55:11 +01:00
Simon
f6c2aae1f2 Add more logging messages and improve docstrings. 2012-12-12 00:40:07 +01:00
Simon
82ce3684f6 Improve ui.
- don't show the progress bar in debug / verbose modes.
- color the processed path in green.
2012-12-12 00:38:33 +01:00
Simon
c6b53f08c0 Logging - don't show the timae. 2012-12-12 00:31:13 +01:00
Simon
3c7d6449d2 Store the list of directories and loop on directories in reversed order, to
process subdirectories before their parent (fix #6).
2012-12-11 00:05:52 +01:00
Simon
2d5407d073 Don't add the galleria scripts in the album pages (fix #7). 2012-12-10 22:00:19 +01:00
Simon
b2c93bbb2a Imprting __version__ was not a good idea. 2012-12-10 00:30:31 +01:00
Simon
2b5105c9cd Add travis build image in the README. 2012-12-10 00:21:27 +01:00
Simon
5acbef0364 Improve setup.py and add the test command. 2012-12-10 00:18:07 +01:00
Simon
ef42ec3fa9 Travis - add dependencies to build PIL. 2012-12-10 00:17:29 +01:00
Simon
258b76b84e Add tests for the Image class. 2012-11-27 23:47:16 +01:00
Simon
bf7f42e34b Update travis to use pyexiv2 2012-11-27 23:33:21 +01:00
Simon
ec2be44146 Add a test for the copy_exif function. 2012-11-27 23:31:12 +01:00
Simon
25b9f5966a Remove support for pyexiv2 0.1.x 2012-11-27 23:30:03 +01:00
Simon
4ffe0701fa fix tests for python 2.6, importing unittest2 if necessary 2012-11-22 13:59:42 +01:00
Simon
602e60453d add travis config 2012-11-22 13:54:03 +01:00
Simon
d2f135435a change the default theme to colorbox 2012-11-22 13:44:21 +01:00
Simon
ad74c09560 galleria - minor changes 2012-11-22 13:44:21 +01:00
Simon
35ba0dfc82 colorbox theme: concatenate css files 2012-11-22 13:44:21 +01:00
Simon
374467ef40 use colorbox (lightbox) for the default and rename it to colorbox
http://www.jacklmoore.com/colorbox
2012-11-22 13:43:53 +01:00
Simon
25e0cbbe85 update galleria to 1.2.8 2012-11-09 23:39:30 +01:00
Simon
7c47107342 change theme structure to avoid copying html templates in the output dir 2012-11-09 14:53:25 +01:00
Simon
357c93f14e improve description of settings
detail settings in tests/sample/sigal.conf and use this file in the docs.
2012-11-09 14:45:53 +01:00
Simon
6cc611773e rename settings and use strings for default settings otherwise an error is
raised if a setting is not in the config file.

Renames:
- big_img to keep_orig
- bigimg_dir to orig_dir
2012-11-09 13:50:07 +01:00