Nav apraksta

Andrew Dolgov af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
help 01c9c74ab7 label help uses infoboxes, real help system 18 gadi atpakaļ
images 77fb6f28d2 updated.png is now transparent 18 gadi atpakaļ
mobile 24ac67762b mobile: interface tweaks 18 gadi atpakaļ
schema 01b3e1919a split backend rpc, various interface improvements 18 gadi atpakaļ
utils 36bfab86c2 database backed sessions 18 gadi atpakaļ
NEWS 9eda83417b update NEWS 18 gadi atpakaļ
README 8983d99556 rewrite README, update UPGRADING 18 gadi atpakaļ
UPGRADING 8983d99556 rewrite README, update UPGRADING 18 gadi atpakaļ
backend-rpc.php 01b3e1919a split backend rpc, various interface improvements 18 gadi atpakaļ
backend.php af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
compat.php 5bc0bd2701 added compatibility layer for mb_* functions (from Typo3, patch from Guillaume Bour) 18 gadi atpakaļ
config.php-dist 6e7f8d269e remove PG_VERSION config variable, get version from server 18 gadi atpakaļ
config_help.txt 855209bf60 move obsolete constants from config.php-dist to config_help.txt 18 gadi atpakaļ
db-prefs.php bbdd7213dc remove dependency on session.php in db-prefs 18 gadi atpakaļ
db.php befc807f83 optional DB_PORT, misc js cleanups 18 gadi atpakaļ
errors.php af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
feedlist.js a38f09cf4d more debugging in feedlist init 18 gadi atpakaļ
functions.js af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
functions.php af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
index.php e593ccd798 add tiny index.php (this one is better solved by .htaccess, but I digress) 18 gadi atpakaļ
login.php 76b4eae177 some UI frontend cookies respect session cookie lifetime, misc cookie cleanups (closes #52) 18 gadi atpakaļ
logout.php 36bfab86c2 database backed sessions 18 gadi atpakaļ
opera.css 362698addb special stylesheet for Opera 18 gadi atpakaļ
opml.css 648cbec886 make xml import/export tools look cuter 18 gadi atpakaļ
opml.php 36bfab86c2 database backed sessions 18 gadi atpakaļ
pngfix.js d5224f0d9c miscellaneous MSIE compatibility fixes 19 gadi atpakaļ
prefs.js 01b3e1919a split backend rpc, various interface improvements 18 gadi atpakaļ
prefs.php 1b758780aa only append time() to scripts when using dev. version 18 gadi atpakaļ
sanity_check.php 9d87df8f60 fix CONFIG_VERSION checking 18 gadi atpakaļ
sessions.php 5bd977a1d1 set session.gc_maxlifetime in sessions.php for consistency with db-sessions 18 gadi atpakaļ
stats.php f26ef034b5 update stats 18 gadi atpakaļ
tt-rss-ie.css 96737ce950 misc IE compatibility fixes 18 gadi atpakaļ
tt-rss.css af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
tt-rss.js af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
tt-rss.php af106b0ebe better fatal error handling by frontend (remove error.php) 18 gadi atpakaļ
tt-rss_compact.css 96737ce950 misc IE compatibility fixes 18 gadi atpakaļ
update_daemon.php 894ebcf5e9 update_daemon work, remove unneeded indexes, query optimizations 18 gadi atpakaļ
update_feeds.php de696427ad initial work on update daemon 18 gadi atpakaļ
version.php 70f6dbb10b experimental RTL support features (schema, version bump) 18 gadi atpakaļ
viewfeed.js 894ebcf5e9 update_daemon work, remove unneeded indexes, query optimizations 18 gadi atpakaļ

README

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

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.

http://tt-rss.spb.ru

Copyright (C) 2005 Andrew Dolgov unless stated otherwise.

Portions (C):

Bob Osola (pngfix.js)
Sundar Dorai-Raj (isNumeric() in functions.js)

Licensed under GNU GPL version 2

Features Overview
=================

Updates: http://tt-rss.spb.ru/trac/wiki/FeatureList

* Server-side application, user only needs a web browser
* Supports RSS, RDF, Atom feeds using Magpie library
* 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:

http://tt-rss.spb.ru/trac/wiki/CompatibleBrowsers

* Web server, for example Apache
* PHP (requires PHP4 DOMXML extension)
* MagpieRSS feed parser (http://magpierss.sourceforge.net/)

* PostgreSQL (tested on 7.4) or MySQL (InnoDB and version 4.1+ required)

Installation Notes
==================

Updates: http://tt-rss.spb.ru/trac/wiki/InstallationNotes

* 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 ), See #1

See also
========

* FAQ: http://tt-rss.spb.ru/trac/wiki/FrequentlyAskedQuestions
* Forum: http://tt-rss.spb.ru/forum
* Wiki: http://tt-rss.spb.ru/trac/wiki/WikiStart
* Bug Tracker: http://tt-rss.spb.ru/trac/report

Contact
=======

Send your questions, comments, patches to Andrew Dolgov