1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00
Go to file
2005-08-22 10:38:46 +01:00
backend.php more notify() integration 2005-08-22 10:27:32 +01:00
button.png basic functionality pass 4 2005-08-21 17:16:41 +01:00
config.php-dist posts register as updated when their MD5 hash changes 2005-08-22 10:07:47 +01:00
functions.js forgot about functions.js 2005-08-22 06:28:27 +01:00
functions.php posts register as updated when their MD5 hash changes 2005-08-22 10:07:47 +01:00
header_rev.png basic functionality pass 5 2005-08-21 17:23:19 +01:00
header.png functionality updates 2005-08-21 16:01:18 +01:00
NEWS added NEWS 2005-08-22 07:45:18 +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
README added TODO, README 2005-08-22 07:44:28 +01:00
TODO added TODO, README 2005-08-22 07:44:28 +01:00
tt-rss.css prefer sans-serif by default 2005-08-22 10:38:46 +01:00
tt-rss.js more notify() integration 2005-08-22 10:27:32 +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 cute icon for updated posts 2005-08-22 10:04:38 +01:00

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>