]> git.wh0rd.org - tt-rss.git/blame - README
keyboard navigation and cute active headline selection
[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
12Requirements:
13
1945c416
AD
14 - Magpie RSS (http://magpierss.sourceforge.net/) - place it into
15 magpierss/ subdirectory;
16 - PostgreSQL (example schema and configuration in ttrss_schema.sql)
17
18Don't forget to copy config.php-dist to config.php and edit it.
19
78800912
AD
20icons/ directory should be writable for your httpd user.
21
1945c416 22Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>