evorepo/public
Jelle van der Waa 17a12f07fb Introduce planet functionality in archweb
This change introduces a replacment for planet.archlinux.org which uses
a python 2 project to generate static html from multiple RSS feed
sources. For archweb a set of 'static' feeds can be created in the
django admin view for the Arch forums and other static feeds, archweb
users can add their own blog rss feed in their profile which will create
a Feed model.

When running the update_planet command, all Feed models are iterated
over and the rss feed is parsed. The latest FeedItem is queried matching
the current Feed model and every newer entry in the RSS feed is added as
new FeedItem. Since the body is also stored in the FeedItem there is a
limit to the amount of FeedItems per Feed configured in settings.py of
which the default is 25.

When a user is marked as inactive his Feed model and items are
removed automatically to avoid keeping stale data around.

Closes: #261
2020-02-03 21:25:31 +01:00
..
management Introduce planet functionality in archweb 2020-02-03 21:25:31 +01:00
static/logos Run pngcrush and optipng over most static content 2013-02-03 13:38:39 -06:00
__init__.py "imported" public app files from archweb_pub 2009-11-09 22:24:37 -02:00
tests.py urls.py: remove legacy urls 2017-06-12 20:39:13 +02:00
utils.py remove unecessary list calls 2019-02-01 21:27:57 +01:00
views.py request.user.is_authenticated() -> request.user.is_authenticated 2019-01-21 21:19:58 +01:00