Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matagus/django-planet
:globe_with_meridians: A django planet and feeds (RSS and ATOM) aggregator application for Django
https://github.com/matagus/django-planet
aggregator blog-aggregator django feed-aggregator feed-reader planet python river-of-news rss
Last synced: 3 days ago
JSON representation
:globe_with_meridians: A django planet and feeds (RSS and ATOM) aggregator application for Django
- Host: GitHub
- URL: https://github.com/matagus/django-planet
- Owner: matagus
- License: other
- Created: 2009-07-09T20:15:35.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T00:18:52.000Z (11 months ago)
- Last Synced: 2024-10-12T07:35:06.403Z (3 months ago)
- Topics: aggregator, blog-aggregator, django, feed-aggregator, feed-reader, planet, python, river-of-news, rss
- Language: Python
- Homepage: https://django-planet.fly.dev/
- Size: 4.24 MB
- Stars: 174
- Watchers: 11
- Forks: 56
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
=============
django-planet
=============A Django app that provides everything you need to build planet feed aggregator website.
**Notes**: `main` branch has been unmaintained for years but since February 2023 I've been making `some work in a new branch `_ in order to provide a simpler app (with less dependencies, better tests, and simplified packaging using `hatch `_) and a working sample project with full features. I'm deplying `a demo website `_ to Fly.io and keeping it updated. See some screenshots below. **Warning: this new branch is unstable and backwards incompatible!**
Screenshots
===========Post List
---------.. image:: https://raw.githubusercontent.com/matagus/django-planet/upgrade-to-django4x-drop-python2-support-minimal-version/screenshots/post-list.png
Blog View
---------.. image:: https://raw.githubusercontent.com/matagus/django-planet/upgrade-to-django4x-drop-python2-support-minimal-version/screenshots/blog.png
Author View
-----------.. image:: https://raw.githubusercontent.com/matagus/django-planet/upgrade-to-django4x-drop-python2-support-minimal-version/screenshots/blog.png
Full Post View
--------------.. image:: https://raw.githubusercontent.com/matagus/django-planet/upgrade-to-django4x-drop-python2-support-minimal-version/screenshots/full-post.png
Contribute
==========- `Issue Tracker `_
- `Source Code `_License
=======The project is licensed under the BSD license.
DEMO
----* `Link `_