[Pkg-javascript-commits] [node-topcube] 15/19: Provide source of the manpage

Jérémy Lal kapouer at alioth.debian.org
Sat Oct 26 13:54:19 UTC 2013


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

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

commit 3be83b687952a9539730ca54be054eeae29c6823
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sat Oct 26 14:28:15 2013 +0200

    Provide source of the manpage
---
 debian/topcube.1.md |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/debian/topcube.1.md b/debian/topcube.1.md
new file mode 100644
index 0000000..270fb02
--- /dev/null
+++ b/debian/topcube.1.md
@@ -0,0 +1,46 @@
+topcube(1) -- open webkit window
+================================
+
+SYNOPSIS
+--------
+
+    topcube [OPTION...]
+
+DESCRIPTION
+-----------
+
+Opens a webkit window that can handle:
+
+* setting its title to the web page title, if any
+* handing downloads using gtk file browser
+* opening external URL, with the help of xdg-open
+
+USAGE
+-----
+
+    topcube -u http://localhost:7569 -n myWebapp
+
+OPTIONS
+-------
+
+* `-u`, --url  
+  URL
+* `-n`, --name  
+  Window name
+* `-W`, --width  
+  Width
+* `-H`, --height  
+  Height
+* `-w`, --minwidth  
+  Minimum width
+* `-h`, --minheight  
+  Minimum height
+* `-?`, --help  
+  Display help
+
+SEE ALSO
+--------
+
+* /usr/share/doc/node-topcube/README.markdown
+* nodejs(1)
+

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



More information about the Pkg-javascript-commits mailing list