1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Vladimír Vondruš fc4b3e44d8 Make use of SITESUBTITLE setting also in Atom feeds.
For some reason, feedgenerator.py uses the `description` argument only
for RSS and the `subtitle` argument only for Atom. So setting both to
the same value.

In order to avoid unnecessary changes, if SITESUBTITLE is not present,
the subtitle is set to None instead of '', so the generated Atom feed
doesn't contain an empty <subtitle></subtitle> tag (in contrast, the RSS
feed contains an empty <description></description> tag now, though).
2017-10-29 21:23:56 +01:00
..
tests PyCodeStyle fixes to keep Flake8 happy 2017-10-26 13:53:32 -07:00
themes Remove Internet Explorer script, as it wasn't being used: 404 HTTP error 2017-07-30 17:49:43 +02:00
tools PyCodeStyle fixes to keep Flake8 happy 2017-10-26 13:53:32 -07:00
__init__.py Fix more python 3.6 regex DeprecationWarning's 2017-03-29 10:19:47 +02:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py Consolidate validation of content (#2128) 2017-07-24 10:01:14 -07:00
generators.py Consolidate validation of content (#2128) 2017-07-24 10:01:14 -07:00
log.py Correct new flake8 warnings 2017-01-24 09:12:16 +01:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Ability to override docutils HTML writer/translator. 2017-06-30 22:59:42 +02:00
rstdirectives.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
server.py prevent server from dying when query strings present 2016-12-10 10:05:50 -08:00
settings.py Drop unsupported Python 3.3 2017-10-02 18:33:21 +03:00
signals.py Add new signal: feed_generated 2017-01-16 11:33:13 +01:00
urlwrappers.py Add AUTHOR_SUBSTITUTIONS 2016-04-01 23:01:57 +03:00
utils.py Fix warnings originating from bad regexes 2017-03-27 16:09:08 +02:00
writers.py Make use of SITESUBTITLE setting also in Atom feeds. 2017-10-29 21:23:56 +01:00