public-health-ch/feedler
Oleg Lavrovsky b0020f2bd8
Merge pull request #25 from loleg/wagtail-2
Wagtail 2.5 support, updated to 2.6 in #26, with development environment and full data testing completed.
2019-08-12 15:09:31 +02:00
..
migrations Wagtail module path updates 2019-05-13 17:11:16 +02:00
models Wagtail module path updates 2019-05-13 17:11:16 +02:00
templates Sync entries button 2017-10-14 23:57:39 +02:00
__init__.py Wagtail module path updates 2019-05-13 17:11:16 +02:00
admin.py Wagtail 2 support 2019-06-14 22:02:15 +02:00
api.py Feedler APIv2 integrated 2017-07-03 16:42:27 +02:00
apps.py Moved Feedler to separate app 2017-07-03 16:23:20 +02:00
endpoints.py Wagtail 2 support 2019-06-14 22:02:15 +02:00
feedparser.py Improve stream content parsing 2017-11-17 17:22:09 +01:00
README.md Create README.md 2019-05-16 14:49:38 +02:00
refresh.py Check old Entries exist without exception 2017-11-17 15:14:21 +01:00
tests.py Moved Feedler to separate app 2017-07-03 16:23:20 +02:00
urls.py Feedler APIv2 integrated 2017-07-03 16:42:27 +02:00
wagtail_hooks.py Length of URL fields, page listing 2017-11-17 17:00:04 +01:00

Feedler

This is a module for Wagtail that integrates with the Feedly API 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 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.

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