1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Ondrej Grover 5bad061c19 rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican
CACHE_PATH can now be relative to settings file like OUTPUT_PATH.
Also add --cache-path commandline option.
Change cache loading warning to a less scary and more helpful message.
2014-05-02 18:08:32 +02:00
..
tests rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +02:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools Remove errant leading spaces from fabfile.py.in 2014-04-30 13:35:10 -07:00
__init__.py rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +02:00
contents.py Cache content to speed up reading. Fixes #224. 2014-04-15 08:57:38 -04:00
generators.py Merge pull request #1328 from Scheirle/StaticGeneratorSignals 2014-04-26 10:25:13 -07:00
log.py Minor text changes to log message limitation 2014-04-14 16:18:07 -04:00
paginator.py Fix Issue #1165 allows extensions to be set by certain settings 2014-03-08 20:33:23 -05:00
readers.py split content caching into two layers 2014-04-20 14:34:52 +02:00
rstdirectives.py Support for pygment defaults and relevant documentation 2013-09-15 23:13:17 -07:00
server.py Allow socket address reuse; fixed #1264 2014-02-14 14:20:38 -08:00
settings.py rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +02:00
signals.py add get_writer signal and unify with get_generators 2014-04-27 14:25:08 +02:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py rename CACHE_DIR -> CACHE_PATH to unify with rest of Pelican 2014-05-02 18:08:32 +02:00
writers.py enable writing of only selected output paths 2014-04-17 19:36:18 +02:00