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

Option to paginate feed #16

Open
wezm opened this issue Aug 5, 2024 · 0 comments
Open

Option to paginate feed #16

wezm opened this issue Aug 5, 2024 · 0 comments

Comments

@wezm
Copy link
Owner

wezm commented Aug 5, 2024

Some people would prefer that Feedlynx did not trim the feed so that their RSS reader does not have to be relied upon as the source of data. The drawback to this is that feed will grow forever and RSS readers have to fetch and process the whole feed whenever it changes. Trimming helps keep the size of the feed down and number of items the need to be processed.

In #9 (comment) @abhin4v proposed using Atom pagination to handle this:

One option is to keep all the items and add pagination as per https://www.rfc-editor.org/rfc/rfc5005#section-3.

This would allow the main feed to be capped in size but also preserve older items by pushing them to one or more additional files referenced by link elements.

This would probably become the default behaviour when added (since it mean no user data is removed by default) and a new CLI option/env var added to re-enable the existing behaviour of a single feed that gets trimmed.

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

No branches or pull requests

1 participant