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
2013-04-17 18:58:30 +04:00
2013-04-26 14:23:18 +04:00
2013-04-17 10:53:12 +04:00
2013-04-20 11:08:56 +03:00
2013-03-28 21:07:03 +04:00
2011-12-11 12:51:59 +04:00
2011-12-11 12:51:59 +04:00
2013-04-13 15:45:11 +04:00
2013-04-24 19:49:37 +04:00
2008-12-29 06:43:39 +01:00
2013-04-11 22:01:31 +04:00
2013-04-18 12:27:34 +04:00
2013-02-14 12:27:01 +04:00
2013-04-18 22:27:05 +04:00
2013-04-18 22:27:05 +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

Description
No description provided
Readme 185 MiB
Languages
PHP 46.3%
JavaScript 21.9%
CSS 17.4%
Less 9.2%
PLpgSQL 2.6%
Other 2.6%