diff --git a/README.md b/README.md index 4dc9927b6..d96b27d19 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ RSS Guard is a simple RSS/ATOM feed reader for Windows, Linux, BSD, OS/2 or macO RSS Guard is also podcast player as it can play everything via its built-in `mpv`-based (or `ffmpeg`-based) media player. +Also, RSS Guard has built-in support for [Gemini](https://geminiprotocol.net) protocol and hypertext format, so it can very well act as reliable cross-platform Gemini client! + ![RSS Guard](resources/graphics/official_pictures/main-window-linux.png) ## Contributing to RSS Guard diff --git a/docs/source/features/filters.md b/docs/source/features/filters.md index e150afa06..5709b021b 100644 --- a/docs/source/features/filters.md +++ b/docs/source/features/filters.md @@ -40,7 +40,7 @@ Passed article also offers a special function: Boolean MessageObject.isAlreadyInDatabase(DuplicateCheck) ``` -which allows you to perform runtime check for existence of the article in RSS Guards database. Parameter is the value from enumeration `DuplicateCheck`. It specifies how exactly the article should match. +which allows you to perform runtime check for existence of the article in RSS Guard database. Parameter is the value from enumeration `DuplicateCheck`. It specifies how exactly the article should match. For example, if you want to check if there is already another article by the same author in a database, you should call `msg.isAlreadyInDatabase(MessageObject.SameAuthor)`. The values of enumeration can be combined in a single call with the [bitwise OR](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR) (`|`) operator, like this: diff --git a/docs/source/index.rst b/docs/source/index.rst index 2b6e15d53..bc5581ab7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -RSS Guards Documentation! +RSS Guard Documentation! ========================= .. toctree:: diff --git a/docs/source/supported-readers.md b/docs/source/supported-readers.md index ac01cd7a9..b21df2b29 100644 --- a/docs/source/supported-readers.md +++ b/docs/source/supported-readers.md @@ -8,6 +8,8 @@ RSS Guard is multi-account application and supports many web-based feed readers * [JSON](https://www.jsonfeed.org) * [Sitemap](https://en.wikipedia.org/wiki/Sitemaps) (including Sitemap index discovery and compressed sitemaps) +RSS Guard has also built-in support for [Gemini](https://geminiprotocol.net) protocol and hypertext format, so it can very well act as reliable cross-platform Gemini client! All you need to do is to make sure that proper `gemini://` scheme is used in your URLs. Gemini protocol is also used by internal feed fetching network stack, so you can even fetch feeds via the protocol. + When it comes to online web-based feed readers, these are supported: | Service | Two-way Synchronization | Intelligent Synchronization Algorithm (ISA) [^1] | Synchronized Labels [^2] | OAuth [^3] |