From 79e469fd335133671185cf8539f77ef38ac3b4e6 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 8 May 2021 14:34:58 +0200 Subject: Refactor News documentation with mkdocs and mkdocs-material - move all pages to new structure - use gh-pages to host html version - use github actions for automatic build Co-authored-by: anoy Signed-off-by: Benjamin Brahmer --- docs/clients.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/clients.md (limited to 'docs/clients.md') diff --git a/docs/clients.md b/docs/clients.md new file mode 100644 index 000000000..5c8c3fc19 --- /dev/null +++ b/docs/clients.md @@ -0,0 +1,31 @@ +# Clients + +Clients are applications that use the REST API of News. They are not maintained by the News team. +If you are the developer of an app, feel free to create a PR to add your app to this list. + +## Sync Clients + +A sync client can be used to read news and synchronize via the API. + +| Name | OS/Platform | License | Source | +|------------------------------------------------------------------------------------------------------------------|------------------------------|----------------------|--------------------------------------------------------------------| +| [RSS Guard](https://github.com/martinrotter/rssguard) | Windows, Linux, OS/2, Mac OS | GPL-3.0 License | [GitHub](https://github.com/martinrotter/rssguard) | +| [Nextcloud News Reader](https://play.google.com/store/apps/details?id=de.luhmer.owncloudnewsreader) | Android | GPL-3.0 License | [GitHub](https://github.com/nextcloud/news-android-app) | +| [OCReader](https://f-droid.org/repository/browse/?fdid=email.schaal.ocreader) | Android | GPL-3.0 License | [GitHub](https://github.com/schaal/ocreader) | +| [Newsout](https://play.google.com/store/apps/details?id=com.inspiredandroid.newsout) | Android | Apache-2.0 License | [GitHub](https://github.com/SimonSchubert/NewsOut) | +| [Readrops](https://f-droid.org/en/packages/com.readrops.app/) | Android | GPL-3.0 License | [GitHub](https://github.com/readrops/Readrops) | +| [CloudNews](https://apps.apple.com/app/cloudnews-owncloud-news-reader/id683859706) | iOS | BSD-2-Clause License | [GitHub](https://github.com/owncloud/news-ios-app) | +| [Fiery Feeds](https://apps.apple.com/us/app/fiery-feeds-rss-reader/id1158763303) | iOS | - | - | +| [News Checker](https://chrome.google.com/webstore/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe) | Google Chrome | - | [GitHub](https://github.com/owncloud-archive/news-chrome-notifier) | +| [own News](https://appworld.blackberry.com/webstore/content/32767887/) | Blackberry | - | - | +| [FeedSpider](https://www.feedspider.net/) | Firefox OS, webOS, LuneOS | MIT License | [GitHub](https://github.com/OthelloVentures/feedspider) | +| [fastReader](https://www.windowsphone.com/en-us/store/app/fastreader/e55e696d-aa45-4a49-bb1c-a1fc7fdabec1) | Windows Phone | - | - | +| [py3status](https://github.com/ultrabug/py3status/) | i3wm | BSD-3-Clause License | [GitHub](https://github.com/ultrabug/py3status/) | +| [newsboat](https://newsboat.org/) | Unix Terminal | MIT License | [GitHub](https://github.com/newsboat/newsboat) | +| [Newsie](https://open-store.io/app/newsie.martinferretti) | Ubuntu Touch | GPL-3.0 License | [GitLab](https://gitlab.com/ferrettim/newsie) | + +## Update Clients + +An update client uses the News API or the OCC CLI to update the feeds in News. + +* [Python multithread updater](https://github.com/nextcloud/news-updater) -- cgit v1.2.3