]> git.wh0rd.org - tt-rss.git/blame - README
added TODO, README
[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
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
19Don't forget to copy config.php-dist to config.php and edit it.
20
21Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>