Skip to content

Commit

Permalink
small updates for the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 24, 2024
1 parent dc8aad4 commit b342afb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

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)

You can install it via the integrated app store browser in Nextcloud, [News in the appstore](https://apps.nextcloud.com/apps/news).

## 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)

Expand Down Expand Up @@ -31,4 +33,5 @@ To receive notifications when a new News app version was released, simply add th
* [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)
Feed-io takes care of fetching feeds and processing them.
[alexdebril/feed-io](https://github.com/alexdebril/feed-io)
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Installation/Update & Uninstall

## Dependencies
* 64bit OS (starting with News 16.0.0)
* PHP >= 8.0
* 64bit Operating System
* PHP >= 8.2
* Nextcloud (current stable version)
* libxml >= 2.7.8

Expand Down

0 comments on commit b342afb

Please sign in to comment.