]> git.wh0rd.org - tt-rss.git/blob - README
added TODO, README
[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 Requirements:
13
14 - PHP4;
15 - Magpie RSS (http://magpierss.sourceforge.net/) - place it into
16 magpierss/ subdirectory;
17 - PostgreSQL (example schema and configuration in ttrss_schema.sql)
18
19 Don't forget to copy config.php-dist to config.php and edit it.
20
21 Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>