RSS Proxy / Filter

What is it ?

Rss proxy/filter is a php script that can delever filtered rss streams from multiple sources :

Get It

Go to Download Page to get the latest version

Demo

You can see a demo of the svn version : here

How to use it ?

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 Config file

The proxy section is optionnal.Each server is defined with the following informations :

  • name : name of the rss stream
  • code : code used to retrieve the rss stream
  • url : url of this rss stream
  • filter : regex used to filter the stream

To access to this filtered RSS you will have to type :

http://<url>/index.php?code=<code>

Ex:

<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

Sample File

<?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>

Devel news

Get some devel informations : here

 
start.txt · Dernière modification: 2009/05/02 19:40 par bb2k
 
Sauf mention contraire, le contenu de ce wiki est placé sous la licence suivante:GNU Free Documentation License 1.2
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki