nextcloud-news/README.md

30 lines
1.7 KiB
Markdown
Raw Normal View History

2019-03-22 21:44:54 +01:00
# Nextcloud News app
2018-03-03 18:54:04 +01:00
**We need help with the frontend, check the issue tracker if you are interested!**
2018-03-03 18:54:04 +01:00
![Release status](https://github.com/nextcloud/news/workflows/Build%20and%20publish%20app%20release/badge.svg) ![Integration Tests](https://github.com/nextcloud/news/workflows/Integration%20Tests/badge.svg) ![Frontend tests](https://github.com/nextcloud/news/workflows/Frontend%20tests/badge.svg) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/news.svg?style=flat)](https://codecov.io/gh/nextcloud/news/)
2015-11-20 22:01:13 +01:00
The News app is an RSS/Atom feed aggregator. It offers a [RESTful API](https://nextcloud.github.io/news/developer/#apis) for app developers. The source code is [available on GitHub](https://github.com/nextcloud/news)
2014-05-15 03:00:53 +02:00
## Documentation
The documentation can be found [here](https://nextcloud.github.io/news/), the source of the documentation is on [GitHub](https://github.com/nextcloud/news/blob/master/docs)
2017-05-13 21:37:31 +02:00
2018-07-03 14:22:19 +02:00
## Bugs
Please read the [appropriate section in the contributing notices](https://github.com/nextcloud/news/blob/master/CONTRIBUTING.md#issues)
2014-05-15 03:00:53 +02:00
2014-11-14 13:36:18 +01:00
## Updating Notices
2014-11-17 10:42:47 +01:00
To receive notifications when a new News app version was released, simply add the following Atom feed in your currently installed News app:
2016-06-02 23:06:08 +02:00
https://github.com/nextcloud/news/releases.atom
2014-11-17 10:42:47 +01:00
2018-07-03 14:22:19 +02:00
## Screenshots
![](https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png)
2014-05-15 03:00:53 +02:00
2018-07-03 14:22:19 +02:00
## Maintainers
2014-05-15 03:00:53 +02:00
2019-03-22 21:44:54 +01:00
* [Benjamin Brahmer](https://github.com/Grotax)
* [Sean Molenaar](https://github.com/SMillerDev)
### Special thanks to the Feed-IO library
Please consider donating to the developer of the RSS parser that powers the Nextcloud News App: [https://github.com/sponsors/alexdebril](https://github.com/sponsors/alexdebril)