Go to file
Andrew Dolgov acccafe3da replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
.settings update eclipse .settings 2011-12-12 23:32:40 +04:00
api api: remove unneeded stuff, add special header for android httpurlconnection which seems to be retarded 2012-09-19 15:54:55 +04:00
cache replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
classes quickAddFeed: remove oauth notice, mention you can paste site URL 2012-10-28 11:50:54 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
help add hotkeys to select marked/published articles 2012-10-08 14:32:17 +04:00
images implement recently read vfeed (-6) 2012-08-27 10:08:11 +04:00
include replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
js remove unexpanded CDM ajax loading 2012-10-28 11:03:29 +04:00
lib replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
locale Update locale/es_ES/LC_MESSAGES/messages.po 2012-10-25 20:43:18 +03:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile rework login form 2012-09-10 20:15:45 +04:00
schema implement one time passwords using TOTP 2012-09-03 18:33:46 +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 update README (2) 2012-08-14 10:53:36 +04:00
atom-to-html.xsl rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
backend.php rework login form 2012-09-10 20:15:45 +04:00
cdm.css use css table layout in cdmHeader (fixes #383) 2011-11-07 16:19:43 +04:00
config.php-dist remove twitter-specific code 2012-09-07 10:23:46 +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 implement search in pref-filters 2012-06-29 13:11:39 +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 force refetch feed when clicking update/clicking on same feed in the tree 2012-10-25 13:15:14 +04:00
localized_js.php include path fix for lighttpd 2011-12-15 18:19:38 +04:00
messages.pot fix es_ES syntax, update translations 2012-10-18 12:56:48 +04:00
opml.php move opml stuff to classes/opml.php 2012-08-15 15:47:13 +04:00
prefs.php split authentication to separate modules 2012-08-16 15:30:49 +04:00
public.php rework class system to use subdirectories 2012-08-17 14:22:33 +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 css fixes 2012-10-25 17:11:09 +04:00
update.php fix called-from-browser detection in update.php 2012-10-24 00:25:56 +04:00
update_daemon2.php remove hook-based plugins 2012-08-21 14:37:43 +04:00
utility.css sharepopup look tweaks 2012-09-12 01:31:44 +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