1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00
Go to file
2005-12-19 06:38:39 +01:00
help label help uses infoboxes, real help system 2005-11-27 11:56:53 +01:00
images add prototype update_error icons 2005-12-16 18:29:48 +01:00
schema schema: wrap table creation in transaction block 2005-12-16 06:48:45 +01:00
backend.php headlines: change update error prompt position/wording 2005-12-18 20:29:19 +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 SMART_RPC_COUNTERS is false by default 2005-12-13 16:43:29 +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 viewfeed: feedlist entry was marked incorrectly on update, fixed 2005-12-16 08:17:10 +01:00
functions.js mark feeds with update errors in feedlist (closes #8) 2005-12-16 18:35:04 +01:00
functions.php mark feeds with update errors in feedlist (closes #8) 2005-12-16 18:35:04 +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
NEWS update NEWS 2005-12-16 08:29:50 +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 support for feed http auth 2005-12-16 08:15:18 +01:00
prefs.php fix notify_body markup 2005-12-04 12:54:41 +01:00
README update README 2005-12-18 06:03:03 +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 made userDlg look like infoBox 2005-12-19 06:38:39 +01:00
tt-rss.js disable hotkeys when userDlg is shown 2005-12-18 17:46:03 +01:00
tt-rss.php misc combined mode layout fixes 2005-12-13 07:54:36 +01:00
update_feeds.php null output from update_feeds.php 2005-12-03 15:29:39 +01:00
UPGRADING update UPGRADING once again 2005-11-30 15:30:03 +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 xml-import: fix MAX_SOURCE_SCHEMA_VERSION handling 2005-12-07 18:20:01 +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.

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>