flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
129 stars 41 forks source link

Package feeds #329

Open tchoutri opened 1 year ago

tchoutri commented 1 year ago

An Atom feed will be provided at /packages/:namespace/:package/feed where the package authors will be able to subscribe to their package alerts.

Current alerts would include things like:

More ideas welcome!

Depends on #100

TixieSalander commented 1 month ago

Maybe releases/versions could also have their own feed (aimed more for users or collaborators) with the changelog as items content for example.

That could take shape into different URLs like /packages/:namespace/:package/alerts and /packages/:namespace/:package/versions (or releases).

What do you think?

tchoutri commented 1 month ago

Yep, release-specific feeds would be included too. Thanks for pointing it out.