mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update the faq and changelog
This commit is contained in:
parent
13f444260c
commit
cf95b02bc0
2 changed files with 5 additions and 1 deletions
|
|
@ -11,6 +11,9 @@ Release history
|
|||
* Improved appearance of LinkedIn icon in default theme
|
||||
* Add GitHub and Google+ social icons support in default theme
|
||||
* Optimize social icons
|
||||
* Add ``FEED_ALL_ATOM`` and ``FEED_ALL_RSS`` to generate feeds containing all posts regardless of their language
|
||||
* Split ``TRANSLATION_FEED`` into ``TRANSLATION_FEED_ATOM`` and ``TRANSLATION_FEED_RSS``
|
||||
* The different feeds can now be enabled/disabled individually
|
||||
|
||||
3.0 (2012-08-08)
|
||||
==================
|
||||
|
|
|
|||
|
|
@ -118,7 +118,8 @@ Starting in 3.0, some of the FEED setting names were changed to more explicitly
|
|||
refer to the Atom feeds they inherently represent (much like the FEED_RSS
|
||||
setting names). Here is an exact list of the renamed setting names::
|
||||
|
||||
FEED -> FEED_ATOM
|
||||
FEED -> FEED_ALL_ATOM
|
||||
TRANSLATION_FEED -> TRANSLATION_FEED_ATOM
|
||||
TAG_FEED -> TAG_FEED_ATOM
|
||||
CATEGORY_FEED -> CATEGORY_FEED_ATOM
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue