mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Update documentation
This commit is contained in:
parent
dad74c2616
commit
29761d767a
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@ Version 0.9.0 (????-??-??)
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
- Support for the Miniflux protocol (see manual for details)
|
- Support for the Miniflux protocol (see manual for details)
|
||||||
|
- Support for API level 15 of Tiny Tiny RSS
|
||||||
|
- Support for feed icons in Fever
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
- Use icons specified in Atom feeds when available
|
- Use icons specified in Atom feeds when available
|
||||||
|
|
|
@ -23,7 +23,6 @@ The Fever protocol is incomplete, unusual, _and_ a product of proprietary softwa
|
||||||
|
|
||||||
- All feeds are considered "Kindling"
|
- All feeds are considered "Kindling"
|
||||||
- The "Hot Links" feature is not implemented; when requested, an empty array will be returned. As there is no way to classify a feed as a "Spark" in the protocol itself and no documentation exists on how link temperature was calculated, an implementation is unlikely to appear in the future
|
- The "Hot Links" feature is not implemented; when requested, an empty array will be returned. As there is no way to classify a feed as a "Spark" in the protocol itself and no documentation exists on how link temperature was calculated, an implementation is unlikely to appear in the future
|
||||||
- Favicons are not currently supported; all feeds have a simple blank image as their favicon unless the client finds the icons itself
|
|
||||||
|
|
||||||
# Special considerations
|
# Special considerations
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ use Laminas\Diactoros\Response\TextResponse as GenericResponse;
|
||||||
use Laminas\Diactoros\Uri;
|
use Laminas\Diactoros\Uri;
|
||||||
|
|
||||||
class V1 extends \JKingWeb\Arsse\REST\AbstractHandler {
|
class V1 extends \JKingWeb\Arsse\REST\AbstractHandler {
|
||||||
public const VERSION = "2.0.26";
|
public const VERSION = "2.0.28";
|
||||||
|
|
||||||
protected const ACCEPTED_TYPES_OPML = ["application/xml", "text/xml", "text/x-opml"];
|
protected const ACCEPTED_TYPES_OPML = ["application/xml", "text/xml", "text/x-opml"];
|
||||||
protected const ACCEPTED_TYPES_JSON = ["application/json"];
|
protected const ACCEPTED_TYPES_JSON = ["application/json"];
|
||||||
|
|
Loading…
Reference in a new issue