Ideas for improving exofeeds #217

Closed
opened 2024-03-18 18:17:28 +00:00 by a · 1 comment
Owner

Copying my ideas from Matrix:

  • The feed is over 440KB, so maybe we should limit the number of posts in it. Based on the generator field of the feed, it looks like it's using RSSingle which does have a max_entries option (I think this is per-feed though).
  • @iacore's posts all have a datetime of Jan 1 1970 in the merged feed, but I think it's RSSingle's fault. It only looks at the published field, but according to the Atom spec, the updated field is mandatory while published is optional: https://validator.w3.org/feed/docs/atom.html#requiredEntryElements This should be a trivial 5-line fix.
Copying my ideas from Matrix: - The feed is over 440KB, so maybe we should limit the number of posts in it. Based on the `generator` field of the feed, it looks like it's using RSSingle which does have a `max_entries` option (I think this is per-feed though). - @iacore's posts all have a datetime of Jan 1 1970 in the merged feed, but I think it's RSSingle's fault. It only looks at the `published` field, but according to the Atom spec, the `updated` field is mandatory while `published` is optional: https://validator.w3.org/feed/docs/atom.html#requiredEntryElements This should be a trivial 5-line fix.
ersei was assigned by a 2024-03-18 18:17:49 +00:00
Owner

All of these issues should be fixed.

All of these issues should be fixed.
ersei closed this issue 2024-03-27 19:33:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: exozyme/exozyme#217
No description provided.