PerlPlanet
aus ThiesenWiki, der freien Wissensdatenbank
Inhaltsverzeichnis |
About
PerlPlanet is a drop in replacement for Planet, a RSS feed agregator which "downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first". It uses my own heuristic to cope with Atom and RSS feeds and a couple of modules to be more robust than Planet itself.
Requirements
PerlPlanet needs the following modules to be installed:
- Config::IniHash
- Date::Parse
- DateTime::Format::Mail
- DateTime
- HTML::Strip
- HTML::Template
- LWP::Simple
- LWP::UserAgent::WithCache
- XML::RSS
- XML::RSS::FromAtom
Optionally, it uses XML::LibXML to preprocess really broken feeds.
Readme
PerlPlanet is compatible with Planets config and templates files, thus it is a drop in replacement. It does not do Hackergotchies yet!
At the place where you usually do
./planet.py examples/config.ini
you do now
./perlplanet.pl examples/config.in
