diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:16:10 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 16:16:10 -0500 |
commit | 43e17f44b22c85caf2bf9278db6b940dc3a93f2b (patch) | |
tree | 8b113755e3bed1889de73e81512559b64386c9ac /network/thttpd/slack-desc | |
parent | a7ea463fff1c1d11c4d6596bfa7b56f96c78dc95 (diff) | |
download | slackbuilds-43e17f44b22c85caf2bf9278db6b940dc3a93f2b.tar.gz |
network/thttpd: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006576.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/thttpd/slack-desc')
-rw-r--r-- | network/thttpd/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/network/thttpd/slack-desc b/network/thttpd/slack-desc deleted file mode 100644 index 887cb37051..0000000000 --- a/network/thttpd/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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 ':'. - - |-----handy-ruler------------------------------------------------------| -thttpd: thttpd (the tiny/turbo/throttling HTTP server) -thttpd: -thttpd: thttpd is a simple, small, portable, fast, and secure HTTP server. -thttpd: Simple: It handles only the minimum necessary to implement HTTP/1.1. -thttpd: Well, maybe a little more than the minimum. Small: It has a very -thttpd: small run-time size, since it does not fork and is very careful about -thttpd: memory allocation. Portable: It compiles cleanly on most any -thttpd: Unix-like OS. Fast: In typical use it's about as fast as the best -thttpd: full-featured servers. Secure: It goes to great lengths to protect -thttpd: the web server machine against attacks and breakins from other sites. -thttpd: Homepage: http://acme.com/software/thttpd/ |