diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-16 17:33:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-16 17:33:06 +0700 |
commit | 41b95cf8cbf87711e286acc3bfe0e39f5aad36e9 (patch) | |
tree | c150760edaa89ddf3fac35f041a77df745376df9 /network/nweb/slack-desc | |
parent | ce3630d8cd92f83f8a0c8e16f1b22281f6f65c3a (diff) |
network/nweb: Added (tiny web server in C).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nweb/slack-desc')
-rw-r--r-- | network/nweb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/nweb/slack-desc b/network/nweb/slack-desc new file mode 100644 index 0000000000000..a27119193590d --- /dev/null +++ b/network/nweb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +nweb: nweb (A tiny web server in C) +nweb: +nweb: nweb is a small and very safe mini web server nweb only servers out +nweb: file/web pages with certain extensions and only from the named +nweb: directory or its sub-directories. +nweb: +nweb: There is no fancy features = safe and secure. +nweb: +nweb: Example: nweb 8181 /home/nwebdir & +nweb: +nweb: |