Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Bernhard Posselt edited this page Apr 30, 2016 · 60 revisions

User Documentation

Sync Clients

There are numerous sync clients available which interface with the News app's API:

Subscription URL

By appending ?subscribe_to=SOME_URL to your News app URL, you can launch the News app with a prefilled URL, e.g.:

https://yourdomain.com/owncloud/index.php/apps/news?subscribe_to=https://github.com/owncloud/news/releases

Admin Documentation

Updater

The News app provides an API for parallel feed updates which is very similar to system and web cron. The following implementations exist:

Explore feeds section

The News app uses a JSON format to display the feeds in the explore feed section:

Developer Documentation

Plugins

The News app provides a plugin interface for developers, see How to write plugins

Existing plugins include:

Requested plugins include: Hints and descriptions how on how to implement it are included. If you need further help, feel free to ask!

News API Documentation

The following libraries can be used to use the News app API easily: