EDIT: Oh yeah- forgot to describe what it does. It takes an RSS summary feed, spiders the URLs and attempts to bring the whole story back for you
I hope this is useful to some of you. It's a free script from here:
http://fivefilters.org/content-only/
...but installation their way is a bit troublesome, so I've included the script here. It's just php files, so no virus check. And I haven't found anything naughty in the script.
Installation:
1) Upload to your server
2) Make /cache/ directory writeable (CHMOD 777)
Use:
1) Either navigate to:
http://yourdomain.com/full-text-rss/
...and add the feed in the box
or (for automation):
2) Add the path in front of the feed url so
http://rssdomain.com/feed.xml
...becomes
http://yourdomain.com/full-text-rss/makefulltextfeed.php?url=http://rssdomain.com/feed.xml
IN USE:
It only works some of the time. Some feeds work and others don't. Some are spiked with ads when you bring them back. At the very least, you usually get more of the feed. And some feeds it brings back all of every story.
Have fun with it.
I hope this is useful to some of you. It's a free script from here:
http://fivefilters.org/content-only/
...but installation their way is a bit troublesome, so I've included the script here. It's just php files, so no virus check. And I haven't found anything naughty in the script.
Installation:
1) Upload to your server
2) Make /cache/ directory writeable (CHMOD 777)
Use:
1) Either navigate to:
http://yourdomain.com/full-text-rss/
...and add the feed in the box
or (for automation):
2) Add the path in front of the feed url so
http://rssdomain.com/feed.xml
...becomes
http://yourdomain.com/full-text-rss/makefulltextfeed.php?url=http://rssdomain.com/feed.xml
IN USE:
It only works some of the time. Some feeds work and others don't. Some are spiked with ads when you bring them back. At the very least, you usually get more of the feed. And some feeds it brings back all of every story.
Have fun with it.
Attachments
Last edited: