racket / racket-pkg-website

A frontend for the Racket Package Catalog.
Other
11 stars 16 forks source link

Improve/repair Atom feed #16

Open tonyg opened 8 years ago

tonyg commented 8 years ago

A discussion with @florence brought to light a few issues with the current package catalog atom feed. The switch to a new UI also gives us an opportunity to consider what we want the feed(s) to contain.

Observations:

Ideas:

Please discuss and make proposals below.

tonyg commented 8 years ago

Thoughts on last-updated: Maybe we want to track, at a minimum, when the checksum changes, rather than anything more fine-grained than that? If I understand rightly, last-updated is quite ad-hoc at the moment.

So perhaps we could introduce a checksum-changed-timestamp field or similar that tracks when the actual package content was altered. I don't think (?) that's tracked right now.

florence commented 8 years ago

I'm reminded of frog's ability to generate feeds for each tag. That might be worth while.

(Then again I think if we go with multi-feed idea I will just stick to the "new packages only" feed, so my two cents probably aren't worth that much)