diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/de/user/configuration.rst | 27 | ||||
-rw-r--r-- | docs/en/user/configuration.rst | 27 | ||||
-rw-r--r-- | docs/fr/user/configuration.rst | 1 |
3 files changed, 29 insertions, 26 deletions
diff --git a/docs/de/user/configuration.rst b/docs/de/user/configuration.rst index c0c04bde..06cae7cb 100644 --- a/docs/de/user/configuration.rst +++ b/docs/de/user/configuration.rst | |||
@@ -115,16 +115,17 @@ Welche Variablen und Operatoren kann ich zum Regeln schreiben nutzen? | |||
115 | 115 | ||
116 | Die folgenden Variablen und Operatoren können genutzt werden, um Tagging-Regeln zu erstellen (sei vorsichtig, denn bei einigen Werten musst du Anführungszeichen hinzufügen, z.B. ``language = "de"``): | 116 | Die folgenden Variablen und Operatoren können genutzt werden, um Tagging-Regeln zu erstellen (sei vorsichtig, denn bei einigen Werten musst du Anführungszeichen hinzufügen, z.B. ``language = "de"``): |
117 | 117 | ||
118 | =========== ============================================== ======== ========== | 118 | =========== ============================================== ========== ========== |
119 | Variable Bedeutung Operator Bedeutung | 119 | Variable Bedeutung Operator Bedeutung |
120 | ----------- ---------------------------------------------- -------- ---------- | 120 | ----------- ---------------------------------------------- ---------- ---------- |
121 | title Titel des Artikels <= Kleiner gleich als… | 121 | title Titel des Artikels <= Kleiner gleich als… |
122 | url URL des Artikels < Kleiner als… | 122 | url URL des Artikels < Kleiner als… |
123 | isArchived Ob der Artikel archiviert ist oder nicht => Größer gleich als… | 123 | isArchived Ob der Artikel archiviert ist oder nicht => Größer gleich als… |
124 | isStarred Ob der Artikel favorisiert ist oder nicht > Größer als… | 124 | isStarred Ob der Artikel favorisiert ist oder nicht > Größer als… |
125 | content Inhalt des Eintrags = Gleich zu… | 125 | content Inhalt des Eintrags = Gleich zu… |
126 | language Sprache des Eintrags != Nicht gleich zu… | 126 | language Sprache des Eintrags != Nicht gleich zu… |
127 | mimetype MIME-Typ des Eintrags OR Eine Regel oder die andere | 127 | mimetype MIME-Typ des Eintrags OR Eine Regel oder die andere |
128 | readingTime Die geschätzte Lesezeit in Minuten AND Eine Regel und die andere | 128 | readingTime Die geschätzte Lesezeit in Minuten AND Eine Regel und die andere |
129 | domainName Der Domain-Name des Eintrags matches Testet, dass ein Feld einer Suche (unabhängig von Groß- und Kleinschreibung) übereinstimmt. Z.B.: title matches "Fußball" | 129 | domainName Der Domain-Name des Eintrags matches Testet, dass ein Feld einer Suche (unabhängig von Groß- und Kleinschreibung) übereinstimmt. Z.B.: title matches "Fußball" |
130 | =========== ============================================== ======== ========== | 130 | notmatches |
131 | =========== ============================================== ========== ========== | ||
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst index bba12cb9..0f3ac38f 100644 --- a/docs/en/user/configuration.rst +++ b/docs/en/user/configuration.rst | |||
@@ -116,16 +116,17 @@ Which variables and operators can I use to write rules? | |||
116 | 116 | ||
117 | The following variables and operators can be used to create tagging rules (be careful, for some values, you need to add quotes, for example ``language = "en"``): | 117 | The following variables and operators can be used to create tagging rules (be careful, for some values, you need to add quotes, for example ``language = "en"``): |
118 | 118 | ||
119 | =========== ============================================== ======== ========== | 119 | =========== ============================================== ========== ========== |
120 | Variable Meaning Operator Meaning | 120 | Variable Meaning Operator Meaning |
121 | ----------- ---------------------------------------------- -------- ---------- | 121 | ----------- ---------------------------------------------- ---------- ---------- |
122 | title Title of the entry <= Less than… | 122 | title Title of the entry <= Less than… |
123 | url URL of the entry < Strictly less than… | 123 | url URL of the entry < Strictly less than… |
124 | isArchived Whether the entry is archived or not => Greater than… | 124 | isArchived Whether the entry is archived or not => Greater than… |
125 | isStarred Whether the entry is starred or not > Strictly greater than… | 125 | isStarred Whether the entry is starred or not > Strictly greater than… |
126 | content The entry's content = Equal to… | 126 | content The entry's content = Equal to… |
127 | language The entry's language != Not equal to… | 127 | language The entry's language != Not equal to… |
128 | mimetype The entry's mime-type OR One rule or another | 128 | mimetype The entry's mime-type OR One rule or another |
129 | readingTime The estimated entry's reading time, in minutes AND One rule and another | 129 | readingTime The estimated entry's reading time, in minutes AND One rule and another |
130 | domainName The domain name of the entry matches Tests that a subject is matches a search (case-insensitive). Example: title matches "football" | 130 | domainName The domain name of the entry matches Tests that a subject is matches a search (case-insensitive). Example: title matches "football" |
131 | =========== ============================================== ======== ========== | 131 | notmatches Tests that a subject is not matches a search (case-insensitive). Example: title notmatches "football" |
132 | =========== ============================================== ========== ========== | ||
diff --git a/docs/fr/user/configuration.rst b/docs/fr/user/configuration.rst index 772000c3..0f5d4375 100644 --- a/docs/fr/user/configuration.rst +++ b/docs/fr/user/configuration.rst | |||
@@ -130,4 +130,5 @@ language La langue de l'article != Différ | |||
130 | mimetype The type MIME de l'article OR Telle règle ou telle autre règle | 130 | mimetype The type MIME de l'article OR Telle règle ou telle autre règle |
131 | readingTime Le temps de lecture de l'article, en minutes AND Telle règle et telle règle | 131 | readingTime Le temps de lecture de l'article, en minutes AND Telle règle et telle règle |
132 | domainName Le nom de domaine de l'article matches Contient telle chaîne de caractère (insensible à la casse). Exemple : title matches "football" | 132 | domainName Le nom de domaine de l'article matches Contient telle chaîne de caractère (insensible à la casse). Exemple : title matches "football" |
133 | notmaches Ne contient pas telle chaîne de caractère (insensible à la casse). Exemple : title notmatches "football" | ||
133 | =========== ============================================== ========== ========== | 134 | =========== ============================================== ========== ========== |