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-10 14:58:47 +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 add column for slash:comments and alike in ttrss_entries (+ add upgrade scripts for 1.1.1) 2005-12-10 08:14:29 +01:00
backend.php display slash:comments in view mode 2005-12-10 08:28:55 +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 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
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 quick action to add filter, misc backend improvements 2005-12-09 20:48:13 +01:00
functions.php fix empty num_comments handling (take 2) 2005-12-10 14:58:47 +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 bump version to 1.1.p2 2005-12-07 18:27:25 +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 fix notify_body markup 2005-12-04 12:54:41 +01:00
README s hotkey stars/unstars selection 2005-12-04 20:39:23 +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 rework previous patch 2005-12-02 17:38:36 +01:00
tt-rss.js quick action to add filter, misc backend improvements 2005-12-09 20:48:13 +01:00
tt-rss.php quick action to add filter, misc backend improvements 2005-12-09 20:48:13 +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 s hotkey stars/unstars selection 2005-12-04 20:39:23 +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
=============

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