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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-rss-plugin-0.0.5.zip
(7.2 kB
view details)
File details
Details for the file django-rss-plugin-0.0.5.zip.
File metadata
- Download URL: django-rss-plugin-0.0.5.zip
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecb162d111db1ebbca2b2664770698c507908b7ea510d958fc3a2717f3998c5a
|
|
| MD5 |
7b52731c95eeaab75aa27d7e88ce74cd
|
|
| BLAKE2b-256 |
65b863da88e1badd53ace09f6190d6298986a66fb7f34ef001ebb7de248398ae
|