Go to file
Andrew Dolgov 2bef21a79f update_rss_feed: compress memcache data 2010-01-20 12:58:50 +03:00
api remove config option SMART_RPC_COUNTERS 2010-01-15 17:34:17 +03:00
extras/button merge two patches: STRIP_IMAGES and ENABLE_FLASH_PLAYER from Sten (bump schema) 2008-08-01 04:38:17 +01:00
help update translations (fix) 2009-02-11 18:36:31 +03:00
icons add icons subdirectory 2009-01-31 15:42:33 +03:00
images neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
lib move some aux files to lib/ 2009-12-21 21:28:18 +03:00
locale update translations 2010-01-13 13:50:18 +03:00
mobile mobile: change HIDE_READ option description 2010-01-15 19:39:09 +03:00
modules load_filters: use memcache 2010-01-20 12:29:28 +03:00
schema reorganize theme support; add some themeable icons; add neon theme 2010-01-14 16:11:54 +03:00
templates resetpass: add template 2008-05-18 08:33:11 +01:00
themes css: font family tweaks 2010-01-15 19:22:21 +03:00
utils remove config option SMART_RPC_COUNTERS 2010-01-15 17:34:17 +03:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
README bump copyright year 2010-01-13 13:48:37 +03:00
backend.php implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
compat.php add dummy plug for mb_strtolower 2007-05-19 06:09:25 +01:00
config.php-dist remove config option SMART_RPC_COUNTERS 2010-01-15 17:34:17 +03:00
db-prefs.php set_pref: fix typo 2010-01-13 21:33:31 +03:00
db.php
errors.php code cleanup, test for db_escape() crazyness in DB sanity check 2008-11-10 06:29:19 +01:00
feedlist.js theme system updates; remove old-skool theme; add neutral theme 2010-01-15 13:43:17 +03:00
functions.js fix typo 2010-01-15 11:51:36 +03:00
functions.php update_rss_feed: compress memcache data 2010-01-20 12:58:50 +03:00
gears_init.js gears: add support files 2009-02-02 13:45:33 +03:00
image.php move simplepie/ to lib 2009-01-22 14:31:24 +01:00
index.php add php-gettext, i18n stuff 2007-03-05 09:37:13 +01:00
localized_js.php localized_js: disable when translations are disabled in config.php 2010-01-13 21:38:18 +03:00
localized_schema.php add per-user option to enable access to API 2009-12-16 14:36:59 +03:00
login_form.php implement settings profiles (bump schema) 2010-01-13 18:31:51 +03:00
logout.php logout fixes 2007-03-01 13:34:03 +01:00
manifest.json.php neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
offline.js offline: fix bugs caused by recent layout updates 2010-01-15 14:02:14 +03:00
opml.php code cleanup, test for db_escape() crazyness in DB sanity check 2008-11-10 06:29:19 +01:00
prefs.js add prototype of icon replacing control; misc tweaks 2010-01-14 11:28:57 +03:00
prefs.php neon updates; make more icons themeable; misc fixes 2010-01-14 23:09:23 +03:00
register.php register.php: remove short php tags 2009-12-24 15:46:57 +03:00
rss.xsl move some aux files to lib/ 2009-12-21 21:28:18 +03:00
sanity_check.php query themes from filesystem; obsolete ttrss_themes 2010-01-14 13:39:05 +03:00
sessions.php do not redeclare internal php functions 2009-11-17 20:06:28 +03:00
tt-rss.css css: font family tweaks 2010-01-15 19:22:21 +03:00
tt-rss.js flush cache on feedEditSave 2010-01-19 18:22:35 +03:00
tt-rss.php offline: fix bugs caused by recent layout updates 2010-01-15 14:02:14 +03:00
update-translations.sh automatically extract i18n data from .js files 2009-02-20 12:57:02 +03:00
update.php code cleanup, test for db_escape() crazyness in DB sanity check 2008-11-10 06:29:19 +01:00
update_daemon.php make update scripts executable 2009-01-31 19:02:16 +03:00
update_daemon2.php make update scripts executable 2009-01-31 19:02:16 +03:00
update_daemon_loop.php make update scripts executable 2009-01-31 19:02:16 +03:00
update_feedbrowser.php make update scripts executable 2009-01-31 19:02:16 +03:00
update_feeds.php make update scripts executable 2009-01-31 19:02:16 +03:00
utility.css label help tweaks 2008-01-11 08:18:19 +01:00
version.php release 1.3.4 2009-10-21 11:42:40 +04:00
viewfeed.js flush cache on feedEditSave 2010-01-19 18:22:35 +03:00

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.org

Licensed under GNU GPL version 2

Copyright (c) 2005-2010 Andrew Dolgov (unless explicitly stated otherwise).

Requirements
============

	* Compatible web browser (http://tt-rss.org/wiki/CompatibleBrowsers)
	* Web server, for example Apache
	* PHP (with support for mbstring functions)
	* PostgreSQL (tested on 8.3) or MySQL (InnoDB and version 4.1+ required)
		
Installation Notes
==================

	http://tt-rss.org/wiki/InstallationNotes

See also
========

	* FAQ:				http://tt-rss.org/wiki/FrequentlyAskedQuestions
	* Forum:				http://tt-rss.org/forum
	* Wiki:				http://tt-rss.org/wiki/WikiStart

Contact
=======

Send your questions, comments, patches to Andrew Dolgov <cthulhoo(at)gmail.com>