1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Tastalian 260953da02 Make docutils requirement explicit. Fixes #1243.
Previously, the error returned by Python when docutils is not installed
was not explicit, instead saying that HTMLTranslator is not defined
(needed by FeedGenerator and such), forcing the user to go into
readers.py to figure out that this happens because "import docutils"
failed.

This pull request makes the docutils dependency explicit, so that there
is an ImportError if doctutils is not found.
2014-04-18 13:34:58 -07:00
..
tests Merge pull request #1318 from smartass101/fix_cacher_open_func 2014-04-18 11:27:22 -07:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools Add s3cmd MIME type detection 2014-04-15 10:31:07 -04:00
__init__.py Ability to specify PLUGIN_PATH as list 2014-04-18 12:59:06 -07:00
contents.py Cache content to speed up reading. Fixes #224. 2014-04-15 08:57:38 -04:00
generators.py Fix unittest issue related to python2/python3 differences 2014-04-15 16:44:15 +02: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 Make docutils requirement explicit. Fixes #1243. 2014-04-18 13:34:58 -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-02-14 14:20:38 -08:00
settings.py Text tweaks for "PLUGIN_PATH as list" feature 2014-04-18 13:21:06 -07:00
signals.py add signal article_generator_pretaxonomy 2014-02-07 08:34:27 +01:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py Merge pull request #1318 from smartass101/fix_cacher_open_func 2014-04-18 11:27:22 -07:00
writers.py enable writing of only selected output paths 2014-04-17 19:36:18 +02:00