From 1abfade926f6dfcf1e2ba548a693f70bc359a5d0 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 24 Apr 2017 10:26:46 +0000 Subject: [PATCH 1/2] Change : with = --- docs/source/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 573f14f..d8f55c7 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -40,7 +40,7 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any no_uri_pattern_no_global_pattern=true [hashtaglist] - several_words_hashtags_list: /etc/feed2toot/hashtags.txt + several_words_hashtags_list=/etc/feed2toot/hashtags.txt For the [mastodon] section: From 4f597df2bb390f743c41c7717bb8c4b431f1f629 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 24 Apr 2017 10:46:06 +0000 Subject: [PATCH 2/2] Change other settings --- docs/source/configure.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index d8f55c7..ce95ee0 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -32,11 +32,11 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any cache_limit=10000 [rss] - uri: https://www.journalduhacker.net/rss - uri_list: /etc/feed2toot//rsslist.txt - tweet: {title} {link} - title_pattern: Open Source - title_pattern_case_sensitive: true + uri=https://www.journalduhacker.net/rss + uri_list=/etc/feed2toot//rsslist.txt + tweet={title} {link} + title_pattern=Open Source + title_pattern_case_sensitive=true no_uri_pattern_no_global_pattern=true [hashtaglist]