aboutsummaryrefslogtreecommitdiff
path: root/src/help
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-06-22 22:14:19 +0200
committerMartin Fischer <martin@push-f.com>2021-06-22 23:54:36 +0200
commitd6d71d1693cb7d798bdf2b12c5fa6eea0a5860df (patch)
tree73e54182d77c4923f244b145b05c61ae67970d62 /src/help
publish
Diffstat (limited to 'src/help')
-rw-r--r--src/help/shares.txt.html9
-rw-r--r--src/help/users.toml.html8
2 files changed, 17 insertions, 0 deletions
diff --git a/src/help/shares.txt.html b/src/help/shares.txt.html
new file mode 100644
index 0000000..be5f4c5
--- /dev/null
+++ b/src/help/shares.txt.html
@@ -0,0 +1,9 @@
+This configuration file lets you share files with other users.
+Lines need to be in one of the following two formats:
+
+<pre>
+r &lt;path> &lt;username> # grants read-only access
+w &lt;path> &lt;username> # grants read/write access
+</pre>
+
+Ending a path in <code>/*</code> makes the rule apply to all subfiles. \ No newline at end of file
diff --git a/src/help/users.toml.html b/src/help/users.toml.html
new file mode 100644
index 0000000..fe195e2
--- /dev/null
+++ b/src/help/users.toml.html
@@ -0,0 +1,8 @@
+This configuration file lets you configure
+committer identities for users. For example:
+
+<pre>
+[johndoe]
+name = "John Doe"
+email = "john@example.com"
+</pre> \ No newline at end of file