![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to put an rss feed from the bbc news website to the right column on my site. They allow, nay, encourage this. ... but there's no text to cut n paste to allow a feed. |
|
Unlike this site... http://www.hse.gov.uk/new/rss.htm ...where they provide all I need. |
#3
| |||
| |||
|
|
Mike Barnard wrote: I want to put an rss feed from the bbc news website to the right column on my site. They allow, nay, encourage this. ... but there's no text to cut n paste to allow a feed. Generally, you just pump the URL into a server side script that parses it and generates the HTML. |
|
I do it with a couple of different scripts on various sites. One uses a combination of Perl's RSS modules and Template-Toolkit, another uses Rawdog. I'm sure there are prewritten ones out there too. Unlike this site... http://www.hse.gov.uk/new/rss.htm ...where they provide all I need. Except that "all you need" isn't RSS, it is JavaScript (with the usual drawbacks of that approach). You can do that to most feeds using this method: http://kentbrewster.com/badger/ |
#4
| |||
| |||
|
|
I want to put an rss feed from the bbc news website to the right column on my site. They allow, nay, encourage this. http://news.bbc.co.uk/1/hi/help/rss/3223484.stm |
#5
| |||
| |||
|
|
On Sat, 05 Apr 2008 22:50:36 +0100, David Dorward <dorward (AT) yahoo (DOT) com wrote: Mike Barnard wrote: I want to put an rss feed from the bbc news website to the right column on my site. They allow, nay, encourage this. ... but there's no text to cut n paste to allow a feed. Generally, you just pump the URL into a server side script that parses it and generates the HTML. Hi. Thats fine when you know HOW to do that. I don't, yet. |
![]() |
| Thread Tools | |
| Display Modes | |
| |