Thanks for downloading and setting this up. If you haven't done so already, check server compatibility to see if your environment will support this application. Full-Text RSS runs on most shared web hosting environments.
In addition to the options above, Full-Text RSS comes with a configuration file which allows you to control how the application works. Features include:
To change the configuration, save a copy of config.php as custom_config.php and make any changes you like to it.To change the configuration, edit custom_config.php and make any changes you like.
If everything works fine, feel free to modify this page by saving it as custom_index.php and change it to whatever you like.
Thanks! :)
To see if you're running the latest version, check for updates.
We have more information in the section below, but if you need help with anything, please email fivefilters@fivefilters.org.
This is a free software project to help people extract content from web pages. It can extract content from a standard HTML page and return a 1-item feed or it can transform an existing feed into a full-text feed. It is being developed as part of the Five Filters project to promote independent, non-corporate media.
To easily transform partial-feeds you encounter (or convert any content on a page into a 1-item feed), drag the link below to your browser's bookmarks toolbar. Then whenever you'd like a full-text feed, click the bookmarklet.
Drag this:
To extract content from a web page or to transform an existing partial feed to full text, pass the URL (encoded) in the querystring to the following URL:
All the parameters in the form above can be passed in this way. Examine the URL in the addressbar after you click 'Create Feed' to see the values.
Note: If you're not hosting this yourself, you do not have to rely on an external API if you don't want to — this is a free software (open source) project licensed under the AGPL. You're free to download your own copy.
The application uses PHP, PHP Readability, SimplePie, FeedWriter, Humble HTTP Agent. Depending on your configuration, these optional components may also be used: Zend Cache, Zend DOM Query, Rolling Curl and IRI. Readability is the magic piece of code that tries to identify and extract the content block from any given web page.
PHP 5.2 or above is required. A simple shared web hosting account will work fine. The code has been tested on Windows and Linux using the Apache web server. If you're a Windows user, you can try it on your own machine using WampServer. It has also been reported as working under IIS, but we have not tested this ourselves.
Download from fivefilters.org - old versions are available in the code repository.
This web application is licensed under the AGPL version 3 — which basically means if you use the code to offer the same or similar service for your users, you are also required to share the code with your users so they can examine the code and run it for themselves. (More on why this is important.)
The libraries used by the application are licensed as follows...