PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/_docs/Feeds.md

https://gitlab.com/AntoninCurtit/fdroid-website
Markdown | 57 lines | 37 code | 20 blank | 0 comment | 0 complexity | dea660435b541e3e759ba5d6532c06f8 MD5 | raw file
  1. ---
  2. layout: page
  3. title: Feeds
  4. ---
  5. ### News & Reviews
  6. Sometimes there is a newsworthy item (submissions welcome!) or client release and details get posted on the blog: <https://f-droid.org/news-and-reviews>. In the past we had reviews of apps with screenshots and it would be great to have more; and who knows they might make their way into the client some day!
  7. ### Builds
  8. Find out exactly when APKs are available or when descriptions change: <https://f-droid.org/wiki/api.php?action=feedcontributions&user=Robot>. The status of the most recent build for an app can be obtained by appending /lastbuild to the wiki url of the package. Builds happen a couple of times a day ; a new repo index is only published once all outstanding builds are finished.
  9. ### Source Code
  10. If you have an account on GitLab you can watch the F-Droid repos, or subscribe to atom feeds for them. A feed including actions from all fdroid repositories is available at <https://gitlab.com/fdroid.atom>.
  11. ### Forums
  12. You can subscribe to new [forum](https://forum.f-droid.org/) posts and threads via the following URLs:
  13. - <https://forum.f-droid.org/posts.rss>
  14. - <https://forum.f-droid.org/latest.rss>
  15. ### Bugs and Suggestions
  16. <https://gitlab.com/fdroid/fdroidclient/issues>, <https://gitlab.com/fdroid/fdroidserver/issues>, <https://gitlab.com/fdroid/fdroiddata/issues>: All expose RSS feeds, and also email notifications if desired.
  17. ### Matrix
  18. The room can be previewed without an account on https://matrix.to/#/#fdroid:f-droid.org or https://matrix.to/#/#fdroid-dev:f-droid.org
  19. ### IRC
  20. Old IRC logs are available at <https://botbot.me/freenode/fdroid/> and <https://botbot.me/freenode/fdroid-dev/>.
  21. ## OPML import to a feed reader
  22. For importing into your favourite news reader, save the following text as feeds.opml and add/remove feeds your are interested in.
  23. On Android we have [de.shandschuh.sparserss](https://f-droid.org/repository/browse/?fdfilter=de.shandschuh.sparserss&fdid=de.shandschuh.sparserss), [net.fred.feedex](https://f-droid.org/repository/browse/?fdfilter=net.fred.feedex&fdid=net.fred.feedex), [de.danoeh.antennapod](https://f-droid.org/repository/browse/?fdfilter=de.danoeh.antennapod&fdid=de.danoeh.antennapod), [org.ttrssreader](https://f-droid.org/repository/browse/?fdfilter=org.ttrssreader&fdid=org.ttrssreader) (requires a tt-rss server to connect to) and [com.newsblur](https://f-droid.org/repository/browse/?fdfilter=com.newsblur&fdid=com.newsblur) (via newsblur.com). On the desktop you could use the Akregator for KDE, Liferea for Gnome or [http://newsbeuter.org newsbeuter] which is nice if you like working in a terminal.
  24. ```xml
  25. <?xml version="1.0" encoding="UTF-8"?>
  26. <opml version="1.0">
  27. <head>
  28. <title>F-Droid related feeds</title>
  29. </head>
  30. <body>
  31. <outline title="F-Droid">
  32. <outline type="rss" title="News and Reviews" xmlUrl="https://f-droid.org/feed" htmlUrl="https://f-droid.org/news-and-reviews/"/>
  33. <outline type="rss" title="Latest Builds" xmlUrl="https://f-droid.org/wiki/api.php?action=feedcontributions&amp;user=Robot&amp;feedformat=atom" htmlUrl="https://f-droid.org/wiki/page/Special:Contributions/Robot"/>
  34. </outline>
  35. </body>
  36. </opml>
  37. ```