docs
This commit is contained in:
parent
9dd8c26206
commit
0308e3dc0b
2 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
Supported Feed Readers
|
Supported Feed Readers
|
||||||
======================
|
======================
|
||||||
RSS Guard is multi-account application and supports many web-based feed readers via built-in plugins. Its `standard` plugin provides support for these feed formats:
|
RSS Guard is multi-account application and supports many web-based feed readers via built-in plugins. Its `standard` plugin provides support for these feed formats:
|
||||||
* RSS (2.0, 2.0.1)
|
* RSS
|
||||||
* ATOM
|
* ATOM
|
||||||
* RDF
|
* RDF
|
||||||
|
* [iCalendar](https://en.wikipedia.org/wiki/ICalendar)
|
||||||
* [JSON](https://www.jsonfeed.org)
|
* [JSON](https://www.jsonfeed.org)
|
||||||
* [Sitemap](https://en.wikipedia.org/wiki/Sitemaps) (including Sitemap index discovery and compressed sitemaps)
|
* [Sitemap](https://en.wikipedia.org/wiki/Sitemaps) (including Sitemap index discovery and compressed sitemaps)
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
Added:
|
Added:
|
||||||
* Existing read/unread state is respected when some article gets "updated" (infamously happens for YouTube feeds). (#1279)
|
* Existing read/unread state is respected when some article gets "updated" (infamously happens for YouTube feeds). (#1279)
|
||||||
* NSIS installer was bit tweaked to warn about MSVC runtime. (#1306)
|
* NSIS installer was bit tweaked to warn about MSVC runtime. (#1306)
|
||||||
|
* iCalendar files (*.ics, *.ical) are now supported.
|
||||||
* Added more ways of limitting amount of articles in each feed. (#1270, #1267)
|
* Added more ways of limitting amount of articles in each feed. (#1270, #1267)
|
||||||
* Added way to use old legacy article formatting in "lite" version. (#1286)
|
* Added way to use old legacy article formatting in "lite" version. (#1286)
|
||||||
* New way of fetching articles - new "Source" -> "Built-in web browser with JavaScript support" which allows user to use built-in Chromium-based network stack to fetch feeds and other data. It allows even fetching of majority of JavaScript-powered websites. (#1313)
|
* New way of fetching articles - new "Source" -> "Built-in web browser with JavaScript support" which allows user to use built-in Chromium-based network stack to fetch feeds and other data. It allows even fetching of majority of JavaScript-powered websites. (#1313)
|
||||||
|
|
Loading…
Add table
Reference in a new issue