summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSkywalkerSW5 <skywalkersw5@yahoo.com>2021-12-18 20:07:34 +0000
committerSkywalkerSW5 <skywalkersw5@yahoo.com>2021-12-18 20:07:34 +0000
commitd411b6e3cb33043de0943f6066bea77a7a962823 (patch)
treed5a2fe8df8046bcf9cd3ac8b2429f628c13c78ee /README.md
release
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9b42b35
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# ittpd
+A fork of IBM's nweb, with support for CSS and JavaScript
+
+## Usage
+ittpd can take a port number, and a directory where an index.html file is.
+
+Example:
+
+```./ittpd 8181 /server/website```
+
+## Supports
+
+ittpd supports these formats:
+
+gif, jpg, jpeg, png, ico, zip, gz, tar, htm, html, css, js, json
+
+It doesn't support Java or CGI.
+
+It also won't run in /, /etc/, /bin, /lib, /tmp, /usr, /dev, /sbin.
+
+## License
+
+I can't find the original license for this program, so until I do I will just put this under MIT.
+
+## Credits
+
+Originally created by Nigel Griffiths (nag@ik.ibm.com) \ No newline at end of file