]> git.wh0rd.org - tt-rss.git/blob - README
more functional keyboard navigation, auto page flipping, updated README, auto post...
[tt-rss.git] / README
1 Tiny Tiny RSS
2 =============
3
4 Server-side RSS feed aggregator written in PHP and heavily based
5 on XmlHttpRequest and related technologies for user interface and
6 operation.
7
8 Licensed under GPL version 2.
9
10 Warning: This is alpha quality experimental code.
11
12 Interface:
13
14 There is (incomplete) support for keyboard navigation.
15
16 "n" and "p" moves between next/previous posts when feed is opened, switching
17 pages as needed.
18
19 "r" refreshes feed list
20
21 "u" refreshes currently selected feed
22
23 Requirements:
24
25 - Magpie RSS (http://magpierss.sourceforge.net/) - place it into
26 magpierss/ subdirectory;
27 - PostgreSQL (example schema and configuration in ttrss_schema.sql)
28
29 Don't forget to copy config.php-dist to config.php and edit it.
30
31 icons/ directory should be writable for your httpd user.
32
33 Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>