From 17c382d1c9d7236c101418060758d2296cc5e17e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 5 Aug 2023 11:51:25 +0000 Subject: Initial commit Signed-off-by: Laurent Bercot --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..98a2596 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +tipidee - a minimalistic web server +----------------------------------- + + tipidee is a minimalistic HTTP/1.1 web server. It is designed to +run under a super-server like inetd or s6-tcpserver. It supports +most of the HTTP protocol. + + See https://skarnet.org/software/tipidee/ for details. + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot + + Please use the mailing-list for +questions about tipidee. + -- cgit v1.3.1