Something went wrong while setting issue due date.
optionally publish RSS/Atom XML files for repos
An F-Droid repo turns out to be pretty similar to an RSS/Atom feed for a blog. Since fdroid repos can now handle arbitrary files, including ebooks and media, there should be an option to generate an atom.xml and/or rss.xml as part of fdroid update.
The hazard is that people use it for apps, and its an unsigned format that should not be used for software. I think it should be pretty easy to add and maintain since it'll just be a matter of giving the internal fdroidserver dict
to a library to output in the right format. But it seems like there might be good reasons why we do not want to do this.