From 50be9028140cdbc704f7f244193dbf213d1ca9ee Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 8 May 2020 18:14:31 +0200 Subject: Added initial manual page --- plop.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plop.1 diff --git a/plop.1 b/plop.1 new file mode 100644 index 0000000..e369ffe --- /dev/null +++ b/plop.1 @@ -0,0 +1,12 @@ +.TH plop 1 "2020-05-08" +.SH NAME +plop \- small framework for Lua web applications +.SH SYNOPSIS +.B plop +.IR port +.IR handler +.SH DESCRIPTION +.B plop +starts a http/1.1 server listening on designated port and handling incoming request by calling a +.B Handler(request) +global function that should be defined in handler Lua file. -- cgit v1.1