]> git.wh0rd.org - tt-rss.git/blame - help/2.php
replace tt-rss.spb.ru references with tt-rss.org; update translations
[tt-rss.git] / help / 2.php
CommitLineData
0745839a 1<h1><?php echo __("Content filtering") ?></h1>
0d32b41e 2
0745839a 3<p><?php echo __("Tiny Tiny RSS has support for filtering (or processing) articles. Filtering is done once, when new article is imported to the database from the newsfeed, specified field is matched against regular expression and some action is taken. Regular expression matching is case-insensitive.") ?></p>
0d32b41e 4
0745839a 5<p><?php echo __("Supported actions are: filter (do not import) article, mark article as read, set starred, assign tag(s), and set score. Filters can be defined globally and for some specific feed.") ?></p>
0d32b41e 6
0745839a 7<p><?php echo __("Multiple and inverse matching are supported. All matching filters are considered when article is being imported and all actions executed in sequence. Inverse matching reverts matching result, e.g. filter matching XYZZY in title with inverse flag will match all articles, except those containing string XYZZY in title.") ?></p>
0d32b41e 8
1f8c187d 9<p><?php echo __("See also:")?> <a target="_blank" href="http://tt-rss.org/wiki/ContentFilters">ContentFilters (wiki)</a>
0d32b41e 10