summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.56
-rw-r--r--doc/snac.82
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index 645072f..b9c96f1 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -98,6 +98,12 @@ The server-wide CSS. Not used directly; everytime a new user is created, this
98file is copied to the user 98file is copied to the user
99.Pa static/ 99.Pa static/
100folder. 100folder.
101.It Pa greeting.html
102This file is served when the server base URL is requested from a web browser. See
103.Xr snac 8
104for more information about the customization options.
105.It Pa public.idx
106This file contains the list of public posts from all users in the server.
101.El 107.El
102.Pp 108.Pp
103Each user directory is a subdirectory of 109Each user directory is a subdirectory of
diff --git a/doc/snac.8 b/doc/snac.8
index c96c589..005c9f0 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -206,7 +206,7 @@ that can be modified to suit their needs. This file contains
206a copy of the 206a copy of the
207.Pa style.css 207.Pa style.css
208file in the server root and it's inserted into the HTML output. 208file in the server root and it's inserted into the HTML output.
209It's not easily accesible from the web interface to avoid users 209It's not modifiable from the web interface to avoid users
210shooting themselves in the foot by destroying everything. 210shooting themselves in the foot by destroying everything.
211.Ss Old Data Purging 211.Ss Old Data Purging
212From version 2.06, there is no longer a need to add a special 212From version 2.06, there is no longer a need to add a special