No description
Find a file
Derek Schrock d7e4897b8e Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered.  Returning false will cause the default event from occuring and prevent the event from bubbling up.
2013-09-20 00:04:33 -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 filters: add a link to the wiki page to the rule create/edit dialog 2013-09-02 13:54:56 +04:00
css counter: remove text-shadow 2013-09-12 12:13:10 +04:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images remove unused footer.png 2013-07-11 13:04:16 +04:00
include add update script to convert myisam tables to innodb (bump version) 2013-09-17 14:34:39 +04:00
install integrate silk icons by Mark James 2013-07-10 13:09:12 +04:00
js Firefox accessibility.typeaheadfind is triggered for multikey shortcuts. 2013-09-20 00:04:33 -04:00
lib add text_languagedetect to guess article language for better hyphenation 2013-07-31 10:30:17 +04:00
locale Translated four strings into Spanish 2013-09-18 21:42:45 +02:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins updater: add button to call updateself dialog even if no next version detected 2013-09-11 15:17:22 +04:00
schema add update script to convert myisam tables to innodb (bump version) 2013-09-17 14:34:39 +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 fix xgettext extraction of plural forms, replace wrong ngettext() calls with _ngettext(), rebase translations 2013-09-02 13:09:32 +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
atom-to-html.xsl atom-to-html: remove horribly scaled feed icon (refs #754) 2013-07-23 07:49:32 +04:00
backend.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
config.php-dist config.php-dist: fix lines which were too long 2013-07-14 23:34:04 +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 use require_once for minifier 2013-07-31 15:05:05 +04:00
LICENSE add LICENSE 2008-12-29 06:43:39 +01:00
messages.pot fix xgettext extraction of plural forms, replace wrong ngettext() calls with _ngettext(), rebase translations 2013-09-02 13:09:32 +04:00
opml.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
prefs.php use require_once for minifier 2013-07-31 15:05:05 +04:00
public.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
README.md update GPL blurb to version 3 2013-07-12 10:48:27 +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 passing --log option to update daemon processes 2013-09-02 08:54:20 +02:00
update_daemon2.php pass logfile to child tasks if locking is possible, lock logfile before writing, add kludge to prevent update_rss_feed unneeded debugging go into master logfile 2013-09-02 12:33: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

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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