summaryrefslogtreecommitdiffstats
path: root/network/kwakd/slack-desc
diff options
context:
space:
mode:
author Henkjan Gersen <h.gersen@gmail.com>2015-05-04 19:10:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-04 19:10:17 +0700
commit68dbd6d1272b0ab71dd31a3c6e7591be40c005f0 (patch)
treeea0ea97cb9ace24f72a97ea199d785d5cd7546ba /network/kwakd/slack-desc
parent74ec17330881c13a5114d9399f14b6247b10634e (diff)
downloadslackbuilds-68dbd6d1272b0ab71dd31a3c6e7591be40c005f0.tar.gz
slackbuilds-68dbd6d1272b0ab71dd31a3c6e7591be40c005f0.tar.xz
network/kwakd: Added (web server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--network/kwakd/slack-desc18
1 files changed, 18 insertions, 0 deletions
diff --git a/network/kwakd/slack-desc b/network/kwakd/slack-desc
new file mode 100644
index 0000000000..3aa51f426e
--- /dev/null
+++ b/network/kwakd/slack-desc
@@ -0,0 +1,18 @@
+# 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------------------------------------------------------|
+kwakd: kwakd (web server)
+kwakd:
+kwakd: Kwakd is a very small foot print web server written in C that serves
+kwakd: blank html pages for any request. The request can be arbitrary, may
+kwakd: even be invalid, but only its first line will be read and the
+kwakd: response will be the same: blank page consisting of "<html> </html>".
+kwakd: It is quite easy to change the response to whatever you like though.
+kwakd: Kwakd can be handy if you want to intercept traffic from your client
+kwakd: (web browser for example) to annoying sites and direct all
+kwakd: such traffic to your local machine.