summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.57
-rw-r--r--doc/snac.89
2 files changed, 12 insertions, 4 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index be7bfd7..3550995 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -24,9 +24,11 @@ A special subset of Markdown is allowed, including:
24.It bold 24.It bold
25**text between two pairs of asterisks** 25**text between two pairs of asterisks**
26.It italic 26.It italic
27*text between a pair of asterisks* 27*text between a pair of asterisks* or _between a pair of underscores_
28.It strikethrough text 28.It strikethrough text
29~~text between a pair of tildes~~ 29~~text between a pair of tildes~~
30.It underlined text
31__text between two pairs of underscores__
30.It code 32.It code
31Text `between backticks` is formatted as code. 33Text `between backticks` is formatted as code.
32.Bd -literal 34.Bd -literal
@@ -53,6 +55,9 @@ Horizonal rules can be inserted by typing three minus symbols
53alone in a line. 55alone in a line.
54.It quoted text 56.It quoted text
55Lines starting with >. 57Lines starting with >.
58.It headers
59One, two or three # at the beginning of a line plus a space plus
60some text are converted to HTML headers.
56.It user mentions 61.It user mentions
57Strings in the format @user@host are requested using the Webfinger 62Strings in the format @user@host are requested using the Webfinger
58protocol and converted to links and mentions if something reasonable 63protocol and converted to links and mentions if something reasonable
diff --git a/doc/snac.8 b/doc/snac.8
index c0e1af5..e228495 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -591,17 +591,20 @@ instance can subscribe to LitePub (Pleroma-style) Fediverse Relays. Doing this i
591visibility and allows following hashtags. To do this, you must create a special user named 591visibility and allows following hashtags. To do this, you must create a special user named
592relay and, from it, follow the relay actor(s) like you do with regular actor URLs. This 592relay and, from it, follow the relay actor(s) like you do with regular actor URLs. This
593special user will start receiving boosts from the relay server of posts from other instances 593special user will start receiving boosts from the relay server of posts from other instances
594also following it. It any other user of the same 594also following it. If any other user of the same
595.Nm 595.Nm
596instance follows any of the hashtags included in these boosted posts coming from the relay, 596instance follows any of the hashtags included in these boosted posts coming from the relay,
597they will received as if they were for them. 597they will be received as if they were for them.
598.Pp 598.Pp
599Example: 599Example:
600.Bd -literal -offset indent 600.Bd -literal -offset indent
601snac adduser $SNAC_BASEDIR relay # only needed once 601snac adduser $SNAC_BASEDIR relay # only needed once
602snac follow $SNAC_BASEDIR relay https://fedi-relay.gyptazy.com/actor 602snac follow $SNAC_BASEDIR relay https://relay.example.com/actor
603.Ed 603.Ed
604.Pp 604.Pp
605Users on your instance do NOT need to follow the local relay user to benefit from following
606hashtags.
607.Pp
605Please take note that subscribing to relays can increase the traffic towards your instance 608Please take note that subscribing to relays can increase the traffic towards your instance
606significantly. In any case, lowering the "Maximum days to keep posts" value for the relay 609significantly. In any case, lowering the "Maximum days to keep posts" value for the relay
607special user is recommended (e.g. setting to just 1 day). 610special user is recommended (e.g. setting to just 1 day).