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 |
|
Simon
|
2bbf14ce93
|
add a thumb_suffix setting and create a function to get the path of a thumbnail
|
2012-11-09 13:36:17 +01:00 |
|
Simon
|
6fcaa01e90
|
improve tests for gallery
|
2012-11-09 13:07:03 +01:00 |
|
Simon
|
b06c381833
|
fix 2 issues in gallery:
- use empty string when representative is not set
- make all subdirectories
|
2012-11-09 13:05:38 +01:00 |
|
Simon
|
c9f3b70e34
|
improve default theme
|
2012-11-09 13:05:04 +01:00 |
|
Simon
|
b0564e6c80
|
modify test samples
- add spaces in filenames
- add a subdirectory
|
2012-11-09 13:03:44 +01:00 |
|
Simon
|
d92bb4ab22
|
update setup and MANIFEST
|
2012-11-09 12:21:18 +01:00 |
|
Simon
|
8a50f87351
|
Move documentation to sphinx
|
2012-11-09 00:42:16 +01:00 |
|
Simon
|
1a07a35289
|
gitignore
|
2012-11-09 00:18:08 +01:00 |
|
Simon
|
bcf905b4ba
|
Update README
|
2012-11-09 00:16:47 +01:00 |
|
Simon
|
ebea260c7c
|
update copyright
|
2012-11-09 00:16:03 +01:00 |
|
Simon
|
2f00a2595b
|
add flask-sphinx-themes submodule
|
2012-11-09 00:03:01 +01:00 |
|
Simon
|
1a85719e5c
|
fix tests for gallery
|
2012-11-07 01:01:12 +01:00 |
|
Simon
|
9e0918e0af
|
improve docstrings
|
2012-11-05 01:01:38 +01:00 |
|
Simon
|
e0c29fef12
|
remove shebangs
|
2012-11-01 00:55:57 +01:00 |
|
Simon
|
5c3f0a873f
|
use codecs to save the html file
|
2012-11-01 00:48:32 +01:00 |
|
Simon
|
5e4a4067e1
|
use __future__ imports, absolute_import and division
|
2012-11-01 00:36:54 +01:00 |
|
Simon
|
6559f46e2a
|
rename fileextlist to ext_list + minor style improvements
|
2012-11-01 00:21:54 +01:00 |
|
Simon
|
1ca35ce1b2
|
update the sample data
|
2012-10-31 23:58:02 +01:00 |
|
Simon
|
7023d34f95
|
rename Generator to writer
|
2012-10-31 23:38:13 +01:00 |
|
Simon
|
fa07bdca40
|
reorganize the parsing of the directory structure
Avoid parsing too often the directory structure and files by doing it once at
the beginning and storing the info in a dict
|
2012-10-31 23:23:16 +01:00 |
|
Simon
|
4d41236c2a
|
simplify Gallery parameters
|
2012-10-30 00:27:12 +01:00 |
|
Simon
|
8fbd43f4d5
|
move Gallery in its own module
|
2012-10-29 23:48:55 +01:00 |
|
Simon
|
8998141395
|
pep8
|
2012-10-29 23:28:22 +01:00 |
|
Simon
|
071f8fb412
|
use clint progress bar
|
2012-09-15 00:41:54 +02:00 |
|
Simon
|
9d61810292
|
use relative path for directories in printed messages
|
2012-09-15 00:41:54 +02:00 |
|
Simon
|
48f0673602
|
use logging and add cli args: debug & verbose
|
2012-09-15 00:41:43 +02:00 |
|
Simon
|
3cf7df4dc4
|
setup.py:
- remove docutils dependancy
- use PIL instead of Pillow (though keep Pillow in the requirements file as PIL
will fail to install correctly with pip)
|
2012-08-30 00:06:26 +02:00 |
|
Simon
|
9162f81cb3
|
description should not be wrapped in a p tag
|
2012-08-29 23:46:38 +02:00 |
|
Simon
|
900da9d42f
|
add a make_thumbs setting to allow not generating thumbnails as they are not
needed for the galleria theme.
+ always generate thumbnail for the representative image
+ bugfixes for the boolean settings
|
2012-08-26 00:30:05 +02:00 |
|
Simon
|
e423397766
|
allow to use a custom theme by specifying its path with the theme setting
|
2012-08-26 00:30:05 +02:00 |
|
Simon
|
22870a1809
|
move get_metadata out of the class
|
2012-08-26 00:30:05 +02:00 |
|
Simon
|
bd77c87ad5
|
update README, requirements and setup.py to add the markdown description file.
|
2012-08-26 00:30:05 +02:00 |
|
Simon
|
e9c9cd1637
|
convert the sample description files to markdown
|
2012-08-26 00:30:04 +02:00 |
|
Simon
|
a7d2d8048f
|
change the description file to a markdown syntax file index.md
|
2012-08-26 00:29:57 +02:00 |
|
Simon
|
480335921e
|
change the licence to MIT
|
2012-08-26 00:29:57 +02:00 |
|
Simon
|
9b1dcf58f9
|
README
|
2012-08-26 00:29:57 +02:00 |
|
Simon
|
6fe0f3d331
|
keep the original ratio for the resized image
|
2012-08-26 00:29:51 +02:00 |
|
Simon
|
a22f665f89
|
move pyexiv2 check in read_settings and move copy_exif out of the Gallery class
|
2012-08-07 00:31:34 +02:00 |
|
Simon
|
88175f02c7
|
use ImageOps.fit to create the thumbnails cropped to thumb_size, if the
thumb_fit params is True (replace the square_thumb param).
|
2012-08-07 00:15:17 +02:00 |
|
Simon
|
8306351e6d
|
use assertItemsEqual as the order of the list of files returned by os.walk is
not always the same.
|
2012-08-06 00:14:54 +02:00 |
|
Simon
|
52edef7b65
|
fix the import of PIL/Pillow
|
2012-08-06 00:14:43 +02:00 |
|
Simon
|
7a9bc10199
|
pep8
|
2012-07-15 22:54:14 +02:00 |
|
Simon
|
34510f0050
|
test_image - rename the class
|
2012-07-15 22:45:33 +02:00 |
|
Simon
|
42e15841ca
|
copyright - simplify, remove the cli arg
|
2012-07-15 22:38:22 +02:00 |
|