Merge branch 'patch-1' into 'master'
Change : with = See merge request !2
This commit is contained in:
commit
5cec56b20b
|
@ -32,15 +32,15 @@ In order to configure Feed2toot, you need to create a feed2toot.ini file (or any
|
||||||
cache_limit=10000
|
cache_limit=10000
|
||||||
|
|
||||||
[rss]
|
[rss]
|
||||||
uri: https://www.journalduhacker.net/rss
|
uri=https://www.journalduhacker.net/rss
|
||||||
uri_list: /etc/feed2toot//rsslist.txt
|
uri_list=/etc/feed2toot//rsslist.txt
|
||||||
tweet: {title} {link}
|
tweet={title} {link}
|
||||||
title_pattern: Open Source
|
title_pattern=Open Source
|
||||||
title_pattern_case_sensitive: true
|
title_pattern_case_sensitive=true
|
||||||
no_uri_pattern_no_global_pattern=true
|
no_uri_pattern_no_global_pattern=true
|
||||||
|
|
||||||
[hashtaglist]
|
[hashtaglist]
|
||||||
several_words_hashtags_list: /etc/feed2toot/hashtags.txt
|
several_words_hashtags_list=/etc/feed2toot/hashtags.txt
|
||||||
|
|
||||||
For the [mastodon] section:
|
For the [mastodon] section:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue