Skip to main content

Support RSS Feeds, Facebook Instant Articles and Apple News

Project description

https://travis-ci.org/chrisdev/django-wagtail-feeds.svg?branch=master

Support RSS Feeds, Facebook Instant Articles and Apple News. Syndication feeds come in two flavors:

  • BasicFeed - A standard RSS V 2.0.1 feed designed to be used without item enclosures.

  • ExtendedFeed - An RSS V2/Atom Feed with support for item

    enclosures such as images or video. Use this if when want to integrate your feed with services like MailChimp or Flipboard.

Getting Started

To use Django Wagtail Feeds in a project:

pip install django-wagtail-feeds

Remember to add wagtail_feeds to installed apps in settings file.

Run migrations for Wagtail feeds:

./manage.py migrate wagtail_feeds

Add Feed settings in the Wagtail admin

Wagtail admin
Feed Settings

Finally reference it in the url.py

from wagtail_feeds.feeds import BasicFeed, ExtendedFeed

url(r'^blog/feed/basic$', BasicFeed(), name='basic_feed'),
url(r'^blog/feed/extended$', ExtendedFeed(), name='extended_feed'),

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

History

0.0.4 (2016-09-29)

  • The ExtendedFeed now supports content fields based on StreamFields

  • Previous versions automatically added the post/article’s feed image to the content enclosure. In this version, this can be toggled on or off with a checkbox option in the Feed App Settings

  • Several bug fixes related to issues such the rendering of embedded objects in posts and improperly formatted images

0.0.3 (2016-07-18)

  • Needed to pin html5lib version due to problems with BS4

0.0.2 (2016-07-13)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wagtail-feeds-0.0.4.tar.gz (173.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_wagtail_feeds-0.0.4-py2.py3-none-any.whl (12.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-wagtail-feeds-0.0.4.tar.gz.

File metadata

File hashes

Hashes for django-wagtail-feeds-0.0.4.tar.gz
Algorithm Hash digest
SHA256 51279769b5a75774cac9d47eedfb8bc26870ca7901b4a63812852c96683e276c
MD5 90a806e8eb36d558e0a1d9c180e71300
BLAKE2b-256 9f39586ba44280d8d9341502049cc502191acd9075d5749bb9da98c14db266d9

See more details on using hashes here.

File details

Details for the file django_wagtail_feeds-0.0.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_wagtail_feeds-0.0.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 fb6fa49deb4de98b0eb42db0b7d039a6d5525a963b79a36577ab338e12694c87
MD5 2370eaf172ce5459958829e2e865c8f0
BLAKE2b-256 519cbd785c45f733502990747cf508a5930d2416ff4ca3d92137682d88c9362f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page