Skip to content

Improve Atom feed

Nico requested to merge (removed):improve-atom-rss-feed into master

Before, F-Droid had two feeds containing the same content.

Now, only one feed gets published at /feed/ which follows the Atom feed specifications at W3.org: https://validator.w3.org/feed/docs/atom.html

/feed.xml gets redirected to /feed/.

You can try the feed by adding https://nicoalt.gitlab.io/fdroid-website/feed/index.xml to your feed reader. Note that on F-Droid.org /feed/ will display index.xml which does not work on GitLab Pages.

Merge request reports