Mirror of TT-RSS but with manual pull to follow a seam-less versionning
Go to file
Dmitry Konishchev 7b80b5e160 Match each tag separately against user filter regular expression
Each article's tag should be matched against user filter regular
expression separately. Current matching confuses when you want to match
an exact tag. You suppose to write "^tag$", bug now have to write
"(^|,)tag(,|$)" which is very inconvenient and requires knowledge about
how do you process this matching.
2013-04-26 16:30:25 +04:00
api api: remove db_connect stuff 2013-04-17 18:58:30 +04:00
cache implement upload-related support for open_basedir 2013-04-11 19:12:00 +04:00
classes add HOOK_PREFS_SAVE_FEED 2013-04-26 14:23:18 +04:00
feed-icons add feed-icons placeholder index.html 2013-04-11 21:55:17 +04:00
images add missing close image 2013-04-17 10:53:12 +04:00
include Match each tag separately against user filter regular expression 2013-04-26 16:30:25 +04:00
install update installer mysqli_connect to only use port if defined 2013-04-19 10:02:27 +04:00
js add automatic timezone (based on client tz offset) 2013-04-26 10:31:57 +04:00
lib add automatic timezone (based on client tz offset) 2013-04-26 10:31:57 +04:00
locale Finnish translation updated. 2013-04-20 11:08:56 +03:00
lock move db-updater functionality to public, remove db-updater.php 2013-04-04 19:45:26 +04:00
plugins googlereaderimport: actually pass $link to create_article() 2013-04-21 13:20:50 +02:00
schema set default timezone to automatic (bump schema) 2013-04-26 14:16:03 +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 fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
cdm.css use height : auto in cdmContentInner 2013-04-13 15:45:11 +04:00
config.php-dist only show reset password link when auth_internal is enabled (refs #681) 2013-04-23 22:19:09 +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 add a simple JS-based hook host 2013-04-24 19:49:37 +04:00
messages.pot rebase translations 2013-04-11 22:01:31 +04:00
opml.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +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 make pluginhost a singleton 2013-04-18 12:27:34 +04:00
public.php fix missing DB object when instantiated to import opml 2013-04-18 23:19:14 +04:00
register.php remove db_connect, db_close; CLI fixes 2013-04-17 17:00:35 +04:00
tt-rss.css more notice css tweaks 2013-04-18 22:27:05 +04:00
update.php unify houskeeping stuff, increase spawn interval 2013-04-24 14:54:59 +04:00
update_daemon2.php unify houskeeping stuff, increase spawn interval 2013-04-24 14:54:59 +04:00
utility.css more notice css tweaks 2013-04-18 22:27:05 +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