From 4a2abe7bf4c05db91093e4a2d29d27430316bc05 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 6 Mar 2024 12:29:36 +0000 Subject: Add ls.cgi, prepare for 0.0.4.0 Signed-off-by: Laurent Bercot --- doc/ls.cgi.html | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 doc/ls.cgi.html (limited to 'doc/ls.cgi.html') diff --git a/doc/ls.cgi.html b/doc/ls.cgi.html new file mode 100644 index 0000000..c864dfb --- /dev/null +++ b/doc/ls.cgi.html @@ -0,0 +1,64 @@ + + + + + + tipidee: the ls.cgi program + + + + + + +

+tipidee
+Software
+skarnet.org +

+ +

The ls.cgi internal program

+ +

+ ls.cgi is a binary that is suitable for using as a CGI script, +e.g. called index.cgi, +in a Web document hierarchy served by tipidee, when the goal of the index +file is only to list the contents of the directory it resides in. +

+ +

Interface

+ +
+     ls.cgi
+
+ + + +

Exit codes

+ +
+
0
success
+
100
wrong usage
+
111
system call failed
+
+ +

Notes

+ + + + + -- cgit v1.2.3