Idea: Add RSS Feed to extensions.contao.org
contaoacademy opened this issue · 3 comments
contaoacademy commented
It would be nice, if there is a RSS Feed for Latest and updated extensions.
aschempp commented
Interesting idea! There are RSS/Atom feeds from Packagist at https://packagist.org/feeds/, but I guess they include all packages. Unfortunately, our current Vue.js-application cannot generate RSS feeds, but I'm sure there are other options 😊
contaoacademy commented
How are the new packets currently detected and filtered? Maybe the filter can also be reproduced at Packagist
aschempp commented
we have our own package index on Algolia which can include packages that are not on Packagist (https://github.com/contao/package-metadata). But for public packages, it mostly boils down to packages of type contao-module
and contao-bundle
.