From 6ebd3f42b3f8747ce2027a923d3a443fb67f4927 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 12 Aug 2021 13:12:03 +0200 Subject: [PATCH] new docs --- resources/docs/Documentation.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 75a55bff7..9ab4227c1 100755 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -52,23 +52,29 @@ RSS Guard is multi-account application and supports many web feed readers via bu I organized supported web feed readers into elegant table. -| Service | Two-way Synchronization | [Intelligent Synchronization Algorithm](#intel) | Synchronized Labels | OAuth | +| Service | Two-way Synchronization | [Intelligent Synchronization Algorithm](#intel) 2 | Synchronized Labels 1 | OAuth | |----|-----|-----|----|---| | Feedly | ✅ | ❌ | ✅ | ✅ (only for official binaries) | | Gmail | ✅ | ❌ | ❌ | ✅ | -| Google Reader API | ✅ | ✅ | ✅ | ✅ (only for Inoreader) | +| Google Reader API 3 | ✅ | ✅ | ✅ | ✅ (only for Inoreader) | | Nextcloud News | ✅ | ❌ | ❌ | ❌ | | Tiny Tiny RSS | ✅ | ❌ | ✅ | ❌ | -Note that [labels](#lbls) are supported for all plugins, it's just that on some plugins they are local-only and are not synchronizeable to/from service, usually because service itself does not support the feature. +1 Note that [labels](#lbls) are supported for all plugins, it's just that on some plugins they are local-only and are not synchronizeable to/from service, usually because service itself does not support the feature. -#### Intelligent Synchronization Algorithm -Some plugins support next-gen intelligent synchronization algorithm (ISA) which has some benefits as it usually offers superier synchronization speed and transfers much less data over your network connection. +2 Some plugins support next-gen intelligent synchronization algorithm (ISA) which has some benefits as it usually offers superier synchronization speed and transfers much less data over your network connection. In ISA, RSS Guard only downloads only articles which are new or were updated, whereas older algorithm in RSS Guard usually always fetches all available articles, even if they are not needed, leading to unnecessary overload of your network connection and RSS Guard. +3 Tested services are: +* Bazqux +* Reedah +* Inoreader +* TheOldReader +* FreshRSS + ### Article Filtering Sometimes yout need to tweak incoming article - mark them starred, remove ads from their contents or simply ignore them. That's what filtering feature is for.