Go to file
Andrew Dolgov 2f20dd58d2 integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
api Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
cache implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
classes integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
css integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
include integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
install integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
js integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
lib floicon wrapper: fix short tag 2013-06-26 13:36:06 +04:00
locale Update messages.po 2013-06-20 10:56:58 +02:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
schema switch AUTO_ASSIGN_LABELS to off by default (bump schema) 2013-05-30 18:26:56 +04:00
templates syndicated feeds: add orig_guid to optionally alter item id to workaround duplicate checking for syndicated content; add <link> element to <source> 2013-07-07 00:59:23 +04:00
themes move stylesheets to css/, reference default tt-rss stylesheets from 2013-05-19 21:22:01 +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 update gitignore 2013-07-08 17:30:07 +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 integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
atom-to-html.xsl update path to utility.css 2013-05-20 05:34:21 +02:00
backend.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
config.php-dist Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE, 2013-05-26 11:27:42 -04:00
errors.php Changing error.php?mode=js from text/plain to text/javascript 2013-05-31 17:37:12 -03:00
image.php image.php: Flush headers and output buffer to prevent a leading empty line in some instances. 2013-06-28 09:47:20 +00:00
index.php add experimental floating title when scrolling long articles in combined mode 2013-06-05 22:20:22 +04:00
messages.pot merge updated hu_HU manually, rebase translations 2013-05-15 09:45:28 +04:00
opml.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
prefs.php always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme 2013-05-20 16:16:34 +04:00
public.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
register.php add startup_gettext() calls to several endpoints for unregistered users so the output would be translated based on accept-language header 2013-05-29 15:41:19 +04:00
update.php update: do not explicitly fclose lockfile before unlinking (refs #703) 2013-06-07 11:00:34 +04:00
update_daemon2.php Revert "do not unlink lockfiles (closes #703)" 2013-06-07 09:27:52 +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).

Uses Silk icons by Mark James: http://www.famfamfam.com/lab/icons/silk/

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