summaryrefslogtreecommitdiffhomepage
path: root/plop.1
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-05-08 18:14:31 +0200
committerAki <please@ignore.pl>2020-05-08 18:14:31 +0200
commit50be9028140cdbc704f7f244193dbf213d1ca9ee (patch)
treeec6d2a08ceda5e28647288444fccff578fefb342 /plop.1
parent584c443ac4aaad6d735386885ce43d3347b82d0f (diff)
downloadplop-50be9028140cdbc704f7f244193dbf213d1ca9ee.zip
plop-50be9028140cdbc704f7f244193dbf213d1ca9ee.tar.gz
plop-50be9028140cdbc704f7f244193dbf213d1ca9ee.tar.bz2
Added initial manual page
Diffstat (limited to 'plop.1')
-rw-r--r--plop.112
1 files changed, 12 insertions, 0 deletions
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.