1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Justin Mayer 34310a61f5 Feed link inside feed should use FEED_DOMAIN
The initial work on enabling feeds to be served from a different domain
than the site domain focused on the feed link displayed inside the
base template. But there is also a feed link inside the generated feed
itself, which this commit updates to use the FEED_DOMAIN value (if
defined).

Also, it turns out that the FEED_MAIN_URL setting is not necessary; the
existing FEED and FEED_RSS functionality is simpler and can address the
targeted use case just as easily. That attribute has been removed from
the settings and template, along with corresponding changes to the docs.
Refs #177.
2012-03-31 08:10:40 -07:00
..
themes Feed link inside feed should use FEED_DOMAIN 2012-03-31 08:10:40 -07:00
tools move tools in pelican.tools and add the pelican.tools package to setup.py 2012-03-16 18:53:08 +00:00
__init__.py Follow the PATH variable in settings 2012-03-23 09:05:47 +00:00
contents.py change the way logging is done, using the standard log tree instead of 2012-03-20 13:01:21 +00:00
generators.py Fix a bug that ArticlesGenerator doesn't see DEFAULT_CATEGORY. 2012-03-24 11:53:07 +09:00
log.py change the way logging is done, using the standard log tree instead of 2012-03-20 13:01:21 +00:00
paginator.py PEP8-ify. 2012-03-09 16:21:38 +01:00
readers.py Keep raw metadata text (but for summary) 2012-03-18 15:12:06 +01:00
rstdirectives.py Add Pygments support to the default sourcecode directive. 2011-06-18 18:59:44 +02:00
settings.py Feed link inside feed should use FEED_DOMAIN 2012-03-31 08:10:40 -07:00
utils.py change the way logging is done, using the standard log tree instead of 2012-03-20 13:01:21 +00:00
writers.py Feed link inside feed should use FEED_DOMAIN 2012-03-31 08:10:40 -07:00