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 21, 2016
·
60 revisions
Feel free to add additional cool feeds to our explore section
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
- How to provide an explore service The URL can be changed in the admin page to use a custom service to show feed recommendations
- How to write plugins
- News app v1.2 API documentation
- News app v2.0 API documentation (draft phase)
- Building the package
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!