Go to file
Andrew Dolgov f4fe2cde74 compact prefs tables 2005-11-27 20:38:39 +01:00
help label help uses infoboxes, real help system 2005-11-27 11:56:53 +01:00
images infobox shadow 2005-11-20 11:02:36 +01:00
schema content preview in headlines list, option SHOW_CONTENT_PREVIEW 2005-11-27 16:17:49 +01:00
NEWS remove splashscreen 2005-11-26 13:34:08 +01:00
README update README 2005-11-27 06:55:34 +01:00
backend.php compact prefs tables 2005-11-27 20:38:39 +01:00
config.php-dist debug request variable sets error_reporting to E_ALL 2005-11-23 19:08:01 +01:00
config_help.txt move obsolete constants from config.php-dist to config_help.txt 2005-11-17 06:47:08 +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 add some basic "did I forget to create config.php" sanity checks 2005-11-23 18:20:17 +01:00
feedlist.js exception handling in some code blocks 2005-11-26 11:06:56 +01:00
functions.js api: openExternalUrl(); more checks in all_counters_callback 2005-11-27 20:29:44 +01:00
functions.php one more fix for Magpie link_ weirdness 2005-11-27 20:35:56 +01:00
login.php login form fixed for konqueror 2005-11-25 08:28:27 +01:00
logout.php some http auth fixes 2005-11-23 14:52:02 +01:00
opml.css fix OPML import handling uncategorized feeds, misc OPML touch-ups 2005-11-25 14:55:21 +01:00
opml.php more opml export tweaks, tiny category detection tweak on import 2005-11-25 18:34:34 +01:00
pngfix.js miscellaneous MSIE compatibility fixes 2005-09-08 05:39:55 +01:00
prefs.js headlines subtoolbar, misc api changes 2005-11-27 15:56:10 +01:00
prefs.php notify box is available when header is disabled 2005-11-27 14:14:51 +01:00
sanity_check.php add some basic "did I forget to create config.php" sanity checks 2005-11-23 18:20:17 +01:00
tt-rss.css headlines: align feed title in vfeed-mode to the right 2005-11-27 17:57:40 +01:00
tt-rss.js add shadow to userDlg 2005-11-27 11:48:07 +01:00
tt-rss.php headlines subtoolbar, misc api changes 2005-11-27 15:56:10 +01:00
tt-rss_compact.css rework compact stylesheet support 2005-11-16 10:20:11 +01:00
version.php change dev version to reflect next milestone 2005-11-18 08:49:50 +01:00
viewfeed.js headlines subtoolbar, misc api changes 2005-11-27 15:56:10 +01:00

README

Tiny Tiny RSS
=============

Web-based news feed aggregator, designed to allow you to read news from 
any location, while feeling as close to a real desktop application as possible.

Copyright (C) 2005 Andrew Dolgov unless stated otherwise.

Portions (C):

	Bob Osola <bobosola@gmail.com> (pngfix.js)
	Sundar Dorai-Raj <sdoraira@vt.edu> (isNumeric() in functions.js)

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 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>