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