Go to file
Andrew Dolgov 524d03a03e config: remove mention of encrypted logins 2013-04-17 09:30:11 +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 implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
classes add a separate tab for the logger 2013-04-17 08:42:39 +04:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images remove overlay.png (unused) 2013-03-31 23:55:16 +04:00
include errorhandler: remove unneeded stuff 2013-04-17 08:32:45 +04:00
install implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 2013-04-13 18:24:41 +04:00
js Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-17 08:50:41 +04:00
lib Revert "floIcon: set cap on image size" 2013-04-17 01:17:06 +04:00
locale Polish translation update. 2013-04-15 21:01:04 +02:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins add some styling to otp form 2013-04-16 21:15:41 +04:00
schema experimental SQL-based error logger 2013-04-16 19:41:31 +04:00
templates block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
themes add missing themes/ 2013-03-28 21:07:03 +04:00
utils block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
.buildpath add eclipse stuff 2011-12-11 12:51:59 +04:00
.gitignore block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
.htaccess having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working 2013-04-12 07:58:10 +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 backend: add session validation check 2013-04-11 21:39:54 +04:00
cdm.css use height : auto in cdmContentInner 2013-04-13 15:45:11 +04:00
config.php-dist config: remove mention of encrypted logins 2013-04-17 09:30:11 +04: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 remove no_cache_incantation() 2013-04-12 14:06:20 +04:00
messages.pot rebase translations 2013-04-11 22:01:31 +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 implement old log entry purging in update_daemon_common; add some more error types; tweak error log display 2013-04-16 20:34:20 +04:00
prefs.php add a separate tab for the logger 2013-04-17 08:42:39 +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 add a %d articles selected element 2013-04-15 13:16:14 +04:00
update.php digest: use proper logging, update.php: fix typo 2013-04-12 09:55:41 +04:00
update_daemon2.php fix divide by zero in feeds/minute reporting (closes #668) 2013-04-05 18:42:59 +04:00
utility.css add some styling to otp form 2013-04-16 21:15:41 +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