1
0
Fork 0
forked from github/pelican

Merge pull request #2051 from Totktonada/feature/rss_full_content_opt

Add option to include full content into RSS feeds
This commit is contained in:
Justin Mayer 2016-12-03 12:48:58 -08:00 committed by GitHub
commit f17f3068e3
3 changed files with 13 additions and 1 deletions

View file

@ -841,6 +841,12 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings:
Maximum number of items allowed in a feed. Feed item quantity is
unrestricted by default.
.. data:: RSS_FEED_SUMMARY_ONLY = True
Only include item summaries in the ``description`` tag of RSS feeds. If set
to ``False``, the full content will be included instead. This setting
doesn't affect Atom feeds, only RSS ones.
If you don't want to generate some or any of these feeds, set the above variables to ``None``.
.. [2] %s is the name of the category.