mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-13 12:00:59 +02:00
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.
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.
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
Languages
PHP
46.3%
JavaScript
21.9%
CSS
17.4%
Less
9.2%
PLpgSQL
2.6%
Other
2.6%