1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-04-12 17:25:51 +00:00

Update documentation

This commit is contained in:
J. King 2025-03-17 21:41:59 -04:00
parent 7a890394d0
commit 8ab8eecc19
3 changed files with 7 additions and 1 deletions
CHANGELOGUPGRADING
docs/en/030_Supported_Protocols

View file

@ -3,6 +3,7 @@ Version 0.11.0 (2025-03-??)
New Features:
- Support for version 1.3 of the Nextcloud News protocol
- Support for Nextcloud user metadata fetching
Version 0.10.6 (2024-12-27)
===========================

View file

@ -18,6 +18,7 @@ Upgrading from 0.10.6 to 0.11.0
functionality which replaces deprecated Nextcloud News functionality; the
following URL paths are affected:
- /ocs/v1.php/
You may need to restart your Web server for changes to take effect
Upgrading from 0.10.4 to 0.10.5
@ -39,6 +40,7 @@ Upgrading from 0.8.5 to 0.9.0
- /v1/
- /version
- /healthcheck
You may need to restart your Web server for changes to take effect
- Icons for existing feeds in Miniflux and Fever will only appear once the
feeds in question have been fetched and parsed after upgrade. This may take
some time to occur depending on how often the feed is updated
@ -77,6 +79,7 @@ Upgrading from 0.7.1 to 0.8.0
- Web server configuration has changed to accommodate Fever; the following URL
paths are affected:
- /fever/
You may need to restart your Web server for changes to take effect
Upgrading from 0.5.1 to 0.6.0
@ -105,3 +108,4 @@ Upgrading from 0.1.x to 0.2.0
- /tt-rss/api/
- /tt-rss/feed-icons/
- /tt-rss/images/
You may need to restart your Web server for changes to take effect

View file

@ -13,9 +13,10 @@
<dt>Specifications</dt>
<dd><a href="https://github.com/nextcloud/news/blob/master/docs/api/api-v1-2.md">Version 1.2</a></dd>
<dd><a href="https://github.com/nextcloud/news/blob/master/docs/api/api-v1-3.md">Version 1.3</a></dd>
<dd><a href="https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html#user-metadata">OCS user metadata</a></dd>
</dl>
The Nextcloud News protocol was the first supported by The Arsse, and has been supported in full since version 0.3.0.
The Nextcloud News protocol was the first supported by The Arsse; version 1.2 of the protocol has been supported in full since The Arsse version 0.3.0, while version 1.3 of the protocol and the OCS user metadata protocol have been supported since The Arsse version 0.11.0.
It allows organizing newsfeeds into single-level folders, and supports a wide range of operations on newsfeeds, folders, and articles.