1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00
ttrss/README

61 lines
1.9 KiB
Plaintext
Raw Normal View History

2005-08-22 08:44:28 +02:00
Tiny Tiny RSS
=============
! Please read UPGRADING for upgrade instructions from version 1.0.7 !
2005-11-25 17:31:34 +01:00
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.
2005-08-22 08:44:28 +02:00
2005-11-25 17:31:34 +01:00
Copyright (C) 2005 Andrew Dolgov unless stated otherwise.
2005-11-27 06:55:34 +01:00
Portions (C):
2005-11-25 17:31:34 +01:00
Bob Osola <bobosola@gmail.com> (pngfix.js)
Sundar Dorai-Raj <sdoraira@vt.edu> (isNumeric() in functions.js)
2005-11-27 06:55:34 +01:00
2005-08-22 08:44:28 +02:00
Licensed under GPL version 2.
2005-08-27 17:10:11 +02:00
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.
2005-11-27 06:55:34 +01:00
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.
2005-08-22 08:44:28 +02:00
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;
2005-11-28 07:28:33 +01:00
"j" move to previous feed
"k" move to next feed
2005-12-04 20:39:23 +01:00
"s" star/unstar selected article(s)
2005-08-22 08:44:28 +02:00
Requirements:
- Magpie RSS (http://magpierss.sourceforge.net/) - place it into
magpierss/ subdirectory;
2005-09-08 04:30:42 +02:00
- RDBMS backend:
a) PostgreSQL
b) MySQL (InnoDB and server version 4.1+ required)
2005-09-08 05:26:17 +02:00
Example DB schemas and configuration are in schema/ subdirectory.
2005-09-08 04:32:24 +02:00
For PostgreSQL don't forget to create database with UTF-8 encoding
(createdb -E UTF-8 -O owner_user database).
2005-08-22 08:44:28 +02:00
2005-12-04 12:56:43 +01:00
- PHP4 DOMXML extension is required for some functions
2005-08-22 08:44:28 +02:00
Don't forget to copy config.php-dist to config.php and edit it.
2005-08-25 08:46:24 +02:00
icons/ directory should be writable for your httpd user.
2005-08-22 08:44:28 +02:00
Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>