TinyTinyRSS for BananaNetwork - to apply required patches before release or release in async to the official version
https://git.tt-rss.org/fox/tt-rss
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7b80b5e160
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. |
12 years ago | |
---|---|---|
api | 12 years ago | |
cache | 12 years ago | |
classes | 12 years ago | |
feed-icons | 12 years ago | |
images | 12 years ago | |
include | 12 years ago | |
install | 12 years ago | |
js | 12 years ago | |
lib | 12 years ago | |
locale | 12 years ago | |
lock | 12 years ago | |
plugins | 12 years ago | |
schema | 12 years ago | |
templates | 12 years ago | |
themes | 12 years ago | |
utils | 12 years ago | |
.buildpath | 13 years ago | |
.gitignore | 12 years ago | |
.htaccess | 12 years ago | |
.project | 13 years ago | |
LICENSE | 16 years ago | |
README.md | 12 years ago | |
atom-to-html.xsl | 12 years ago | |
backend.php | 12 years ago | |
cdm.css | 12 years ago | |
config.php-dist | 12 years ago | |
errors.php | 12 years ago | |
image.php | 12 years ago | |
index.php | 12 years ago | |
messages.pot | 12 years ago | |
opml.php | 12 years ago | |
prefs.css | 12 years ago | |
prefs.php | 12 years ago | |
public.php | 12 years ago | |
register.php | 12 years ago | |
tt-rss.css | 12 years ago | |
update.php | 12 years ago | |
update_daemon2.php | 12 years ago | |
utility.css | 12 years ago |
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.
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