aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2019-05-18 17:45:52 -0700
committerGitHub <noreply@github.com>2019-05-18 17:45:52 -0700
commit73c79c0a3880c8bf322eb540ea5b6adcd3703ad9 (patch)
treea28a48be7bf5e133de82935b1aa31951f9450612
parent47f6fc6b15c223102bdb534d0561870bb26eaa13 (diff)
downloadwfm-73c79c0a3880c8bf322eb540ea5b6adcd3703ad9.tar.gz
Update README.md
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 98974c2..f445fa9 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,9 @@ This app was initially used as a web front end for an FTP server. However since
can edit html and markdown documents over the web and there is a GIT backed
version control, you can think and use WFM as a small Content Management System (CMS).
+WFM can also be used as a personal cloud, for taking notes, managing files, bookmarks
+or as a front end of a NAS servers.
+
This program is written using portable C code and compiles natively
for many flavors of Unix. It runs as a cgi-bin application on most httpd servers
and does not require PHP, Perl, Python or any other interpreted language. It's a single
@@ -24,10 +27,10 @@ and only used for non-essential luxuries. Tested using [BrowserStack](http://www
## History
WFM begun its life around 1994 as a Perl CGI 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
+engineers over the web and as a front end to FTP servers. Later rewritten in
C language, when CGIC library and Apache httpd were released. Up to 2015 WFM
-has been a closed source commercial application, supported by a few companies.
-WFM is now released as open source.
+has been a closed source commercial application, used for lighweight document
+management and supported by a few companies. WFM is now released as open source.
## Installation