215691 RSS aggregator script
Budget N/A
- Freelancer
- Jobs
- Anything Goes
- 215691 RSS aggregator script
I need a php program that pulls rss feeds from a my list of feeds, and stores feeds and items in a database.
The feeds will be categorized into channels, and the script must display list of channels and their news entries, according to publication date.
Each news item must have its own page also. the feed entries on the front and category page must not link directly to the originating news site, but must have an entry page such that all RSS information is displayed.
The front end thus 3 or four pages; home page lists all categories and all news itesm. Category page which displays news items for that category. An item page which displays all the RSS information for that news entry. And a search results page.
The script must provide a search function, hence the need for a mysql database.
I want the display page to be very simple, and any style elements must be in a separate stylesheet.
Various open source packages are close to the specification, notably various news manager php script on sourceforge, particularly [url removed, login to view]
[url removed, login to view] has a very close specification also.