full-text-rss/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2011-11-04 17:10:31 +00:00
Full-Text RSS
=============
2013-07-17 21:21:22 +00:00
### NOTE
2011-11-04 17:40:29 +00:00
2013-07-17 21:21:22 +00:00
This is a our public version of Full-Text RSS available to download for free from <http://code.fivefilters.org>.
2011-11-04 17:40:29 +00:00
2013-07-17 21:21:22 +00:00
To sustain the project we sell copies of the most up-to-date version at <http://fivefilters.org/content-only/#download> - so if you like this, please consider supporting us by purchasing the latest release. We also accept donations via [Gittip](https://www.gittip.com/fivefilters/)
2011-11-04 17:40:29 +00:00
2013-07-17 21:21:22 +00:00
### About
2011-11-04 17:10:31 +00:00
2013-07-17 21:21:22 +00:00
See <http://fivefilters.org/content-only/> for a description of the code.
2011-11-04 17:10:31 +00:00
2013-07-17 21:21:22 +00:00
### Installation
2011-11-04 17:10:31 +00:00
1. Extract the files in this ZIP archive to a folder on your computer.
2. FTP the files up to your server
2011-11-04 17:40:29 +00:00
3. Access index.php through your browser. E.g. http://example.org/full-text-rss/index.php
2011-11-04 17:10:31 +00:00
4. Enter a URL in the form field to test the code
5. If you get an RSS feed with full-text content, all is working well. :)
2013-07-17 21:21:22 +00:00
### Configuration (optional)
2011-11-04 17:10:31 +00:00
1. Save a copy of config.php as custom_config.php and edit custom_config.php
2013-07-17 21:21:22 +00:00
2. If you decide to enable caching, make sure the cache folder (and its 2 sub folders) is writable. (You might need to change the permissions of these folders to 777 through your FTP client.)