1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Go to file
2005-08-23 12:38:56 +01:00
backend.php support for web-demo mode (restricted rights) 2005-08-23 12:34:07 +01:00
button.png basic functionality pass 4 2005-08-21 17:16:41 +01:00
config.php-dist support for web-demo mode (restricted rights) 2005-08-23 12:34:07 +01:00
functions.js forgot about functions.js 2005-08-22 06:28:27 +01:00
functions.php support for web-demo mode (restricted rights) 2005-08-23 12:34:07 +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 removed Error: from error messages 2005-08-23 12:38:56 +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 updated schema (md5_hash is not unique any more), feed parsing fixes 2005-08-23 08:32:11 +01:00
tt-rss.js broken a lot of feed update functionality :( 2005-08-23 10:16:01 +01:00
tt-rss.php tt-rss.php indicates if it is running in demo mode 2005-08-23 12:35:44 +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

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>