views:

146

answers:

3

Hi,

I've seen sites like this (http://www.tradename.net/) on the web that seem to be nothing more than a collection of news articles pulled in from different places - all seemingly automated... I would like to know how can I create something like this that: (a) either automatically, one its own pulls data from different news feeds and creates these articles/news-conent, OR (b) I run a program periodically to update all its content

I am looking for a ready-to-run software / module that I can take and put in either the keywords or links to news feeds and get it to work... I'm not interested in one of those paid template sites.

Another example: http://www.limitedliability.org/

+1  A: 

You can just make your own website like that. Just use rss-feeds from topics / newswebsites that you like to show your users. Customize your website like how you want it yourself using one of the scripting languages. It's not very hard to loop through all news flashes in a rss-feed and show them to your users.

You can use PHP

Or .NET

Or Javascript

Ans obviously there are more ways to do this. Just take a good look around and check with what scripting language you feel most comfortable.

Younes
+1  A: 

Create a script that parses the rss-feeds from the news sites, and only store the ones that you are interested in.

dale
A: 

Or just create your own Google News feed and add it to your site. There are free feeds for non-commercial use.

gyurisc
This is interesting, but it looks like these rss feeds dont "appear" on the site itself...
Dave