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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LENGTH*
fixed
Couldn’t we handle the tags without forcing tag indexes? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
https://tools.ietf.org/html/rfc4287
plus extensions:
https://tools.ietf.org/html/rfc5005#section-3 (pagination)
https://tools.ietf.org/html/rfc5005#section-4 (archives)