No description
Find a file
2013-04-16 20:16:15 +04:00
api
cache implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
classes implement error log viewer 2013-04-16 20:16:15 +04:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images
include implement error log viewer 2013-04-16 20:16:15 +04:00
install implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 2013-04-13 18:24:41 +04:00
js remove js-based player, better mp3 support detection for html5 audio 2013-04-16 15:44:38 +04:00
lib Added average color calculation of feeds' favicons for banded display. 2013-04-15 12:28:52 +02:00
locale Polish translation update. 2013-04-15 21:01:04 +02:00
lock
plugins ttrssMailer: actually use OOP properly 2013-04-16 16:50:22 +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
utils block listing of several util directories; deny access to config.php 2013-04-11 22:01:10 +04:00
.buildpath
.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
atom-to-html.xsl
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 ttrssMailer: fix typo 2013-04-16 16:43:15 +04:00
errors.php
image.php
index.php remove no_cache_incantation() 2013-04-12 14:06:20 +04:00
LICENSE
messages.pot rebase translations 2013-04-11 22:01:31 +04:00
opml.php
prefs.css implement error log viewer 2013-04-16 20:16:15 +04:00
prefs.php remove no_cache_incantation() 2013-04-12 14:06:20 +04:00
public.php
README.md
register.php
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

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