124 Commits (8a50f8735151f93c758f0475d886f3066aadb013)
 

Author SHA1 Message Date
Simon 8a50f87351 Move documentation to sphinx 14 years ago
Simon 1a07a35289 gitignore 14 years ago
Simon bcf905b4ba Update README 14 years ago
Simon ebea260c7c update copyright 14 years ago
Simon 2f00a2595b add flask-sphinx-themes submodule 14 years ago
Simon 1a85719e5c fix tests for gallery 14 years ago
Simon 9e0918e0af improve docstrings 14 years ago
Simon e0c29fef12 remove shebangs 14 years ago
Simon 5c3f0a873f use codecs to save the html file 14 years ago
Simon 5e4a4067e1 use __future__ imports, absolute_import and division 14 years ago
Simon 6559f46e2a rename fileextlist to ext_list + minor style improvements 14 years ago
Simon 1ca35ce1b2 update the sample data 14 years ago
Simon 7023d34f95 rename Generator to writer 14 years ago
Simon fa07bdca40 reorganize the parsing of the directory structure 14 years ago
Simon 4d41236c2a simplify Gallery parameters 14 years ago
Simon 8fbd43f4d5 move Gallery in its own module 14 years ago
Simon 8998141395 pep8 14 years ago
Simon 071f8fb412 use clint progress bar 14 years ago
Simon 9d61810292 use relative path for directories in printed messages 14 years ago
Simon 48f0673602 use logging and add cli args: debug & verbose 14 years ago
Simon 3cf7df4dc4 setup.py: 14 years ago
Simon 9162f81cb3 description should not be wrapped in a p tag 14 years ago
Simon 900da9d42f add a `make_thumbs` setting to allow not generating thumbnails as they are not 14 years ago
Simon e423397766 allow to use a custom theme by specifying its path with the `theme` setting 14 years ago
Simon 22870a1809 move get_metadata out of the class 14 years ago
Simon bd77c87ad5 update README, requirements and setup.py to add the markdown description file. 14 years ago
Simon e9c9cd1637 convert the sample description files to markdown 14 years ago
Simon a7d2d8048f change the description file to a markdown syntax file `index.md` 14 years ago
Simon 480335921e change the licence to MIT 14 years ago
Simon 9b1dcf58f9 README 14 years ago
Simon 6fe0f3d331 keep the original ratio for the resized image 14 years ago
Simon a22f665f89 move pyexiv2 check in read_settings and move copy_exif out of the Gallery class 14 years ago
Simon 88175f02c7 use ImageOps.fit to create the thumbnails cropped to thumb_size, if the 14 years ago
Simon 8306351e6d use assertItemsEqual as the order of the list of files returned by os.walk is 14 years ago
Simon 52edef7b65 fix the import of PIL/Pillow 14 years ago
Simon 7a9bc10199 pep8 14 years ago
Simon 34510f0050 test_image - rename the class 14 years ago
Simon 42e15841ca copyright - simplify, remove the cli arg 14 years ago
Simon 7e56b7a3b7 copy the theme files in a theme/ directory 14 years ago
Simon 5b19a732ea rename the theme file/class to generator 14 years ago
Simon 0c08b4d4c1 change default to not copy exiv 14 years ago
Simon cc267aa725 use a dict to gather template variable 14 years ago
Simon 52df3a1657 build sigal link in the template 14 years ago
Simon 62ee78176a more explicit names for PIL Image 14 years ago
Simon 926b1bbcd8 use Pillow instead of PIL 14 years ago
Simon a66eee2187 Merge branch 'theme' 14 years ago
Simon 2f178abdee default theme - use the PT Sans font 14 years ago
Simon 0e97e7a07c gitignore 14 years ago
Simon b1e704169f increase thumbnail size for the sample gallery 14 years ago
Simon 4e440c9b04 add some style for the default theme 14 years ago