[Pkg-javascript-commits] [node-static] 01/01: Add manpage for node-static

Jérémy Lal kapouer at moszumanska.debian.org
Fri Jan 10 23:13:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-static.

commit 3cd81177cf75aee28df56598b8489f8b1e990179
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Jan 11 00:13:43 2014 +0100

    Add manpage for node-static
---
 debian/manpages      |  1 +
 debian/node-static.1 | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..2820259
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/node-static.1
diff --git a/debian/node-static.1 b/debian/node-static.1
new file mode 100644
index 0000000..b72c23b
--- /dev/null
+++ b/debian/node-static.1
@@ -0,0 +1,43 @@
+.TH "NODE\-STATIC" "1" "January 2014" "" ""
+.SH "NAME"
+\fBnode-static\fR \- rfc 2616 compliant streaming file server
+.SH SYNOPSIS
+.P
+.RS 2
+.EX
+node\-static [\-p <port>] [<directory>]
+.EE
+.RE
+.SH OPTIONS
+.RS 0
+.IP \(bu 2
+\-\-port, \-p
+.br
+TCP port at which the files will be served
+.br
+[default: 8080]
+.IP \(bu 2
+\-\-cache, \-c
+.br
+"Cache\-Control" header setting
+.br
+[default: 3600]
+.IP \(bu 2
+\-\-headers, \-H
+.br
+additional headers in JSON format
+.IP \(bu 2
+\-\-header\-file, \-f
+.br
+JSON file of additional headers
+.IP \(bu 2
+\-\-help, \-h
+.br
+display help
+.IP \(bu 2
+\-\-version, \-v
+.br
+node\-static version
+
+.RE
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git



More information about the Pkg-javascript-commits mailing list