2012-12-18 00:34:14 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2012-11-09 14:43:08 +01:00
|
|
|
|
2013-05-07 00:57:07 +02:00
|
|
|
source = 'pictures'
|
2012-12-15 00:13:08 +01:00
|
|
|
thumb_suffix = '.tn'
|
|
|
|
|
thumb_size = (200, 150)
|
|
|
|
|
keep_orig = True
|
2012-11-09 14:43:08 +01:00
|
|
|
|
2012-12-22 16:13:52 +01:00
|
|
|
links = [('Example link', 'http://example.org'),
|
|
|
|
|
('Another link', 'http://example.org')]
|
|
|
|
|
|
2012-12-15 00:13:08 +01:00
|
|
|
copyright = "An example copyright message"
|