Updated documentation.

This commit is contained in:
default 2024-03-16 16:32:13 +01:00
parent f58cb00ada
commit df08b880d1

View file

@ -251,13 +251,14 @@ From version 2.50, post content can be filtered out by regular expressions.
These weapons of mass destruction can be written into the These weapons of mass destruction can be written into the
.Ic filter_reject.txt .Ic filter_reject.txt
file in the server base directory, one per line; if this file exists, file in the server base directory, one per line; if this file exists,
all posts' content will be matched against these regexes, one by one, and all posts' content will be matched (after being stripped of HTML tags)
any match will make the post to be rejected. If you don't know about regular against these regexes, one by one, and any match will make the post to
expressions, don't use this option (or learn about them in some tutorial, be rejected. If you don't know about regular expressions, don't use this
there are gazillions of them out there), as you and your users may start option (or learn about them in some tutorial, there are gazillions of
missing posts. Also, given that every regular expression implementation them out there), as you and your users may start missing posts. Also,
supports a different set of features, consider reading the documentation given that every regular expression implementation supports a different
about the one implemented in your system. set of features, consider reading the documentation about the one
implemented in your system.
.Ss ActivityPub Support .Ss ActivityPub Support
These are the following activities and objects that These are the following activities and objects that
.Nm .Nm