Go to file
Andrew Dolgov 96737ce950 misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
help label help uses infoboxes, real help system 2005-11-27 11:56:53 +01:00
images update close.svg; add hideParentElement() function 2005-12-20 11:39:20 +01:00
schema new option: ENABLE_SEARCH_TOOLBAR 2005-12-20 16:58:39 +01:00
NEWS update NEWS 2005-12-16 08:29:50 +01:00
README update README 2005-12-18 06:03:03 +01:00
UPGRADING update UPGRADING once again 2005-11-30 15:30:03 +01:00
backend.php misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
config.php-dist option MAIL_RESET_PASS (closes #11) 2005-12-20 07:51:06 +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 headlines: xml output mode (omode=xml) 2005-11-28 14:19:54 +01:00
feedlist.js misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
functions.js fix feedlist init for IE 2005-12-20 16:49:52 +01:00
functions.php set title to [Unknown] for newly added feeds, instead of blank string 2005-12-20 10:57:01 +01:00
login.php option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non-absolute redirects) 2005-12-09 21:34:29 +01:00
logout.php option to redirect to https url for login, option ENABLE_LOGIN_SSL (fixes some non-absolute redirects) 2005-12-09 21:34:29 +01:00
opml.css make xml import/export tools look cuter 2005-12-02 09:19:14 +01:00
opml.php cleanup OPML import interface 2005-12-01 07:10:39 +01:00
pngfix.js miscellaneous MSIE compatibility fixes 2005-09-08 05:39:55 +01:00
prefs.js option MAIL_RESET_PASS (closes #11) 2005-12-20 07:51:06 +01:00
prefs.php display username/logout prompt if header is disabled (closes #10) 2005-12-19 19:19:35 +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-ie.css misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
tt-rss.css misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
tt-rss.js fix headlineToolbar initialization on load 2005-12-20 13:11:15 +01:00
tt-rss.php misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
tt-rss_compact.css misc IE compatibility fixes 2005-12-20 17:14:09 +01:00
update_feeds.php null output from update_feeds.php 2005-12-03 15:29:39 +01:00
version.php bump version to dev 2005-12-10 08:33:35 +01:00
viewfeed.js misc exception handling improvements 2005-12-14 08:29:38 +01:00
xml-export.php start session in xml-export/import 2005-12-07 13:50:16 +01:00
xml-import.php start session in xml-export/import 2005-12-07 13:50:16 +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.

Please read UPGRADING for upgrade instructions from version 1.0.7

Other Installation/upgrade notes:

http://tt-rss.spb.ru/trac/wiki/InstallationNotes

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;
	"j" move to previous feed
	"k" move to next feed
	"s" star/unstar selected article(s)

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

	- PHP4 DOMXML extension is required for some functions

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>