2005-08-22 08:44:28 +02:00
|
|
|
Tiny Tiny RSS
|
|
|
|
=============
|
|
|
|
|
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
|
|
|
|
2009-01-17 07:57:33 +01:00
|
|
|
http://tt-rss.org
|
2005-12-18 06:03:03 +01: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)
|
2007-08-26 12:32:48 +02:00
|
|
|
Sean M. Burke. <sburke@cpan.org> (xsl_mop-up.js)
|
2005-11-27 06:55:34 +01:00
|
|
|
|
2007-08-24 08:04:04 +02:00
|
|
|
Other bundled libraries:
|
|
|
|
|
|
|
|
Prototype javascript library, from http://prototype.conio.net/
|
|
|
|
Script.aculo.us javascript library, http://http://script.aculo.us/
|
|
|
|
MagpieRSS feed parser, http://magpierss.sourceforge.net/
|
|
|
|
SimplePie feed parser, http://simplepie.org/
|
2007-08-26 12:32:48 +02:00
|
|
|
PHPMailer class, http://phpmailer.sourceforge.net/
|
2006-05-20 13:40:37 +02:00
|
|
|
|
2006-11-04 14:38:01 +01:00
|
|
|
Licensed under GNU GPL version 2
|
2005-12-20 18:30:04 +01:00
|
|
|
|
|
|
|
Features Overview
|
|
|
|
=================
|
|
|
|
|
2009-01-17 07:57:33 +01:00
|
|
|
Updates: http://tt-rss.org/trac/wiki/FeatureList
|
2005-12-20 18:30:04 +01:00
|
|
|
|
|
|
|
* Server-side application, user only needs a web browser
|
2007-08-24 08:02:11 +02:00
|
|
|
* Supports RSS, RDF, Atom feeds using Magpie or SimplePie library
|
2005-12-20 18:30:04 +01:00
|
|
|
* Supports OPML import/export
|
|
|
|
* Easy setup and configuration
|
|
|
|
* Streamlined interface using XmlHttpRequest (or AJAX for laypeople)
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
============
|
|
|
|
|
|
|
|
* Compatible browser on the client side
|
|
|
|
|
|
|
|
Basically, Firefox, Konqueror or MSIE6 are okay. See here
|
|
|
|
for more information:
|
|
|
|
|
2009-01-17 07:57:33 +01:00
|
|
|
http://tt-rss.org/trac/wiki/CompatibleBrowsers
|
2005-12-20 18:30:04 +01:00
|
|
|
|
|
|
|
* Web server, for example Apache
|
|
|
|
* PHP (requires PHP4 DOMXML extension)
|
|
|
|
* PostgreSQL (tested on 7.4) or MySQL (InnoDB and version 4.1+ required)
|
|
|
|
|
2006-05-17 08:13:41 +02:00
|
|
|
* XML-RPC for PHP library for XML-RPC support. Optional.
|
|
|
|
|
|
|
|
http://phpxmlrpc.sourceforge.net
|
|
|
|
|
2005-12-20 18:30:04 +01:00
|
|
|
Installation Notes
|
|
|
|
==================
|
|
|
|
|
2009-01-17 07:57:33 +01:00
|
|
|
Updates: http://tt-rss.org/trac/wiki/InstallationNotes
|
2005-12-20 18:30:04 +01:00
|
|
|
|
|
|
|
* If you are upgrading from the previous version, don't forget to update
|
|
|
|
schema and logout.
|
|
|
|
|
|
|
|
* icons directory should be writable to your httpd user if you plan on
|
|
|
|
using feed icons
|
|
|
|
|
|
|
|
* Leave DB_HOST empty if you want to connect to database via unix socket
|
|
|
|
|
|
|
|
* For PostgreSQL don't forget to create database with UTF-8 encoding
|
|
|
|
|
|
|
|
createdb -E utf-8 -O owner_user database)
|
|
|
|
|
|
|
|
* Don't forget to change your password from default value on your first login
|
|
|
|
|
|
|
|
* Check your config.php for blank lines out of PHP code tags (e.g.
|
|
|
|
before <? and after ?>), See #1
|
|
|
|
|
2006-05-30 19:28:24 +02:00
|
|
|
* Default username:password for multiuser mode is admin:password.
|
|
|
|
|
2005-12-20 18:30:04 +01:00
|
|
|
See also
|
|
|
|
========
|
|
|
|
|
2009-01-17 07:57:33 +01:00
|
|
|
* FAQ: http://tt-rss.org/trac/wiki/FrequentlyAskedQuestions
|
|
|
|
* Forum: http://tt-rss.org/forum
|
|
|
|
* Wiki: http://tt-rss.org/trac/wiki/WikiStart
|
|
|
|
* Bug Tracker: http://tt-rss.org/trac/report
|
2005-12-20 18:30:04 +01:00
|
|
|
|
|
|
|
Contact
|
|
|
|
=======
|
2005-08-25 08:46:24 +02:00
|
|
|
|
2007-07-20 08:28:19 +02:00
|
|
|
Send your questions, comments, patches to Andrew Dolgov <cthulhoo@gmail.com>
|