Go to file
Andrew Dolgov 7880091293 icons in feedlist 2005-08-25 07:46:24 +01:00
NEWS updated TODO, NEWS and README 2005-08-24 09:12:33 +01:00
README icons in feedlist 2005-08-25 07:46:24 +01:00
TODO updated TODO, NEWS and README 2005-08-24 09:12:33 +01:00
backend.php icons in feedlist 2005-08-25 07:46:24 +01:00
button.png basic functionality pass 4 2005-08-21 17:16:41 +01:00
config.php-dist icons in feedlist 2005-08-25 07:46:24 +01:00
functions.js feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie 2005-08-24 09:02:58 +01:00
functions.php icons in feedlist 2005-08-25 07:46:24 +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 feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie 2005-08-24 09:02:58 +01:00
prefs.php feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie 2005-08-24 09:02:58 +01:00
tt-rss.css feed editor, xmlhttp locking in preferences, try to initialize xmlhttp_rpc via ActiveX and a big piggie 2005-08-24 09:02:58 +01:00
tt-rss.js feed search works now 2005-08-24 09:15:19 +01:00
tt-rss.php improved article look 2005-08-23 15:47:46 +01:00
ttrss_schema.sql cleaned up headline update process, fixed bug mentioned in previous patch 2005-08-23 11:51:29 +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:
	
	- 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.

icons/ directory should be writable for your httpd user.

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