Implementing TTRSS: Feed icons #121

Closed
opened 2017-10-07 13:04:47 -04:00 by jking · 0 comments
Owner

Besides using the API itself, TTRSS clients are expected to retrieve feed icons from a local cache, with the usual URL being /tt-rss/feed-icons/#.ico.

We should instead implement this as a 301 redirect to the feed's favicon (the subscriptionPropertiesGet method will provide all necessary information) in a separate protocol handler.

Besides using the API itself, TTRSS clients are expected to retrieve feed icons from a local cache, with the usual URL being `/tt-rss/feed-icons/#.ico`. We should instead implement this as a 301 redirect to the feed's favicon (the `subscriptionPropertiesGet` method will provide all necessary information) in a separate protocol handler.
jking added this to the 0.2.0 milestone 2017-10-07 13:04:47 -04:00
jking closed this issue 2017-11-10 12:02:58 -05:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

-

Dependencies

No dependencies set.

Reference: MensBeam/Arsse#121
No description provided.