1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00
Go to file
2005-11-28 15:42:20 +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 option HEADLINES_SMART_DATE 2005-11-28 08:43:03 +01:00
backend.php headlines: remove FTITLE in output 2005-11-28 15:42:20 +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 debug request variable sets error_reporting to E_ALL 2005-11-23 19:08:01 +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 add j,k bindings to subframes 2005-11-28 07:50:47 +01:00
functions.js j,k navigate between feeds 2005-11-28 07:28:33 +01:00
functions.php option HEADLINES_SMART_DATE 2005-11-28 08:43:03 +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
NEWS remove splashscreen 2005-11-26 13:34:08 +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
README j,k navigate between feeds 2005-11-28 07:28:33 +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_compact.css rework compact stylesheet support 2005-11-16 10:20:11 +01:00
tt-rss.css new options: SHORT_DATE_FORMAT, LONG_DATE_FORMAT 2005-11-27 20:57:59 +01:00
tt-rss.js j,k navigate between feeds 2005-11-28 07:28:33 +01:00
tt-rss.php headlines subtoolbar, misc api changes 2005-11-27 15:56:10 +01:00
version.php change dev version to reflect next milestone 2005-11-18 08:49:50 +01:00
viewfeed.js add j,k bindings to subframes 2005-11-28 07:50:47 +01:00

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;
	"j" move to previous feed
	"k" move to next feed

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>