scalacenter / scaladex

The Scala Package Index
https://index.scala-lang.org
BSD 3-Clause "New" or "Revised" License
198 stars 76 forks source link

RSS feed to subscribe to new releases of a project #437

Open julienrf opened 7 years ago

julienrf commented 7 years ago

Would be nice to have a way to be notified when a project has new releases. One approach could be to generate an RSS feed for each project, containing its releases.

MasseGuillaume commented 7 years ago

related: https://github.com/scalacenter/scaladex/issues/29

jarrodu commented 7 years ago

RSS would be great. There is also a new format called Json Feed that may be a bit easier to implement. Feedbin already supports it.

heathermiller commented 7 years ago

This is a great idea! The signal-to-noise ratio would also be a lot better than what's proposed in #29.

heathermiller commented 7 years ago

Though I wonder if there's an even more universally-friendly way than RSS. RSS readers are (unfortunately) on their way out as a way to subscribe to feeds...

heathermiller commented 7 years ago

Perhaps another idea would be to let people who login click a button to subscribe to a library. Then we could maybe add a job to send out email notifications to individual users once a week or so listing all of the releases for libraries they subscribe to in the last week.

jarrodu commented 7 years ago

Maybe we could do both. I am still very much addicted to my RSS reader. Maybe this just shows my age. :scream_cat:

steinybot commented 3 years ago

It would be nice if this also had an option for getting one-off notifications about new libraries and/or trending libraries. I currently subscribe to https://github.com/lauris/awesome-scala for that purpose but there is talk of archiving it (https://github.com/lauris/awesome-scala/issues/441).