pelican/pelican
Ondrej Grover 1cb190df7f Fix RstReader authors metadata processing
The reader would return a list of authors already, but
METADATA_PROCESSORS['authors'] expects a string.
Added a test case for this (only the HTMLReader had it).
2014-06-28 16:18:47 -07:00
..
tests Fix RstReader authors metadata processing 2014-06-28 16:18:47 -07:00
themes Run tag name through escape filter to avoid invalid HTML 2014-06-28 16:18:43 -07:00
tools Remove errant leading spaces from fabfile.py.in 2014-06-28 16:18:46 -07:00
__init__.py Fix #1344 move PLUGIN_PATH -> PLUGIN_PATHS 2014-06-28 16:18:46 -07:00
contents.py Fix intrasite links substitions in content 2014-06-28 16:18:46 -07:00
generators.py move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS 2014-06-28 16:18:46 -07:00
log.py Minor text changes to log message limitation 2014-06-28 16:18:44 -07:00
paginator.py Fix Issue #1165 allows extensions to be set by certain settings 2014-06-28 16:18:43 -07:00
readers.py Fix RstReader authors metadata processing 2014-06-28 16:18:47 -07: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-06-28 16:18:43 -07:00
settings.py Add {PAGE,ARTICLE}_PATHS to {ARTICLE,PAGE}_EXCLUDES automatically 2014-06-28 16:18:47 -07:00
signals.py add get_writer signal and unify with get_generators 2014-06-28 16:18:45 -07: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-06-28 16:18:46 -07:00
writers.py enable writing of only selected output paths 2014-06-28 16:18:45 -07:00