No description
Find a file
2013-06-06 10:09:02 +04:00
api Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
cache
classes add experimental floating title when scrolling long articles in combined mode 2013-06-05 22:20:22 +04:00
css unify some cdm padding values with 3panel mode 2013-06-06 09:56:53 +04:00
feed-icons
images
include properly handle per-feed hide_images setting in three panel mode (closes #706) 2013-06-03 10:31:45 +04:00
install hide warning when checking for tt-rss tables if tables are not present 2013-06-04 18:25:37 +04:00
js block automarking headlines on scroll in unexpanded cdm because it doesn't work so well 2013-06-06 10:09:02 +04:00
lib Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE, 2013-05-26 11:27:42 -04:00
locale Merge pull request #211 from PerryWerneck/master 2013-05-29 10:42:12 -07:00
lock
plugins nsfw: fix wrong delimiter when expanding tag_cache 2013-06-05 10:27:53 +04:00
schema switch AUTO_ASSIGN_LABELS to off by default (bump schema) 2013-05-30 18:26:56 +04:00
templates changed the preg_split to explode per fox. fixed the template to 2013-05-29 08:06:05 -04:00
themes move stylesheets to css/, reference default tt-rss stylesheets from 2013-05-19 21:22:01 +04:00
utils
.buildpath
.gitignore add floicon to gitignore 2013-05-20 00:20:45 +04:00
.htaccess
.project
atom-to-html.xsl update path to utility.css 2013-05-20 05:34:21 +02:00
backend.php
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
index.php add experimental floating title when scrolling long articles in combined mode 2013-06-05 22:20:22 +04:00
LICENSE
messages.pot merge updated hu_HU manually, rebase translations 2013-05-15 09:45:28 +04:00
opml.php
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
README.md
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 do not unlink lockfiles (closes #703) 2013-06-01 10:06:59 +04:00
update_daemon2.php do not unlink lockfiles (closes #703) 2013-06-01 10:06:59 +04:00

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