Clarify when “fixes” and “replacements” apply.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-01-16 19:59:53 +01:00
parent 4ded077988
commit 5e2bfe13d4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
:doctype: manpage :doctype: manpage
:Author: tastytea :Author: tastytea
:Email: tastytea@tastytea.de :Email: tastytea@tastytea.de
:Date: 2020-12-03 :Date: 2021-01-16
:Revision: 0.0.0 :Revision: 0.0.0
:man source: mastorss :man source: mastorss
:man manual: General Commands Manual :man manual: General Commands Manual
@ -67,8 +67,9 @@ This string will be appended to every post.
The URI of the source feed. The URI of the source feed.
*fixes*:: *fixes*::
Array of regular expressions that should be deleted from the text. For Array of regular expressions that should be deleted from the text. Applies to
information about the syntax see *perlre*(1). RSS descriptions (after the HTML is stripped). For information about the syntax
see *perlre*(1).
*instance*:: *instance*::
Hostname of the instance you're using to post. Hostname of the instance you're using to post.
@ -97,9 +98,9 @@ content warning) of the post.
If true, only post titles, no descriptions. If true, only post titles, no descriptions.
*replacements*:: *replacements*::
Object with a list of regular expressions and replacements. Applies to posts, Object with a list of regular expressions and replacements. Applies to posts
subjects and links, but not to the string in _append_. For information about the (after the HTML is stripped), subjects and links, but not to the string in
syntax see *perlre*(1). _append_. For information about the syntax see *perlre*(1).
*add_hashtags*:: *add_hashtags*::
If true, replace words with hashtags according to `watchwords.json`. If true, replace words with hashtags according to `watchwords.json`.