There was an error while loading. Please reload this page.
There are numerous sync clients available which interface with the News app's API:
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
The News app provides an API for parallel feed updates which is very similar to system and web cron. The following implementations exist:
The News app uses a JSON format to display the feeds in the explore feed section:
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!
The following libraries can be used to use the News app API easily: