Go to file
Andrew Dolgov 23419d117b modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
.settings update eclipse .settings 2011-12-12 23:32:40 +04:00
api modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
cache replace htmlpurifier with htmlawed 2012-10-28 12:21:21 +04:00
classes add bookmarklets plugin 2012-12-30 23:44:53 +04:00
feed-icons finally rename icons/ (fixes #272) 2011-11-16 10:46:11 +04:00
images remove fupdpic and related images 2012-12-25 14:42:20 +04:00
include modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
js rework RCHK dupe checking a bit 2012-12-30 21:46:54 +04:00
lib remove magpie, fix article filter plugins 2012-12-24 13:45:34 +04:00
locale update translations 2013-01-05 01:27:44 +04:00
lock add internal directories for cache & lockfiles 2010-11-02 13:45:48 +03:00
mobile add _MOBILE_REVERSE_HEADLINES (closes #524) 2012-12-28 00:49:54 +04:00
plugins updater: check for tar and gunzip using which 2013-01-04 02:32:41 +04:00
schema add _MOBILE_REVERSE_HEADLINES (closes #524) 2012-12-28 00:49:54 +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 update translations 2012-12-24 13:34:37 +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.md fix markup 2012-12-12 05:38:54 +00:00
atom-to-html.xsl rename feed.xsl to atom-to-html.xsl 2011-04-19 13:22:01 +04:00
backend.php modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
cdm.css use css table layout in cdmHeader (fixes #383) 2011-11-07 16:19:43 +04:00
config.php-dist move authentication modules to plugins/ 2012-12-27 15:14:44 +04:00
db-updater.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
errors.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
image.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
index.php modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
localized_js.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
messages.pot modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
opml.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
prefs.php modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
public.php modify includes to init session before translations are applied 2013-01-05 01:28:07 +04:00
register.php modify include path order (closes #514) 2012-12-09 13:41:22 +04:00
tt-rss.css help cleanup, use dijit dialog 2012-12-28 15:42:02 +04:00
update.php clarify PLUGINS description, improve plugin CLI list 2012-12-25 18:57:02 +04:00
update_daemon2.php daemon: do not fork on startup 2013-01-04 02:35:28 +04:00
utility.css sharepopup: implement assigning labels while sharing 2012-10-31 12:55:24 +04:00

README.md

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