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-11-21 08:27:17 +01:00
images infobox shadow 2005-11-20 11:02:36 +01:00
schema fix ALLOW_DUPLICATE_POSTS description 2005-11-20 08:45:44 +01:00
backend.php fix possible bug in tag-processing part of update_rss_feed 2005-11-21 08:27:17 +01:00
config_help.txt move obsolete constants from config.php-dist to config_help.txt 2005-11-17 06:47:08 +01:00
config.php-dist update config.php-dist 2005-11-19 12:44:05 +01:00
db-prefs.php command globalUpdateFeeds to update feeds of all users at once 2005-11-21 08:11:21 +01:00
db.php add php end tag in db.php 2005-10-17 04:45:44 +01:00
error.php command globalUpdateFeeds to update feeds of all users at once 2005-11-21 08:11:21 +01:00
feedlist.js fix global search 2005-11-19 15:27:06 +01:00
functions.js make #notify more noticeable 2005-11-19 19:01:06 +01:00
functions.php fix possible bug in tag-processing part of update_rss_feed 2005-11-21 08:27:17 +01:00
login.php login redirects to main page if SINGLE_USER_MODE 2005-11-21 05:25:48 +01:00
logout.php more http auth related fixes, unified login sequence function 2005-11-20 12:19:20 +01:00
NEWS update NEWS 2005-11-20 07:29:12 +01:00
opml.css add opml.css 2005-09-02 12:58:09 +01:00
opml.php http user auth, password changer in preferences 2005-11-18 07:04:32 +01:00
pngfix.js miscellaneous MSIE compatibility fixes 2005-09-08 05:39:55 +01:00
prefs.js infobox shadow 2005-11-20 11:02:36 +01:00
prefs.php more http auth related work, logout still doesn't work 2005-11-20 12:27:11 +01:00
README update README 2005-11-19 12:39:51 +01:00
TODO update TODO 2005-11-20 07:20:28 +01:00
tt-rss_compact.css rework compact stylesheet support 2005-11-16 10:20:11 +01:00
tt-rss.css show latest headlines in feed details 2005-11-20 11:36:00 +01:00
tt-rss.js fix show only unread in feed actions 2005-11-20 08:53:23 +01:00
tt-rss.php more http auth related work, logout still doesn't work 2005-11-20 12:27:11 +01:00
version.php change dev version to reflect next milestone 2005-11-18 08:49:50 +01:00
view.js further label/vfeed/feed behaviour unification 2005-09-09 03:47:39 +01:00
viewfeed.js up/down arrows are hotkeys in feedlist 2005-11-16 06:55:06 +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: I don't know how to stress it enough - please do not install
this program wide open to the whole internet. It belongs to (host or password)
protected directory on your webserver. There could be SQL-injection or other
remote vulnerabilities, so beware.

Version 1.1 adds experimental support for multi-user operation, disable option
SINGLE_USER_MODE to access it. Default user is "admin" with password "password",
don't forget to change it.

Interface:

	There is (incomplete) support for keyboard navigation.
	
	"n" and "p" moves between next/previous posts when feed is opened;
	"r" refreshes feed list;
	"u" refreshes currently selected feed;
	"a" hides or shows only unread feeds in the feedlist;

Requirements:
	
	- Magpie RSS (http://magpierss.sourceforge.net/) - place it into
	  magpierss/ subdirectory;
	  
	- RDBMS backend:
	
			a) PostgreSQL
			
			b) MySQL (InnoDB and server version 4.1+ required)

	  Example DB schemas and configuration are in schema/ subdirectory.
	  
	  For PostgreSQL don't forget to create database with UTF-8 encoding
	  (createdb -E UTF-8 -O owner_user database).

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>