1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Helmut Grohne 3f304a2e92 change the inhibition value of *_SAVE_AS to ''
Previously, the documentation claimed the value of None for this purpose
even though False was used for certain defaults. The values False and
None cause warnings to be emitted from URLWrapper._from_settings though,
so the new way of inhibiting page generation is to set a *_SAVE_AS value
to the empty string.
2014-03-31 19:38:49 +02:00
..
tests Merge pull request #1293 from jeanlauliac/typogrify-summary 2014-03-30 12:08:05 -07:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools multiple authors implemented 2014-02-14 03:21:06 +01:00
__init__.py add lang support for drafts (#826 & #1107) 2014-02-23 14:03:09 +01:00
contents.py Add the setting SLUGIFY_ATTRIBUTE 2014-03-04 21:16:23 -05:00
generators.py add lang support for drafts (#826 & #1107) 2014-02-23 14:03:09 +01:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -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 Merge pull request #1293 from jeanlauliac/typogrify-summary 2014-03-30 12:08:05 -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 change the inhibition value of *_SAVE_AS to '' 2014-03-31 19:38:49 +02: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 Simplify usage of utils.copy 2013-12-07 21:11:15 +01:00
writers.py change the inhibition value of *_SAVE_AS to '' 2014-03-31 19:38:49 +02:00