Forum Moderators: open
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. The application should be template based for easy site integration.
Any ideas?
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?
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
I'd say use the Yahoo News Feeds - they are no different to the moreover ones IMHO.
[news.yahoo.com...]
Sid
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:
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