From cfaf5d12db56cc6c2633d7926d8a4b021162cda2 Mon Sep 17 00:00:00 2001 From: Ruben VA Date: Wed, 18 Jan 2023 14:41:23 +0000 Subject: [PATCH] Updated configure.rst to fix a couple small typos noticed when reading the docs --- docs/source/configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index ad68ebb..ae67e5a 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -157,9 +157,9 @@ You can use specific pattern matching for uri in the uri_list file to filter som https://www.journalduhacker.net/rss|title|hacker,psql https://carlchenet.com/feed|title|gitlab -Each line of this file starts with an uri, followed by a pipe (|), followed by the name of the available section to parse (see below), again followed by a pipe (|), followed by patterns, each pattern being separated from the other one by a semi-colon (,). +Each line of this file starts with an uri, followed by a pipe (|), followed by the name of the available section to parse (see below), again followed by a pipe (|), followed by patterns, each pattern being separated from the other one by a comma (,). -In the example file above wee get every rss entries from the feed available at https://www.journalduhacker.net/rss where a substring in the title section of this entry matches either "hacker" or "psql". Specific patterns are not case sensitive. For the second line, we match every rss entries from the feed available at https://carlchenet.com/feed where a substring in the title section of this entry matches "gitlab". +In the example file above we get every rss entries from the feed available at https://www.journalduhacker.net/rss where a substring in the title section of this entry matches either "hacker" or "psql". Specific patterns are not case sensitive. For the second line, we match every rss entries from the feed available at https://carlchenet.com/feed where a substring in the title section of this entry matches "gitlab". Consider every entries of a rss feed from a uri in the uri_list file --------------------------------------------------------------------