Go to file
Andrew Dolgov 6f2dfab547 added NEWS 2005-08-22 07:45: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 fix date parsing in feeds 2005-08-22 07:13:33 +01:00
button.png basic functionality pass 4 2005-08-21 17:16:41 +01:00
config.php-dist disable md5 update checking by default 2005-08-21 17:49:53 +01:00
functions.js forgot about functions.js 2005-08-22 06:28:27 +01:00
functions.php fix date parsing in feeds 2005-08-22 07:13:33 +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 prefs RPC optimizations 2005-08-22 06:38:07 +01:00
prefs.php prefs RPC optimizations 2005-08-22 06:38:07 +01:00
tt-rss.css basic functionality pass 11 2005-08-22 06:23:49 +01:00
tt-rss.js early title work 2005-08-22 06:58:37 +01:00
tt-rss.php basic functionality pass 10 2005-08-22 05:56:40 +01:00
ttrss_schema.sql new sites in schema 2005-08-21 18:23:38 +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>