This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Home
Bernhard Posselt edited this page Jan 22, 2016
·
60 revisions
Many clients support the News API:
The News app provides a Python script in addition to using the cron which updates feeds faster:
The News app uses a JSON format to display the feeds in the explore feed section:
- Add feeds to the default News explore page
- How to provide an explore service The URL can be changed in the admin page to use a custom service to show feed recommendations
The News app provides a plugin interface for developers, see How to write plugins
Hints and descriptions how on how to implement it are included. If you need further help, feel free to ask!
- Bookmark an article: Create a button that allows you to bookmark articles in the bookmarks app
- Delete content of inactive users: On bigger hosted installations it might be useful to clean up the database by removing content of inactive users
The following libraries can be used to use the News app API easily:
- Node.js:
- oc-news-js
This enables you to directly extract the article from the html page. Useful to enhance feeds that only provide a link to the article content by fetching the article content directly from the page
If you've written your own, please consider sending a pull request!