Answer the question
In order to leave comments, you need to log in
Web based rss reader?
Lord, please help. I need a web based rss reader so that I can put it on the server and collect feeds in the database. Google and any other rss reading services are not suitable. I need the application to be on my server. Preferably open source.
PS Rsslounge is not suitable for certain reasons.
Answer the question
In order to leave comments, you need to log in
I recommend looking in the direction of the Zend_Feed class Zend_Feed
makes it easy to get feeds. If you know the feed URI, then just use the Zend_Feed::import() method:
$feed = Zend_Feed::import('http://feeds.example.com/feedName');
For details see: framework.zend.com/manual/en/zend.feed.importing.html
Here I posted my project on Django: github.com/frol/rss-filter
If you have any questions, please contact.
Google Reader has an API, so you can easily write your own script that periodically pulls out the latest news.
Wordpress, closed from bots with an RSS grabber, if you need it in a hurry.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question