From 6b4a8b835788414fdded1d332c83c08f80461684 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Thu, 16 May 2019 14:49:38 +0200 Subject: [PATCH] Create README.md --- feedler/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 feedler/README.md diff --git a/feedler/README.md b/feedler/README.md new file mode 100644 index 0000000..1a8272f --- /dev/null +++ b/feedler/README.md @@ -0,0 +1,11 @@ +# Feedler + +This is a module for Wagtail that integrates with the [Feedly API](https://developer.feedly.com/) to bring aggregated information sources (blogs, feeds, news, etc.) onto our website. You can see how it works by looking at the *News*, *Events* and *Jobs* sections of the [public-health.ch](https://public-health.ch) home page. Behind the scenes, the service allows administrative staff to look for and moderate incoming articles, and easily prepare them for publication. + +After importing them from Feedly, the posts can be conveniently edited (primarily to fix formatting issues or add images) at anytime through Wagtail's interface. + +![](../docs/Screenshot%20from%202019-05-16%2014-44-10.png) + +If there is interest from the community, we could pull this out to be an independent module. + +See also https://github.com/chrisdev/django-wagtail-feeds