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/1.php | 10 ++-------- help/2.php | 10 ++++++++++ 2 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 help/2.php (limited to 'help') diff --git a/help/1.php b/help/1.php index 309783f43..fc7c2003d 100644 --- a/help/1.php +++ b/help/1.php @@ -1,12 +1,6 @@ -

Help for SQL expressions

+

Labels and SQL Expressions

-

Description

- -

The «SQL expression» is added to WHERE clause of - view feed query. You can match on ttrss_entries table fields - and even use subselect to query additional information. This - functionality is considered to be advanced and requires basic - understanding of SQL.

+

Labels are generated by using SQL expressions. The «SQL expression» is added to WHERE clause of view feed query. You can match on ttrss_entries table fields and even use subselect to query additional information. This functionality is considered to be advanced and requires some understanding of SQL.

Examples

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