public-health-ch/feedler
PCoder 2d287dff32 Add migration 2022-05-03 15:43:49 +05:30
..
management/commands Disable Draftail due to wagtail#4602 2019-09-11 23:45:37 +02:00
migrations Add migration 2022-05-03 15:43:49 +05:30
models Add expire_at field to Entry model 2022-05-03 15:32:34 +05:30
templates Blog layout and functions 2019-08-12 17:28:31 +02:00
README.md Create README.md 2019-05-16 14:49:38 +02:00
__init__.py Wagtail module path updates 2019-05-13 17:11:16 +02:00
admin.py Updated to Wagtail 2.11 2020-12-11 11:32:59 +01: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 Fix BaseAPIEndpoint deprecation 2020-05-15 21:53:31 +02:00
feedparser.py Improve stream content parsing 2017-11-17 17:22:09 +01: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

README.md

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