Skip to content

Commit bdae35c

Browse files
committed
1 parent 9ceefd5 commit bdae35c

File tree

432 files changed

+63215
-4086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+63215
-4086
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
2+
3+
This codebase represents a radical refactoring of Planet 2.0, which lists
4+
the following authors:
5+
16
Scott James Remnant <[email protected]>
27
Jeff Waugh <[email protected]>

INSTALL

-151
This file was deleted.

NEWS

-4
This file was deleted.

PKG-INFO

-10
This file was deleted.

README

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Planet
2+
------
3+
4+
Planet is a flexible feed aggregator. It downloads news feeds published by
5+
web sites and aggregates their content together into a single combined feed,
6+
latest news first. This version of Planet is named Venus as it is the
7+
second major version. The first version is still in wide use and is
8+
also actively being maintained.
9+
10+
It uses Mark Pilgrim's Universal Feed Parser to read from CDF, RDF, RSS and
11+
Atom feeds; Leonard Richardson's Beautiful Soup to correct markup issues;
12+
and either Tomas Styblo's templating engine or Daniel Viellard's implementation
13+
of XSLT to output static files in any format you can dream up.
14+
15+
To get started, check out the documentation in the docs directory. If you have
16+
any questions or comments, please don't hesitate to use the planet mailing list:
17+
18+
http://lists.planetplanet.org/mailman/listinfo/devel
19+
20+
Keywords: feed, blog, aggregator, RSS, RDF, Atom, OPML, Python

README.md

-35
This file was deleted.

THANKS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
DeWitt Clinton - Mac OSX
2+
Mary Gardiner - PythonPath
3+
Elias Torres - FOAF OnlineAccounts
4+
Jacques Distler - Template patches
5+
Michael Koziarski - HTTP Auth fix
6+
Brian Ewins - Win32 / Portalocker
7+
Joe Gregorio - python versioning for filters, verbose tests, spider_threads
8+
Harry Fuecks - Pipe characters in file names, filter bug
9+
Eric van der Vlist - Filters to add language, category information
10+
Chris Dolan - mkdir cache; default template_dirs; fix xsltproc
11+
David Sifry - rss 2.0 xslt template based on http://atom.geekhood.net/
12+
Morten Frederiksen - Support WordPress LinkManager OPML
13+
Harry Fuecks - default item date to feed date
14+
Antonio Cavedoni - Django templates
15+
Morten Frederiksen - expungeCache
16+
Lenny Domnitser - Coral CDN support for URLs with non-standard ports
17+
Amit Chakradeo - Allow read-only files to be overwritten
18+
Matt Brubeck - fix new_channel
19+
Aristotle Pagaltzis - ensure byline_author filter doesn't drop foreign markup
20+
21+
This codebase represents a radical refactoring of Planet 2.0, which lists
22+
the following contributors:
23+
124
Patches and Bug Fixes
225
---------------------
326

TODO

-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
TODO
22
====
33

4-
* Expire feed history
5-
6-
The feed cache doesn't currently expire old entries, so could get
7-
large quite rapidly. We should probably have a config setting for
8-
the cache expiry, the trouble is some channels might need a longer
9-
or shorter one than others.
10-
114
* Allow display normalisation to specified timezone
125

136
Some Planet admins would like their feed to be displayed in the local
147
timezone, instead of UTC.
15-
16-
* Support OPML and foaf subscriptions
17-
18-
This might be a bit invasive, but I want to be able to subscribe to OPML
19-
and FOAF files, and see each feed as if it were subscribed individually.
20-
Perhaps we can do this with a two-pass configuration scheme, first to pull
21-
the static configs, second to go fetch and generate the dynamic configs.
22-
The more I think about it, the less invasive it sounds. Hmm.

0 commit comments

Comments
 (0)