Rss-Bridge/formats
logmanoriginal 7ff97c0c7b [HtmlFormat] Dynamically build buttons for other feed formats
Adding or removing feed formats from the "formats/" directory
currently has no effect on the buttons shown in the HTML format.
This can cause errors if users press one of the buttons for a
format that is no longer available on the server.

This commit changes the behavior to dynamically add buttons based
on the available formats. Syndication feeds, however, are no longer
supported as they require knowledge about the content type, which
is not known without further changes to the formats API (may be
added later if there is a demand).

Closes #942
2019-06-19 23:13:37 +02:00
..
AtomFormat.php core: Add item uid (#1017) 2019-02-03 20:56:41 +01:00
HtmlFormat.php [HtmlFormat] Dynamically build buttons for other feed formats 2019-06-19 23:13:37 +02:00
JsonFormat.php core: Add item uid (#1017) 2019-02-03 20:56:41 +01:00
MrssFormat.php [MrssFormat] Rework to make it valid RSS 2.0 + Media RSS (#996) 2019-02-06 17:18:33 +01:00
PlaintextFormat.php core: Add FeedItem class (#940) 2018-12-26 22:41:32 +01:00