aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2018-07-14 02:56:49 -0700
committertenox7 <as@tenoware.com>2018-07-14 02:56:49 -0700
commitd97c0fabceba573df9292108240c73f62e0de77e (patch)
tree486162d16434ad47c7d31c3c9691f71e27a6dec2
parent250dce3faa1d07c6376fde5b6d7a2245dcebebc3 (diff)
downloadwfm-d97c0fabceba573df9292108240c73f62e0de77e.tar.gz
readme update
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 358f65c..ee3d385 100644
--- a/README.md
+++ b/README.md
@@ -7,21 +7,17 @@ can be edited directly in the browser.
An integrated GIT client can track and auto commit all file change operations
in to a to a GIT repository.
-WFM is most commonly used as a web front end for an FTP server. However since you
+This app is most commonly used as a web front end for an FTP server. However since you
can edit html and markdown documents over the web and there is GIT backed
version control, you can think and use WFM as a small Content Management System (CMS).
-Unlike other similar appliactions, WFM is compatible with most modern and
-legacy web browsers dating back to Internet Explorer 1.5, Netscape 1.0 and
-Mosaic 3.0. It outputs W3C certified HTML 4.01. JavaScript is optional and
-only used for non-essential luxuries. Compatibility is tested using
-[BrowserStack](http://www.browserstack.com/).
-
This program is written using portable C code and compiles natively
for many flavors of Unix. It runs as a CGI application on most httpd servers
and does not require PHP, Perl, Python or any other interpreted language.
It's very small and lightning fast. I runs on resource constrained embedded
-or vintage / historical systems.
+or vintage / historical systems. It outputs W3C certified HTML 4.01 for compatiblity
+with legacy browsers. JavaScript is optional and only used for non-essential luxuries.
+ Compatibility is tested using [BrowserStack](http://www.browserstack.com/).
![alt text](https://raw.githubusercontent.com/tenox7/wfm/master/screenshot.png "WFM Screenshot")