summaryrefslogtreecommitdiff
path: root/docs/common/lib_server.txt
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2008-10-07 18:41:42 +0000
committerJames O'Gorman <james@netinertia.co.uk>2008-10-07 18:41:42 +0000
commit484050636ea8600ccbb86e73e234513fb7098778 (patch)
treeb0f4944112b6e8b9c307105dc7cd52d7a57dfa51 /docs/common/lib_server.txt
parent24ecccad3945f909e4022bb7220291f0f2951916 (diff)
Documentation restructuring: part 1 of 2.
Diffstat (limited to 'docs/common/lib_server.txt')
-rw-r--r--docs/common/lib_server.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/common/lib_server.txt b/docs/common/lib_server.txt
deleted file mode 100644
index 392f331d..00000000
--- a/docs/common/lib_server.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TITLE lib/server
-
-This provides various classes for implementing client/server applications (and UNIX daemons).
-
-The stars of the show are ServerTLS and Protocol, which allow client server applications which communicate using TLS (SSL successor) to be built with surprisingly few lines of code.
-
-All details in the respective class files.
-
-Look at test/basicserver for examples.