Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom syndication, pages, and archives for indexes and tag indexes #1677

Merged
merged 5 commits into from May 4, 2015

Conversation

da2x
Copy link
Contributor

@da2x da2x commented May 3, 2015

@@ -557,7 +557,7 @@ INDEX_READ_MORE_LINK = ${INDEX_READ_MORE_LINK}
RSS_READ_MORE_LINK = ${RSS_READ_MORE_LINK}

# Append a URL query to the RSS_READ_MORE_LINK and the //rss/item/link in
# RSS feeds. Minimum example for Piwik "pk_campaign=rss" and Google Analytics
# Atom and feeds. Minimum example for Piwik "pk_campaign=rss" and Google Analytics
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it clear: Atom and RSS feeds.

Paginated current and archived feeds for indexes. New option
GENERATE_ATOM is off by default.
Substitutions for RSS_LINKS_APPEND_QUERY for identifying the source
feed address (feedRelUri) and the kind of feed (feedFormat).
@@ -753,12 +757,21 @@ COMMENT_SYSTEM_ID = ${COMMENT_SYSTEM_ID}
# links to it. Set this to False to disable everything RSS-related.
# GENERATE_RSS = True

# By default, Nikola does not generates Atom files for indexes and links to
# them. Generate Atom for tags by setting TAG_PAGES_ARE_INDEXES to True.
# Atom feeds are built based on INDEX_DISPLAY_POST_COUNT and not FEED_LENGHT
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LENGTH*

fixed

@Kwpolska
Copy link
Member

Kwpolska commented May 4, 2015

Couldn’t we handle the tags without forcing tag indexes?

@Kwpolska Kwpolska modified the milestone: v7.3.2 May 4, 2015
Kwpolska and others added 3 commits May 4, 2015 18:22
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
* Autodiscoverable feeds for archive and tag index pages
* Generate paginated and properly archived feeds for archive indexes
@da2x da2x merged commit 728dd37 into master May 4, 2015
@Kwpolska Kwpolska deleted the task-atom branch June 10, 2015 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants