Archive

Posts Tagged ‘from rss’

Full Content From Rss Feed

July 27th, 2009 Comments off

I would like a script written to convert rss feed (rss from yahoo pipe, which I have ready) in full content aka full text.

I would like the script to be easy to configure, which yahoo pipe url to use. It may require to change just one line in code or maybe it could be configured by url it-self, domain.com/script.php?url=

However you like, as long as you keep simple to change url of yahoo pipe.

Here is free script in action, converts feed to full text
http://labs.echoditto.com/fulltextrss

I need something similar to above script, you may use this rss feed for testing/developing purpose
http://pipes.yahoo.com/pipes/pipe.info?_id=fcc3753e5db3991e080e1d7862ac74f8

This is re-post of my project, which was not completed by previous winner.

Strip Style From Rss Feed

June 30th, 2009 Comments off

This is a very simple project for any PHP developer.

1) Fetch an RSS feed, the link to which I will give you.
2) Remove every occurrence of “align=left”
3) Spit out the feed.

Note that you do not have to parse the feed and display it as if it were html…just leave the feed exactly how it is. I am going to import this feed myself into another site. All you have to do remove every instance of “align = left” and leave the rest of the feed untouched.

The project only involves this one feed. It does not have to ever accept new feeds. Always the same feed, but every time the script is run, it should refetch the feed.

Bear