tinytinyrss/README

49 lines
1.5 KiB
Plaintext
Raw Normal View History

2005-08-22 08:44:28 +02:00
Tiny Tiny RSS
=============
Server-side RSS feed aggregator written in PHP and heavily based
on XmlHttpRequest and related technologies for user interface and
operation.
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-19 12:39:51 +01:00
Version 1.1 adds experimental 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-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
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>