vabtz

msg:1542426 | 6:40 pm on Apr 22, 2004 (gmt 0) |
I had to write my own script to do that. Its pretty straight forward stuff
|
ssskaya

msg:1542427 | 8:45 am on May 25, 2004 (gmt 0) |
I am also an RSS beginner. And I believe my question is at least as simple: Yahoo provides rss scripts for newsfeeds or web publication. They already provide the script for that. e.g.: [rss.news.yahoo.com...] What I want to know is: How do I do publish it on my site?
|
sidyadav

msg:1542428 | 11:50 am on May 26, 2004 (gmt 0) |
> I want to publish RSS news headlines from different sources on my homepage. The perfekt tool for that would be something like a CMS for RSS feeds where I can scan headlines from different sources and easily "click" them together. Moreover does exactly that - gathers information from various news sources and shows the latest ones, in-relation to your chosen category: [w.moreover.com...] > What I want to know is: How do I do publish it on my site? For this, you can use a RSS parser or make one of your own. Try a query for "RSS parser" at HotScripts.com if you are looking for one. Sid
|
Patrick Taylor

msg:1542429 | 3:06 pm on May 26, 2004 (gmt 0) |
Moreover does exactly that |
| It's not free though, is it? I mean you can't just use those RSS feeds on your site without a licence or paying a fee, though it's hard to find any details on their site.
|
veedub

msg:1542430 | 5:27 pm on May 26, 2004 (gmt 0) |
Moreover: "Pricing for Moreover Solutions starts at $ 6,000, and scales according to options and customization..." Too expensive for me but it sure looks nice.
|
AmeriClicks

msg:1542431 | 7:10 pm on May 26, 2004 (gmt 0) |
veedub You may want to try <snip> as the service is very much like moreover's and starts at $50 a month I think. [edited by: Brett_Tabke at 1:37 pm (utc) on June 12, 2004] [edit reason] no specific urls plese [/edit]
|
sidyadav

msg:1542432 | 5:19 am on May 27, 2004 (gmt 0) |
AmeriClicks, please read the TOS - no link drops or self-promotion is aloud at the boards. I'd say use the Yahoo News Feeds - they are no different to the moreover ones IMHO. [news.yahoo.com...] Sid
|
ssskaya

msg:1542433 | 5:44 am on May 27, 2004 (gmt 0) |
sidyadav: this is what I'm asking. I want to use yahoo rss. I just don't know how to do it. What is a parser? is it difficiult to use or is it just a few lines of xml script?
|
sidyadav

msg:1542434 | 6:57 am on May 27, 2004 (gmt 0) |
ssskaya, An rss parser, is a script which can be written in any language, to parse RSS/XML data and show it in proper HTML format. It depends on your preferable language, of what sort of parser you are looking for. Ultimately, they all do the same thing. Here is a list of some significant rss parsers in various languages:
Magpie RSS Parser [magpierss.sourceforge.net] - PHP RSS.py [mnot.net] - Python/PyXML Simpel RSS reader [html.dk] - ASP There are of course, many others - which is why I suggested searching at HotScripts.com as you would have a large range of variety, but the most popular language used to build RSS/RDF parsers is in my opinion, PHP. But then again, some prefer PERL. If you need any more help on RSS parsers, sticky me - I can send you the code for one of my parsers which I built using PHP. Sid
|
|