Commit Graph

75 Commits

Author SHA1 Message Date
Jonas Kaufmann
8472126a07 Improvements for upload to s3 plugin
- All files in the sigal build directory are now uploaded instead of manually building file list. This makes the plugin more robust for future changes.
- Added progressbar to check upload progress
- Added option to set a S3 permission policy (for example public-read or private) on all uploaded files
- Added option to skip files that were already uploaded before
- Added plugin to documentation
- Added plugin settings to default configuration template
2014-10-15 08:53:44 +02:00
Simon Conseil
90876fbdc8 Include plugins in the distributed package (ref #117). 2014-10-08 00:05:30 +02:00
Vikram Shirgur
9e92415a50 Allow destination to be read from option sepcified in config file.
Write error to log when destination doesn't exist and config is not available.

Add self to AUTHORS.

Remove logging from serve command due to issues with running test_cli.
Add test-case for 'serve' command.

Add docs for the serve command.
2014-09-05 00:13:02 +02: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
ba3306a787 Prepare next version. 2014-08-30 15:50:10 +02:00
Simon Conseil
278c972183 Bump version 0.8.0 2014-08-30 15:38:58 +02:00
Simon Conseil
1fe827eb23 Add a setting and a cli option to specify the gallery title (ref #91). 2014-08-27 00:22:49 +02:00
Simon Conseil
32e6ba2e12 Update docs and changelog. 2014-08-26 23:55:24 +02:00
Simon Conseil
e7f9f91636 Replace argh with click. 2014-08-25 00:41:58 +02:00
Simon Conseil
257ee4707e Use plain css to simplify theme customizing.
Remove the dependency on ruby/sass, only cssmin is required to minify css files
(and it can be installed with pip).
2014-08-24 22:32:39 +02:00
Simon Conseil
71afbf5355 Adapt code to work with the latest changes on master. 2014-07-17 00:41:40 +02:00
Andreas Sieferlinger
1017c703a9 adding function to read additional data for images from markdown files 2014-07-16 23:03:15 +02:00
Simon Conseil
32050a4c50 Add more docs and signals. 2014-06-07 22:20:43 +02:00
Simon Conseil
e3f34db5dc Add a plugin system with blinker, and make plugins for copyright and adjust. 2014-06-07 22:20:43 +02:00
Simon Conseil
9b0a8d6c37 Prepare next version. 2014-05-10 23:06:16 +02:00
Simon Conseil
9ac6fb5670 Update changelog and add links to reference issues. 2014-05-10 22:50:29 +02:00
Simon Conseil
378a9f0da7 New setting to choose the media format used for ZIP archives. 2014-04-07 23:26:37 +02:00
Simon Conseil
012758a77e Allow to customize the column width of the colorbox theme. 2014-03-26 23:43:50 +01:00
Simon Conseil
7ddf297e25 New settings to filter directories and files with pattern matching (ref #63 #80). 2014-03-24 23:59:32 +01:00
Simon Conseil
07f0c42396 New setting to disable autorotation of images, and warn about the
incompatibility between autorotation and EXIF copy (ref #72).
2014-03-11 00:05:34 +01:00
Simon Conseil
befc3581c4 New settings to define the sort order for albums and medias (closes #2). 2014-03-10 23:47:36 +01:00
Simon Conseil
a3938520d7 Update changelog 2014-03-08 00:06:17 +01:00
Simon Conseil
cffd5d2c63 Use directly the Album object in the template.
- This allows to use all attributes of the album object.
- The meaning of the theme variables is more explicit.
2014-03-08 00:06:16 +01:00
Simon Conseil
cc40cbc18b Documentation 2014-03-07 23:29:07 +01:00
Simon Conseil
d97c72beb2 Prepare next version. 2014-01-25 23:32:31 +01:00
Simon Conseil
f734ed2925 Bump 0.6.0 2014-01-25 23:29:05 +01:00
Simon Conseil
d5aa560932 New setting to copy files from the source directory to the destination (ref #48) 2014-01-15 23:58:13 +01:00
Simon Conseil
e46c8d5b12 Update changelog and doc. 2013-12-26 18:34:44 +01:00
Simon Conseil
e7f5861b75 Remove clint dependency. 2013-12-16 22:45:25 +01:00
Simon Conseil
91e287be43 Re-add --version, update README & Changelog 2013-09-30 23:16:54 +02:00
Simon Conseil
143294b407 Bump 0.5.1 2013-09-23 00:34:35 +02:00
Simon Conseil
da8530159e Update docs 2013-09-06 00:33:47 +02:00
Simon Conseil
e58fb28f3f Update changelog 2013-08-19 00:43:12 +02:00
Simon Conseil
ad475d2c12 Docs for bundled themes, pillow ... 2013-08-19 00:26:29 +02:00
Simon Conseil
9384ad5589 Split documentation in multiple pages. 2013-08-18 23:54:49 +02:00
Simon Conseil
a672fcaffa Change to flask theme and customize. 2013-08-18 23:50:09 +02:00
Simon Conseil
ee36e87b47 Add flask theme 2013-08-18 23:50:09 +02:00
Matthias Vogelgesang
4940bbdc0c Read GPS coordinates from EXIF tags
If GPS information can be found in the EXIF tags, latitude and longitude will be
extracted and added to the `media.exif.gps` variable. Some ideas how to get the
GPS tags from the EXIF tags where borrowed from Eran Sandler's gist (licensed
under MIT license):

    https://gist.github.com/erans/983821
2013-08-14 10:21:31 +02:00
Matthias Vogelgesang
fdb8a2c18b Add documentation for zip_gallery 2013-08-03 16:31:28 +02:00
Simon Conseil
f470c269a3 Merge pull request #27 from matze/misc-cleanup
Miscellaneous changes
2013-08-03 06:59:28 -07:00
Matthias Vogelgesang
96a5f4d7d3 Include README.rst in index.rst
This reduces redundancies and potential inconsistencies between the README and
the main docs.
2013-08-03 15:51:08 +02:00
Matthias Vogelgesang
02b8a703fc Fix exif/raw_exif and add datetime documentation 2013-08-03 15:45:51 +02:00
Matthias Vogelgesang
467fbd7e3d Describe template variables 2013-08-02 08:14:42 +02:00
Simon Conseil
4ad831c786 Add some docs about PIL / Pillow (ref #22). 2013-07-26 00:01:55 +02:00
Simon Conseil
e085691cda Bump 0.4.1 2013-07-19 00:54:10 +02:00
Simon Conseil
1f5d211a78 Bump to 0.4.0 2013-06-12 00:39:05 +02:00
Simon Conseil
344e673a54 Customize theme 2013-06-12 00:34:48 +02:00
Simon Conseil
d091430102 Add flask_small theme 2013-06-12 00:01:19 +02:00
Simon Conseil
f8b7485025 Remove flask-sphinx-themes submodule 2013-06-11 23:55:07 +02:00
Simon Conseil
1275a6ac55 Copy all meta-data to make it available in the templates 2013-05-08 00:38:20 +02:00