venus
venus copied to clipboard
Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
* removing broken links * updating the "Planet Planet" reference to "Planet Venus"
feedburner changed what they are inserting into people's feeds. Need to update it. Probably `.*` would work...
Hi! The website referenced in the code and the README is not reachable. Is there an alternative? I'd be interested in the mailinglist as well. > $ ping planetplanet.org >...
FeedParser changes might be better applied to latest FeedParser. But I see that's already a separate pull request.
The "locale" variable was removed from configuration file format. However the system locale is not used. Steps to reproduce: LANG=cs_CZ.utf-8 ./planet.py ./config.ini LANG=en_US.utf-8 ./planet.py ./config.ini This patch should add default...
Hi could the dev branch be made the default please? Only because master has not been updated since 2011.
dbhash module is deprecated: https://docs.python.org/2.7/library/dbhash.html This functionality still exists in bsddb3 (outside of standard library). bsddb3 also supports Python 3. ``` --- planet/idindex.py +++ planet/idindex.py @@ -13,8 +13,8 @@ cache...
I cannot find a python package called `RDF` that is used in the foaf2config functions. I believe it has been replaced with [`rdflib`](https://github.com/RDFLib/rdflib)
Using the `xml` rendering method leaves an XML declaration at the top, which doesn't play nice with some browsers, so it's better to use the `xhtml` method in such cases....
allow iframes with frameborder as used by vid.ly, youtube and other sites