Go to file
Andrew Dolgov 9d9c9dd645 MIN_UPDATE_TIME, 600 -> 1800 sec 2005-08-22 13:52:18 +01:00
NEWS added NEWS 2005-08-22 07:45:18 +01:00
README added TODO, README 2005-08-22 07:44:28 +01:00
TODO added TODO, README 2005-08-22 07:44:28 +01:00
backend.php MIN_UPDATE_TIME, 600 -> 1800 sec 2005-08-22 13:52:18 +01:00
button.png basic functionality pass 4 2005-08-21 17:16:41 +01:00
config.php-dist MIN_UPDATE_TIME, 600 -> 1800 sec 2005-08-22 13:52:18 +01:00
functions.js forgot about functions.js 2005-08-22 06:28:27 +01:00
functions.php fixed bug in handling null last_read values on headline update 2005-08-22 12:10:30 +01:00
header.png functionality updates 2005-08-21 16:01:18 +01:00
header_rev.png basic functionality pass 5 2005-08-21 17:23:19 +01:00
prefs.js mark headlines page as read now works (via rpc) 2005-08-22 12:43:07 +01:00
prefs.php prefs RPC optimizations 2005-08-22 06:38:07 +01:00
tt-rss.css mark headlines page as read now works (via rpc) 2005-08-22 12:43:07 +01:00
tt-rss.js changed updated.png 2005-08-22 13:44:50 +01:00
tt-rss.php bump version 2005-08-22 10:31:55 +01:00
ttrss_schema.sql cute icon for updated posts 2005-08-22 10:04:38 +01:00
updated.png changed updated.png 2005-08-22 13:44:50 +01:00

README

Tiny Tiny RSS
=============

Server-side RSS feed aggregator written in PHP and heavily based
on XmlHttpRequest and related technologies for user interface and
operation.

Licensed under GPL version 2.

Warning: This is alpha quality experimental code.

Requirements:
	
	- PHP4;
	- Magpie RSS (http://magpierss.sourceforge.net/) - place it into
	  magpierss/ subdirectory;
	- PostgreSQL (example schema and configuration in ttrss_schema.sql)

Don't forget to copy config.php-dist to config.php and edit it.

Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>