1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Justin Mayer 56b8a88b1f Improve uniqueness of feed entry ID
The ID of a feed entry should never change, but the previous method of
generating the ID -- i.e., using the entry URL -- results in an ID that
is not permanent and can change. Switching to the tag URI method from
RFC 4151 should help improve the long-term uniqueness and permanence of
entry IDs, as espoused here:
<http://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id>

Also added a trailing slash to the site URL inside the feed; the lack
thereof was causing a feed validation warning.
2012-03-31 10:08:16 -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 Improve uniqueness of feed entry ID 2012-03-31 10:08:16 -07:00