readme fixes
This commit is contained in:
parent
4c2da534af
commit
99bb7ccf31
1 changed files with 11 additions and 11 deletions
|
@ -1,10 +1,10 @@
|
||||||
= Feed the Monkey
|
# Feed the Monkey
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
== Installation
|
## Installation
|
||||||
|
|
||||||
You need to have PyQt installed and a account on a TinyTinyRSS instance.
|
You need to have PyQt installed and a account on a TinyTinyRSS instance.
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ Download the [ZIP](https://github.com/jeena/feedthemonkey/archive/master.zip)-fi
|
||||||
|
|
||||||
`sudo python setup.py install`
|
`sudo python setup.py install`
|
||||||
|
|
||||||
== Keyboard shortcuts
|
## Keyboard shortcuts
|
||||||
|
|
||||||
The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi.
|
The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi.
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ The keyboard shortcuts are inspired by other feed readers which are inspired by
|
||||||
`Ctrl -` zoom out
|
`Ctrl -` zoom out
|
||||||
`Ctrl 0` reset zoom
|
`Ctrl 0` reset zoom
|
||||||
|
|
||||||
== Trivia
|
## Trivia
|
||||||
|
|
||||||
I just hacked together this one within one day so it is not feature complete yet and has no real error handling.
|
I just hacked together this one within one day so it is not feature complete yet and has no real error handling.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue