Go to file
Andrew Dolgov 1f2b01ed8e update_feeds.php for CLI 2005-12-03 15:25:40 +01:00
help label help uses infoboxes, real help system 2005-11-27 11:56:53 +01:00
images make updated icon less noticable 2005-11-29 16:44:57 +01:00
schema forgot about SHORT/LONG date formats for mysql schema 2005-12-03 10:39:32 +01:00
NEWS xml import/export tools, UPGRADING, update README 2005-11-30 09:05:43 +01:00
README hotkey s stars/unstars selected article 2005-12-01 13:43:13 +01:00
UPGRADING update UPGRADING once again 2005-11-30 15:30:03 +01:00
backend.php comment labels block in backend.php 2005-12-02 21:36:07 +01:00
config.php-dist update_feeds.php for CLI 2005-12-03 15:25:40 +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 add j,k bindings to subframes 2005-11-28 07:50:47 +01:00
functions.js show number of unread articles in title 2005-11-29 14:09:47 +01:00
functions.php update_feeds.php for CLI 2005-12-03 15:25:40 +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 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 filter actions 2005-11-29 19:43:39 +01:00
prefs.php option GLOBAL_ENABLE_LABELS restricts labels globally 2005-12-02 21:07:47 +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 rework previous patch 2005-12-02 17:38:36 +01:00
tt-rss.js show number of unread articles in title 2005-11-29 14:09:47 +01:00
tt-rss.php fix feeds frame display if DISPLAY_FEEDLIST_ACTIONS is enabled 2005-11-29 20:49:55 +01:00
tt-rss_compact.css rework compact stylesheet support 2005-11-16 10:20:11 +01:00
update_feeds.php update_feeds.php for CLI 2005-12-03 15:25:40 +01:00
version.php change dev version to reflect next milestone 2005-11-18 08:49:50 +01:00
viewfeed.js refactor viewfeed.js toggleUnread/toggleStarred to selectionToggleUnread, selectionToggleMarked 2005-12-02 18:13:57 +01:00
xml-export.php further updates to xml import ui 2005-12-02 09:33:03 +01:00
xml-import.php further updates to xml import ui 2005-12-02 09:24:59 +01:00

README

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

! Please read UPGRADING for upgrade instructions from version 1.0.7 !

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
	"s" star/unstar selected article

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>