aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox7 <as@tenoware.com>2018-07-19 21:20:33 -0700
committertenox7 <as@tenoware.com>2018-07-19 21:20:33 -0700
commitd40b3884a9acfcc2a6d0d0ccdee7e4d352d710f4 (patch)
tree3d69448995449f626fbfa78d90f345d18f01f08b
parent1a539865400e8b45a0b5b9cda477675dec32e4aa (diff)
downloadwfm-d40b3884a9acfcc2a6d0d0ccdee7e4d352d710f4.tar.gz
readme update
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index ee3d385..ed59b57 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ 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).
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. 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/).
+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
+binary application with all icons embedded inside. It's very small and lightning fast.
+I runs on resource constrained embedded computers or legacy systems. For compatibility
+with older browsers it outputs certified HTML 4.01. JavaScript is completely optional
+and only used for non-essential luxuries. Tested using [BrowserStack](http://www.browserstack.com/).
![alt text](https://raw.githubusercontent.com/tenox7/wfm/master/screenshot.png "WFM Screenshot")