]> git.wh0rd.org - tt-rss.git/blame - README
updated TODO
[tt-rss.git] / README
CommitLineData
1945c416
AD
1Tiny Tiny RSS
2=============
3
4Server-side RSS feed aggregator written in PHP and heavily based
5on XmlHttpRequest and related technologies for user interface and
6operation.
7
8Licensed under GPL version 2.
9
10Warning: This is alpha quality experimental code.
11
c3a8d71a
AD
12Interface:
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
1945c416
AD
23Requirements:
24
1945c416
AD
25 - Magpie RSS (http://magpierss.sourceforge.net/) - place it into
26 magpierss/ subdirectory;
27 - PostgreSQL (example schema and configuration in ttrss_schema.sql)
28
29Don't forget to copy config.php-dist to config.php and edit it.
30
78800912
AD
31icons/ directory should be writable for your httpd user.
32
1945c416 33Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>