F-Droid offers a page of recent changes both as HTML and RSS:
- https://f-droid.org/wiki/index.php?title=Special:RecentChanges&days=30&from=&hidebots=0&hideanons=1&hideliu=1&limit=500
- https://f-droid.org/wiki/api.php?action=feedrecentchanges&limit=500
The RSS does not show the same content. It seems to be truncated. Applying the same parameters as with the HTML link causes all <item>
elements to be dropped.
I like to filter the RSS (and optionally the HTML) by a specific package name. Is this possible?