Refactor atom feed names for clarity

FEED -> FEED_ATOM
TAG_FEED -> TAG_FEED_ATOM
CATEGORY_FEED -> CATEGORY_FEED_ATOM
This commit is contained in:
tBunnyMan 2012-07-16 09:35:05 -07:00
commit 5f958ae84d
7 changed files with 25 additions and 25 deletions

View file

@ -64,7 +64,7 @@ Then just make sure to have the template installed in to your theme as
What if I want to disable feed generation?
==========================================
To disable all feed generation set ``FEED`` and ``FEED_RSS`` to ``None`` in
To disable all feed generation set ``FEED_ATOM`` and ``FEED_RSS`` to ``None`` in
your settings. Please note ``None`` and ``''`` are not the same thing. The
word None should not be surrounded by quotes.