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

Implement RFC5005, "Feed Paging and Archiving". #236

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2018

  1. Implement RFC5005, "Feed Paging and Archiving".

    This standard, published in 2007, allows feed readers to efficiently
    page through the entire history of a feed, rather than being limited to
    the most recent 10 posts.
    
    This implementation supports RFC5005 section 2, "Complete Feeds", for
    sites with 10 or fewer posts; and section 4, "Archived Feeds", for sites
    with more than 10 posts.
    jameysharp committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    a3464b7 View commit details
    Browse the repository at this point in the history
  2. Fix most Rubocop offenses

    pathawks committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    004bd3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f7e3cd View commit details
    Browse the repository at this point in the history