From 0d32b41e36fffa800991267b637d9344cb88fd2e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 20:16:45 +0100 Subject: interface tweaks, add info/question/exclamation pics --- help/2.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 help/2.php (limited to 'help/2.php') diff --git a/help/2.php b/help/2.php new file mode 100644 index 000000000..83cf5d4df --- /dev/null +++ b/help/2.php @@ -0,0 +1,10 @@ +

Content filters

+ +

TT-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.

+ +

Supported actions: filter (do not import) article, mark article as read, set starred, assign tag(s). Filters can be defined globally and for some specific feed.

+ +

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.

+ +

See this page for additional information on filtering.

+ -- cgit v1.2.3