A Django CMS plugin to show a list of feeds.
Project description
Simple plugin to show a a rss feed in your django cms site.
Features
- Show specified number of feeds in the page.
- You can choose to open the feed in current window or new window.
- Show any rss feed you specified.
- The feed list would be cached for specified time long.
Usage
Installation:
$ pip install django-rss-plugin
Add rssplugin to your INSTALLED_APPS in Django settings.py file, Like following:
INSTALLED_APPS=( 'rssplugin', )
template filter
parsed_to_date:
{% load rss_tags %} {{ entry.published_parsed|parsed_to_date|timesince }}
see rss.html for usage examples.
Online Resources
Change History
2/11/2013, Version 0.0.5
New features:
- If no entries found, show “no entries found”.
2/8/2013, Version 0.0.4
First stable release published to Pypi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django-rss-plugin-0.0.5.zip (7.2 kB) | File type Source | Python version None | Upload date | Hashes View |