No Description

Andrew Dolgov 81352b548d tweak error message 17 years ago
gettext 659468ebf0 add php-gettext, i18n stuff 17 years ago
help 0d32b41e36 interface tweaks, add info/question/exclamation pics 17 years ago
images 42c3291622 UI improvements 17 years ago
locale 043d82f2d0 update translations 17 years ago
magpierss 34b5a6490c mention tt-rss in magpie useragent 17 years ago
mobile 793185a9a5 mobile: sync login stuff and such with desktop version 17 years ago
modules 21f4756a3f add (disabled) remark about protected feeds in quickAddFeed dlg 17 years ago
schema e85610c710 schema: fix version 17 years ago
themes 6f9cb1b50e add graphite theme contents 17 years ago
utils 01a87dff9e rework login process, drop http auth 17 years ago
xmlrpc 7265e9b106 add example filelists for magpierss & xml-rpc directories 18 years ago
NEWS fa7f8b8bd2 release 1.2.4 17 years ago
README 53a8a4b906 change contact e-mail 17 years ago
UPGRADING 8983d99556 rewrite README, update UPGRADING 18 years ago
accept-to-gettext.php 659468ebf0 add php-gettext, i18n stuff 17 years ago
backend.php 155a2a53ff schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema 17 years ago
compat.php 1d3a17c71e change short php tags to long ones 18 years ago
config.php-dist cc17c20574 more I18N work, new option: ENABLE_TRANSLATIONS 17 years ago
config_help.txt 855209bf60 move obsolete constants from config.php-dist to config_help.txt 18 years ago
db-prefs.php b4c27af79a misc updater tweaks 17 years ago
db.php 472782e8bf optimize catchup selected, add CatchupSelected subop in viewfeed 17 years ago
errors.php 81352b548d tweak error message 17 years ago
feedlist.js 4049672041 add persistent storage for toolbar view options, bump schema 17 years ago
functions.js e12a547eb9 block resize_headlines in MSIE: broken 17 years ago
functions.php 77f0a2a7e1 mark feed as updated even if blank 17 years ago
gecko.css c4cbe62c71 style fixes 17 years ago
index.php 659468ebf0 add php-gettext, i18n stuff 17 years ago
localized_js.php 9cc600d1c4 tweak subtoolbar, update translations 17 years ago
login_form.php 4dccf1ed93 more i18n work 17 years ago
logout.php e672099651 logout fixes 17 years ago
opera.css c4cbe62c71 style fixes 17 years ago
opml.php 0671913873 opml.php: fix typo, update.php: i18n 17 years ago
pngfix.js d5224f0d9c miscellaneous MSIE compatibility fixes 19 years ago
prefs.js 81352b548d tweak error message 17 years ago
prefs.php 3692e98fe3 update translation 17 years ago
prototype.js 14f69488da use prototype in form editor 18 years ago
quicksub.css e513a74a6b add edit feed link into firefox from-rss subscribe dialog 17 years ago
sanity_check.php cc17c20574 more I18N work, new option: ENABLE_TRANSLATIONS 17 years ago
sessions.php 1df0f48b21 login system fixes... 17 years ago
tt-rss-ie.css 6b9bf6c2f6 disable infobox overlay 18 years ago
tt-rss.css 9ef05ff3e1 drop feedlist font 1pt 17 years ago
tt-rss.js 81352b548d tweak error message 17 years ago
tt-rss.php a9d42cf72f auto-resize headlines container to 30% of window height 17 years ago
update-translations.sh f3977cf5f4 js: add initial i18n stuff 17 years ago
update.php 155a2a53ff schema: add (unused) ttrss_feeds.auth_pass_encrypted, bump schema 17 years ago
update_daemon.php 8e9c121b8a set fixed pcntl_alarm in daemon, pass ICONS_URL as init param 17 years ago
update_feeds.php cd2cd41555 add tt-rss forum as default subscription for new users 17 years ago
utility.css ef59e6e85f opml/db updater tweaks 17 years ago
version.php 528fe5686e release 1.2.10 17 years ago
viewfeed.js 9cc600d1c4 tweak subtoolbar, update translations 17 years ago
xml-rpc.php ef063748f6 fix charset-related bug, release 1.2.8-p1 17 years ago

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