Go to Download Page to get the latest version
You can see a demo of the svn version : here
Untar the archive under a directory, rename the file confog-sample.xml to config.xml file and fill the fields. Put the php script uner a directory that can be accessed fro myou rss feeder (a web server seems mandatory :))
The proxy section is optionnal.Each server is defined with the following informations :
To access to this filtered RSS you will have to type :
http://<url>/index.php?code=<code>
<server> <name>TVUnderground French</name> <code>tvufr</code> <url>http://tvunderground.org.ru/rss.php</url> <filter>/\(french/</filter> </server>
To access to this filtered RSS you will have to access :
http://<url of appli>/index.php?code=tvufr
<?xml version="1.0" encoding="UTF-8"?>
<config>
<proxy>
<!-- Proxy host -->
<!-- <host>wwwcache.foo.bar</host> -->
<host></host>
<!-- Proxy port -->
<!--<port>8080</port>-->
<port></port>
</proxy>
<serverlist>
<server>
<name></name>
<code></code>
<url></url>
<filter></filter>
</server>
</serverlist>
</config>
Get some devel informations : here