D
D
depporter2011-03-13 10:13:54
RSS
depporter, 2011-03-13 10:13:54

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

6 answer(s)
Z
zizop, 2011-03-13
@depporter

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

V
Vlad Frolov, 2011-03-13
@frol

Here I posted my project on Django: github.com/frol/rss-filter
If you have any questions, please contact.

D
depporter, 2011-03-13
@depporter

Thanks, I'll try to put it in.

D
depporter, 2011-03-13
@depporter

Can anyone recommend a php script?

A
Andrew, 2011-03-13
@Morfi

Google Reader has an API, so you can easily write your own script that periodically pulls out the latest news.

V
Vlad Zhivotnev, 2011-03-13
@inkvizitor68sl

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 question

Ask a Question

731 491 924 answers to any question