Go to file
Andrew Dolgov 010efc9b81 Revert "remove htmlpurifier"
This reverts commit c21a462d52.
2012-06-05 21:52:21 +04:00
.settings update eclipse .settings 2011-12-12 23:32:40 +04:00
api only enable ob_gzhandler if it exists 2012-03-20 14:45:43 +04:00
cache Revert "remove htmlpurifier" 2012-06-05 21:52:21 +04:00
classes experimental tweak to not mark articles newer than last one loaded in the buffer as read 2012-06-03 20:02:51 +04:00
debian Revert "remove htmlpurifier" 2012-06-05 21:52:21 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
help do not include keyboard help files into index and prefs.php 2011-12-14 15:51:27 +04:00
images remove optional art-readitlater.png 2012-02-22 15:54:25 +04:00
include Revert "remove htmlpurifier" 2012-06-05 21:52:21 +04:00
js revert to previous catchup behaviour on reverse headlines mode; fix typo in js 2012-06-03 22:42:42 +04:00
lib Revert "remove htmlpurifier" 2012-06-05 21:52:21 +04:00
locale update translations; merge new stuff from Transifex 2012-03-12 13:59:44 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile fix includes in mobile/backend (closes #411) 2011-12-30 18:48:41 +04:00
schema rate-limit requests for favicons when not present to conserve traffic (refs #457) 2012-05-24 16:20:03 +04:00
templates make generated_feed parameters optional, add specific date type for RSS feeds 2012-02-27 14:39:15 +04:00
themes/triple-pane rename triple-pane theme to widescreen 2012-01-31 15:57:01 +04:00
utils remove obsolete stuff from utils/ 2012-05-22 08:08:50 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
.project add eclipse stuff 2011-12-11 12:51:59 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
README bump copyright year 2010-01-13 13:48:37 +03:00
atom-to-html.xsl rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
backend.php only enable ob_gzhandler if it exists 2012-03-20 14:45:43 +04:00
cdm.css use css table layout in cdmHeader (fixes #383) 2011-11-07 16:19:43 +04:00
config.php-dist config: add a warning about ENABLE_GZIP_OUTPUT potential breakage 2012-03-20 14:59:24 +04:00
db-updater.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
digest.css fix several css typos 2012-02-06 15:20:03 +04:00
digest.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
errors.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
image.php workaround against markup being broken by cache_images() 2011-12-28 23:03:55 +04:00
index.php hide several user-related prompts when using remote auth + auto_login (closes #447) 2012-05-16 11:56:21 +04:00
localized_js.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
messages.pot update translations; merge new stuff from Transifex 2012-03-12 13:59:44 +04:00
opml.php OPML: preserve category and feed order on import 2012-03-26 12:06:47 +04:00
prefs.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
public.php only enable ob_gzhandler if it exists 2012-03-20 14:45:43 +04:00
register.php register: include functions.php before checking for action parameter to set proper error_reporting (fixes #448) 2012-04-12 14:03:34 +04:00
tt-rss.css properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427) 2012-02-21 12:36:29 +04:00
twitter.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
update.php implement experimental personal data import 2011-12-27 23:10:04 +04:00
update_daemon2.php daemon: assume child is dead if its lockfile is unlocked (refs #417) 2012-01-11 15:14:44 +04:00
utility.css simplify default global config, expand sanity_check messages 2011-12-13 19:20:26 +04: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>