This commit is contained in:
jeena 2013-04-24 17:15:10 +02:00
parent 51e8f0e2b7
commit 57e4f14401

View file

@ -4,12 +4,12 @@
Feed the Monkey is a desktop client for [TinyTinyRSS](http://tt-rss.org). That means that it doesn't work as a standalone feed reader but only as a client for the TinyTinyRSS API which it uses to get the normalized feeds and to synchronize the "article read" marks. Feed the Monkey is a desktop client for [TinyTinyRSS](http://tt-rss.org). That means that it doesn't work as a standalone feed reader but only as a client for the TinyTinyRSS API which it uses to get the normalized feeds and to synchronize the "article read" marks.
It is written in PyQt and uses Webkit to show the contents. It is written in PyQt and uses WebKit to show the contents.
You need to have PyQt installed and a account on a TinyTinyRSS server.
## Installation ## Installation
You need to have PyQt installed and a account on a TinyTinyRSS instance.
Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-file, unzip it and then run: Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-file, unzip it and then run:
`sudo python setup.py install` `sudo python setup.py install`