summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2023-06-26 09:55:45 +0200
committerGravatar default2023-06-26 09:55:45 +0200
commit7a8cc806a06826243aff775414018231837bda35 (patch)
treed9ad14d25b990dd30bf75b968e8b49378eb4da3d
parentMinor logging tweak. (diff)
downloadsnac2-7a8cc806a06826243aff775414018231837bda35.tar.gz
snac2-7a8cc806a06826243aff775414018231837bda35.tar.xz
snac2-7a8cc806a06826243aff775414018231837bda35.zip
Updated documentation.
-rw-r--r--doc/snac.17
-rw-r--r--doc/snac.54
-rw-r--r--doc/snac.87
3 files changed, 5 insertions, 13 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index a9d8bd7..2ef1625 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -186,12 +186,7 @@ Starts the daemon.
186Purges old data from the timeline of all users. 186Purges old data from the timeline of all users.
187.It Cm adduser Ar basedir Op uid 187.It Cm adduser Ar basedir Op uid
188Adds a new user to the server. This is an interactive command; 188Adds a new user to the server. This is an interactive command;
189necessary information will be prompted for. Also, a copy of 189necessary information will be prompted for.
190the server
191.Pa style.css
192is installed in the user's
193.Pa static/
194directory.
195.It Cm resetpwd Ar basedir Ar uid 190.It Cm resetpwd Ar basedir Ar uid
196Resets a user's password to a new, random one. 191Resets a user's password to a new, random one.
197.It Cm queue Ar basedir Ar uid 192.It Cm queue Ar basedir Ar uid
diff --git a/doc/snac.5 b/doc/snac.5
index 07c833d..2d357ec 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -96,8 +96,8 @@ This directory stores Mastodon API apps.
96.It Pa token/ 96.It Pa token/
97This directory stores Mastodon API tokens. 97This directory stores Mastodon API tokens.
98.It Pa style.css 98.It Pa style.css
99The server-wide CSS. Not used directly; everytime a new user is created, this 99The server-wide CSS. The content of this file is inserted into the HTML output
100file is copied to the user 100unless a user-specific one exist in the user's
101.Pa static/ 101.Pa static/
102folder. 102folder.
103.It Pa greeting.html 103.It Pa greeting.html
diff --git a/doc/snac.8 b/doc/snac.8
index 005c9f0..65167b7 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -200,12 +200,9 @@ the list of users in this instance to be inserted.
200Users can change a bit of information about themselves from the 200Users can change a bit of information about themselves from the
201web interface. See 201web interface. See
202.Xr snac 1 202.Xr snac 1
203for details. Further, every user has a private CSS file in their 203for details. Further, every user can have a private CSS file in their
204.Pa static/style.css 204.Pa static/style.css
205that can be modified to suit their needs. This file contains 205that will be served instead of the server-wide one.
206a copy of the
207.Pa style.css
208file in the server root and it's inserted into the HTML output.
209It's not modifiable from the web interface to avoid users 206It's not modifiable from the web interface to avoid users
210shooting themselves in the foot by destroying everything. 207shooting themselves in the foot by destroying everything.
211.Ss Old Data Purging 208.Ss Old Data Purging