1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Brian Hsu b2919e9051 Add unique_id to RSS/ATOM feeds.
Reason:

    Without <guid> tag in RSS XML, some RSS reader will show all
    items in RSS as unread item.
2011-11-29 09:53:48 +08:00
..
themes remove skribit support. fixes #154 2011-08-11 23:50:04 +02:00
__init__.py exit replaced by sys.exit to avoid crashes on cx_Freeze & py2exe (useful for Windows installer) 2011-11-25 18:39:19 +01:00
contents.py Added WITH_FUTURE_DATES settings, which if true treats future dated content as drafts. 2011-11-26 23:23:19 +00:00
generators.py Never fail on generating posts, just skip and log exception. 2011-11-23 20:35:45 +00:00
log.py Pelican no more use ANSI codes on Windows (CMD.exe don't support it) 2011-10-14 17:21:03 +02:00
paginator.py Removed a division by zero 2011-03-26 17:46:31 +01:00
readers.py Issue #181, when parse tags 2011-11-06 13:16:47 +01:00
rstdirectives.py Add Pygments support to the default sourcecode directive. 2011-06-18 18:59:44 +02:00
settings.py Added WITH_FUTURE_DATES settings, which if true treats future dated content as drafts. 2011-11-26 23:23:19 +00:00
utils.py More forgiving date strings. 2011-11-23 20:35:18 +00:00
writers.py Add unique_id to RSS/ATOM feeds. 2011-11-29 09:53:48 +08:00