aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-11-29 02:32:53 -0800
committerAntoni Sawicki <tenox@google.com>2022-11-29 02:32:53 -0800
commiteb9b99f192ea7415023789cb027a1af40483acc8 (patch)
tree0cd29e679bece7e8f04c1f31f5b70e8adadb26ac
parenta2449ac703a9f5ca9c56d5d3b87af34eaf10ba3f (diff)
downloadwfm-eb9b99f192ea7415023789cb027a1af40483acc8.tar.gz
readme update
-rw-r--r--README.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/README.md b/README.md
index ed78792..94636e6 100644
--- a/README.md
+++ b/README.md
@@ -133,25 +133,25 @@ Note that any changes to the password file require restart of wfm daemon
to take effect. This is because the file is read once on startup before
chroot(2) is performed.
-### Create new blank password file
+Create new blank password file:
```shell
$ wfm -passwd=/path/users.json user newfile
```
-### Add user
+Add user:
```shell
$ wfm -passwd=/path/users.json user add myuser rw
```
-### Delete user
+Delete user:
```shell
$ wfm -passwd=/path/users.json user delete myuser
```
-### Change password
+Change password:
```shell
$ wfm -passwd=/path/users.json user passwd myuser
@@ -290,10 +290,12 @@ Usage of wfm:
```
## History
-WFM begun its life around 1994 as a CGI Perl script for CERN httpd server, to allow
-uploading and managing customer logs by field support engineers over the web and
-as a front end to FTP server. Later rewritten in C language, when CGIC library and
-Apache httpd were released. Up to 2015 WFM has been a closed source commercial
-application used for lightweight document management and supported by a few customers.
-It has since been open sourced. In 2022 WFM has been rewritten in Go as a stand-alone
-application with built-in web server for more modern deployment scenarios.
+
+WFM begun its life around 1994 as a Perl CGI script for CERN httpd server. It was
+developed to allow uploading logs, dumps and other case data by field support engineers,
+customers, etc. over the web and as a front end to FTP server. Later rewritten in C
+language, when CGIC library and Apache httpd were released. Up to 2015 WFM has been a
+closed source commercial application used for lightweight document management and
+supported by a few customers. It has since been open sourced. In 2022 WFM has been
+rewritten in Go as a stand-alone application with built-in web server for more modern
+deployment scenarios.