I am starting a media website for specific non-rss content that I find on the internet. I want to take that content, put into a database, post the content to the site say as News. The create an RSS feed that links back to the News. I want the content on my site not where I found it. I will link to the originator in the end but I want initial readers to land on the website from this SQL content. I am copying this site but not as complex as it (yet) http://www.hereisthecity.com/ I was thinking Feedforall.com was a good product but I am a novice. PLease reply with past work links. I will short list a few people then explain the project in detail then. Thanks
So, it's basically scrap the content -> insert it to the database and then -> publish the RSS feed right? I can do that using PHP. PM me the details.
You can use the SQL2RSS script http://www.feedforall.com/sql2rss.htm to convert the datebase to RSS feeds, then you can use RSS2HTML to display it. The SQL2RSS dynamically updates the feed as the database changes. Sounds exactly what you need Let me know if you have any questions.