From a902984fb2cf3b9731a2f593643698eee864e03e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 18 Feb 2021 10:31:28 +0100 Subject: [PATCH] feedly docs --- README.md | 3 ++- resources/docs/Feed-formats.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccfcd53ef..a846f8553 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed us * [FreshRSS](https://freshrss.org), * [The Old Reader](https://theoldreader.com), * [Bazqux](https://bazqux.com), -* [Reedah](http://reedah.com). +* [Reedah](http://reedah.com), +* [Feedly](https://feedly.com). Application icon was kindly contributed by Siddharth Yadav - @Siddharth_yd (Instagram), illustrationdesignsid@gmail.com (e-mail). Flag icons were provided by [IconDrawer](http://www.icondrawer.com). \ No newline at end of file diff --git a/resources/docs/Feed-formats.md b/resources/docs/Feed-formats.md index 0092976f4..f43a3f108 100755 --- a/resources/docs/Feed-formats.md +++ b/resources/docs/Feed-formats.md @@ -5,6 +5,7 @@ RSS Guard is a modular application which supports plugins. It offers well-mainta * [Inoreader](https://www.inoreader.com) plugin: Adds ability to synchronize messages with Inoreader. All you need to do is create free account on their website and start rocking. * [Nextcloud News](https://apps.nextcloud.com/apps/news) plugin: Nextcloud News is a Nextcloud app which adds feed reader abilities into your Nextcloud instances. * [Google Reader API](https://rss-sync.github.io/Open-Reader-API/resources/#unofficial-google-reader-documentation) plugin: This plugin was added in RSS Guard 3.9.0 and offers two-way synchronization with services which implement Google Reader API. At this point, plugin was tested and works with Bazqux, The Old Reader and FreshRSS. +* [Feedly](https://feedly.com) plugin: Provides synchronization with Feedly and supports both official productions keys mode as well as `developer access token` mode. * [Gmail](https://www.google.com/gmail) plugin: Yes, you are reading it right. RSS Guard can be used as very lightweight and simple e-mail client. This plugins uses [Gmail API](https://developers.google.com/gmail/api) and offers even e-mail sending. > All plugins share almost all core RSS Guard's features, including labels, recycle bins, podcasts fetching or newspaper view. They are implemented in a very transparent way, making it easy to maintain them or add new ones.