Žiadny popis

Andrew Dolgov d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
gettext 659468ebf0 add php-gettext, i18n stuff 17 rokov pred
help 0d32b41e36 interface tweaks, add info/question/exclamation pics 17 rokov pred
images 42c3291622 UI improvements 17 rokov pred
magpierss 34b5a6490c mention tt-rss in magpie useragent 17 rokov pred
mobile 01a87dff9e rework login process, drop http auth 17 rokov pred
modules 42395d2874 ajaxify change email form 17 rokov pred
schema 078b5702be schema: change default feeds 17 rokov pred
themes 6f9cb1b50e add graphite theme contents 17 rokov pred
utils 01a87dff9e rework login process, drop http auth 17 rokov pred
xmlrpc 7265e9b106 add example filelists for magpierss & xml-rpc directories 18 rokov pred
NEWS fa7f8b8bd2 release 1.2.4 17 rokov pred
README 53a8a4b906 change contact e-mail 17 rokov pred
UPGRADING 8983d99556 rewrite README, update UPGRADING 18 rokov pred
accept-to-gettext.php 659468ebf0 add php-gettext, i18n stuff 17 rokov pred
backend.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
compat.php 1d3a17c71e change short php tags to long ones 18 rokov pred
config.php-dist f7c390b878 login system fixes 17 rokov pred
config_help.txt 855209bf60 move obsolete constants from config.php-dist to config_help.txt 18 rokov pred
db-prefs.php b4c27af79a misc updater tweaks 17 rokov pred
db.php 472782e8bf optimize catchup selected, add CatchupSelected subop in viewfeed 17 rokov pred
errors.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
feedlist.js 42c3291622 UI improvements 17 rokov pred
functions.js 9e31e1b94d add some more loading prompts 17 rokov pred
functions.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
gecko.css c4cbe62c71 style fixes 17 rokov pred
index.php 659468ebf0 add php-gettext, i18n stuff 17 rokov pred
login_form.php 1df0f48b21 login system fixes... 17 rokov pred
logout.php e672099651 logout fixes 17 rokov pred
opera.css c4cbe62c71 style fixes 17 rokov pred
opml.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
pngfix.js d5224f0d9c miscellaneous MSIE compatibility fixes 19 rokov pred
prefs.js 42395d2874 ajaxify change email form 17 rokov pred
prefs.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
prototype.js 14f69488da use prototype in form editor 18 rokov pred
quicksub.css e513a74a6b add edit feed link into firefox from-rss subscribe dialog 17 rokov pred
sanity_check.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
sessions.php 1df0f48b21 login system fixes... 17 rokov pred
tt-rss-ie.css 6b9bf6c2f6 disable infobox overlay 18 rokov pred
tt-rss.css 42c3291622 UI improvements 17 rokov pred
tt-rss.js 42c3291622 UI improvements 17 rokov pred
tt-rss.php d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
update-translations.sh d1db26aa1c change _() to __() (use php-gettext) 17 rokov pred
update.php d65981e27f set required error_reporting just in case 17 rokov pred
update_daemon.php cd2cd41555 add tt-rss forum as default subscription for new users 17 rokov pred
update_feeds.php cd2cd41555 add tt-rss forum as default subscription for new users 17 rokov pred
utility.css ef59e6e85f opml/db updater tweaks 17 rokov pred
version.php a061b98720 bump version to dev 17 rokov pred
viewfeed.js 9ec587042e add some more progress notifications 17 rokov pred
xml-rpc.php ef063748f6 fix charset-related bug, release 1.2.8-p1 17 rokov pred

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)

Uses Prototype javascript library, from http://prototype.conio.net/

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)

* XML-RPC for PHP library for XML-RPC support. Optional.

http://phpxmlrpc.sourceforge.net

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

* Default username:password for multiuser mode is admin:password.

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