
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
django-rss-plugin
Advanced tools
Simple plugin to show a a rss feed in your django cms site.
Installation::
$ pip install django-rss-plugin
Add rssplugin to your INSTALLED_APPS in Django settings.py file, Like following::
INSTALLED_APPS=( 'rssplugin', )
Run south migrate to install plugin database::
$ python manage.py migrate rssplugin
If no south, just run::
$ python manage.py syncdb
template filter
#. parsed_to_date::
{% load rss_tags %}
{{ entry.published_parsed|parsed_to_date|timesince }}
see rss.html for usage examples.
Notice, both external link like 'http://example.com/rss' and internal link like '/blog/rss' are supported.
Using custom template
Use CMS_RSS_PLUGIN_TEMPLATE = "path_to_your_template.html" in settings.py to set a custom template, default is rss/rss.html.
Feed timeout
Use CMS_RSS_PLUGIN_FEEDPARSER_TIMEOUT = seconds in settings.py to set a custom socket timeout, default is 60
Code repository_... _Code repository: https://github.com/zgwmike/django-rss-plugin
03/04/2015, Version 0.0.9
Added socket timeout settings when fetching feed.
01/01/2015, Version 0.0.8
Added customized template support, thanks to Felix-neko contribution.
2/13/2013, Version 0.0.7
Fix a template bug.
2/12/2013, Version 0.0.6
New feature:
#. Can specify both external link and internal path.
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.
FAQs
A Django CMS plugin to show a list of feeds.
We found that django-rss-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.