Go to file
Andrew Dolgov f240d26e46 move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
api implement some tweaks to session handling; properly remove session cookie if invalid/login failed 2013-04-04 15:33:14 +04:00
cache move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
classes move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
feed-icons move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
images remove overlay.png (unused) 2013-03-31 23:55:16 +04:00
include enable remember me 2013-04-04 17:59:04 +04:00
install installer: remove shorttag 2013-04-03 14:36:59 +04:00
js move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
lib remove dojo uncompressed files 2013-04-02 20:06:16 +04:00
locale rebase translations 2013-04-04 09:06:06 +04:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
schema schema: remove unused prefs help_text/short_desc/section_name 2013-04-02 16:34:08 +04:00
templates add basic password recovery thing 2013-03-22 14:50:02 +04:00
themes add missing themes/ 2013-03-28 21:07:03 +04:00
utils pref-prefs: don't use schema-defined help/desc/section names 2013-04-02 16:20:43 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore Additions: 2013-03-22 16:25:12 -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 update readme (c) 2013-02-14 12:27:01 +04:00
atom-to-html.xsl css cleanup; remove auxDlg; add separate prefs.css 2013-03-27 22:41:12 +04:00
backend.php generated feeds: support if-modified-since 2013-04-01 21:08:32 +04:00
cdm.css remove small_article_preview 2013-04-02 14:34:17 +04:00
config.php-dist reduce default session expiration limit 2013-04-04 15:29:58 +04:00
db-updater.php Replace call to vsprintf to sprintf because of arguments format 2013-03-29 17:05:20 +01:00
errors.php Fix whitespace, gettext is whitespace fragile. 2013-03-24 12:23:22 +01:00
image.php add optional support for the X-Sendfile header 2013-04-02 00:56:20 -04:00
index.php replace catchupCurrentFeed dropdown with a better control 2013-04-03 18:20:14 +04:00
messages.pot rebase translations 2013-04-04 09:06:06 +04:00
opml.php db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 2013-03-22 09:14:55 +04:00
prefs.css minor css cleanup 2013-04-01 10:51:38 +04:00
prefs.php implement better loading of pref trees 2013-04-01 16:19:46 +04:00
public.php generated feeds: support if-modified-since 2013-04-01 21:08:32 +04:00
register.php tweak how utility.css-based stuff looks 2013-03-27 10:59:26 +04:00
tt-rss.css feed-holder: remove overflow:hidden 2013-04-02 21:20:20 +04:00
update.php add command-line db schema updater 2013-04-04 19:15:14 +04:00
update_daemon2.php daemon2: make wrong schema version error display if quiet 2013-04-01 19:51:59 +04:00
utility.css move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +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 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