mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Document some differences frrom Miniflux
This commit is contained in:
parent
94154d4354
commit
0f3e0411f0
1 changed files with 12 additions and 3 deletions
|
@ -13,13 +13,22 @@
|
||||||
<dd><a href="https://miniflux.app/docs/api.html">API Reference</a></dd>
|
<dd><a href="https://miniflux.app/docs/api.html">API Reference</a></dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
The Miniflux protocol is a well-designed protocol supporting a wide variety of operations on newsfeeds, folders (termed "categories"), and articles; it also allows for user administration, and native OPML importing and exporting.
|
The Miniflux protocol is a well-designed protocol supporting a wide variety of operations on newsfeeds, folders (termed "categories"), and articles; it also allows for user administration, and native OPML importing and exporting. Architecturally it is similar to the Nextcloud News protocol, but is generally more efficient.
|
||||||
|
|
||||||
Architecturally it is similar to the Nextcloud News protocol, but is generally more efficient.
|
Miniflux version 2.0.25 is emulated, though not all features are implemented
|
||||||
|
|
||||||
|
# Missing features
|
||||||
|
|
||||||
|
- JSON Feed format is not suported
|
||||||
|
- Various feed-related features are not supported; attempting to use them has no effect
|
||||||
|
- Rewrite rules and scraper rules
|
||||||
|
- Custom User-Agent strings
|
||||||
|
- The `disabled`, `ignore_http_cache`, and `fetch_via_proxy` flags
|
||||||
|
- Changing the URL, username, or password of a feed
|
||||||
|
|
||||||
# Differences
|
# Differences
|
||||||
|
|
||||||
TBD
|
- Only the URL should be considered reliable in feed discovery results
|
||||||
|
|
||||||
# Interaction with nested folders
|
# Interaction with nested folders
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue