From 3d475c76bae2bb1b5674fbc97369f791ce339065 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Fri, 6 Nov 2020 07:31:35 +0100 Subject: [PATCH] Update Documentation.md --- resources/docs/Documentation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 4c01c345c..2237fe4b5 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -6,6 +6,7 @@ * [Localizations](#localizations) * [Features](#features) * [List of main features](#list-of-main-features) + * [Web-based and lite app variants](#web-based-and-lite-app-variants) * [Message filtering](#message-filtering) * [Database backends](#database-backends) * [Misc](#misc) @@ -96,6 +97,13 @@ RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most kno * localizations to some languages, * ability to tweak columns in displayed list of messages. +## Web-based and lite app variants +RSS Guard is distributed in two variants: +* **Standard package with WebEngine-based bundled message viewer**: This variant displays messages with their full formatting and layout in embedded Chromium-based web viewer. This variant of RSS Guard should be nice for everyone who doesn't care about memory consumption. Also, installation packages are relatively big. + +* **Lite package with simple text-based message viewer**: This variant displays message in much simpler and more lightweight text-based component. Layout and formatting of displayed message is simplified, no big external web viewers are used, which results in much smaller installation packages, much smaller memory footprint and increased privacy of the user, because many web resources are not downloaded by default like pictures, JavaScript and so on. This variant of RSS Guard is meant for advanced users and can faster GUI response in some use-cases. + + ## Message filtering RSS Guard supports _automagic_ message filtering. The filtering system is automatically triggered when new messages for each feed are downloaded. User can write scripts which perform filtering decisions. [**JavaScript with ECMA standard**](http://www.ecma-international.org/publications/standards/Ecma-262.htm) is supported.