This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 094def207ad62d51d01ed58b8fc0813cf750a9f1
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Mon May 30 11:14:25 2011 +0200
re-arranged man file locations and man2html build script
---
.build_man2html/html/{ => man1}/pyhoca-cli.1.html | 6 +++---
Makefile.man2html | 19 +++++++++++--------
…
[View More] debian/pyhoca-cli.manpages | 2 +-
man/{ => man1}/pyhoca-cli.1 | 0
4 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/.build_man2html/html/pyhoca-cli.1.html b/.build_man2html/html/man1/pyhoca-cli.1.html
similarity index 98%
rename from .build_man2html/html/pyhoca-cli.1.html
rename to .build_man2html/html/man1/pyhoca-cli.1.html
index a79ce10b..c2ae09c0 100644
--- a/.build_man2html/html/pyhoca-cli.1.html
+++ b/.build_man2html/html/man1/pyhoca-cli.1.html
@@ -4,7 +4,7 @@ Content-type: text/html
<HTML><HEAD><TITLE>Man page of pyhoca-cli</TITLE>
</HEAD><BODY>
<H1>pyhoca-cli</H1>
-Section: X2go Application (1)<BR>Updated: 21 May 2011<BR><A HREF="#index">Index</A>
+Section: X2go Application (1)<BR>Updated: 26 May 2011<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
@@ -88,7 +88,7 @@ List user's X2go sessions on server.
<DL COMPACT>
<DT><B>-P, --session-profile</B><DD>
-The name of the session profile to be used to make the connection.
+The name of the session profile to be used to make the connection.B
<DT><B>-c, --command</B> <I><CMD></I> <DD>
Command to run with <B>--new</B> mode on server (default: xterm).
<DT><B>-u, --username</B> <I><USERNAME></I> <DD>
@@ -208,6 +208,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel@
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 09:53:50 GMT, May 26, 2011
+Time: 09:14:04 GMT, May 30, 2011
</BODY>
</HTML>
diff --git a/Makefile.man2html b/Makefile.man2html
index 8f7798b3..0b9f91dd 100644
--- a/Makefile.man2html
+++ b/Makefile.man2html
@@ -1,13 +1,16 @@
#!/usr/bin/make -f
-man_pages = pyhoca-cli.1
+MAN2HTML_BIN = man2html
+MAN2HTML_SRC = man
+MAN2HTML_DEST = .build_man2html/html
-MAN2HTML = man2html
-SRC = man
-DEST = .build_man2html/html
+man_pages = `cd $(MAN2HTML_SRC) && find * -type f`
-all: $(man_pages)
+all: build
-pyhoca-cli.1:
- mkdir -p $(DEST)
- $(MAN2HTML) -r $(SRC)/$@ > $(DEST)/$@.html
+build: build_man2html
+
+build_man2html:
+ mkdir -p $(MAN2HTML_DEST)
+ for man_page in $(man_pages); do mkdir -p `dirname $(MAN2HTML_DEST)/$$man_page`; done
+ for man_page in $(man_pages); do $(MAN2HTML_BIN) -r $(MAN2HTML_SRC)/$$man_page > $(MAN2HTML_DEST)/$$man_page.html; done
diff --git a/debian/pyhoca-cli.manpages b/debian/pyhoca-cli.manpages
index 6a255bff..2ff1bd18 100644
--- a/debian/pyhoca-cli.manpages
+++ b/debian/pyhoca-cli.manpages
@@ -1 +1 @@
-man/pyhoca-cli.1
\ No newline at end of file
+man/man1/pyhoca-cli.1
\ No newline at end of file
diff --git a/man/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
similarity index 100%
rename from man/pyhoca-cli.1
rename to man/man1/pyhoca-cli.1
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit b28599992f16ed7fdd4da1fbd3653dff450dc0be
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Thu May 26 12:06:49 2011 +0200
type fix
---
pyhoca/cli/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 6dabef58..35d9151d 100644
--- a/pyhoca/cli/…
[View More]__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-B
+
# Copyright (C) 2010 by Dick Kniep <m.gabriel(a)das-netzwerkteam.de>
#
# PyHoca CLI is free software; you can redistribute it and/or modify
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit c33d3cac99fe6e4a3c2d257bf3b200f91f2515db
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun May 22 21:47:52 2011 +0200
man page update
---
.build_man2html/html/pyhoca-cli.1.html | 5 ++---
man/pyhoca-cli.1 | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/.build_man2html/html/…
[View More]pyhoca-cli.1.html b/.build_man2html/html/pyhoca-cli.1.html
index 5be66f1e..e69cf0b8 100644
--- a/.build_man2html/html/pyhoca-cli.1.html
+++ b/.build_man2html/html/pyhoca-cli.1.html
@@ -88,8 +88,7 @@ List user's X2go sessions on server.
<DL COMPACT>
<DT><B>-P, --session-profile</B><DD>
-The name of the session profile to be used to make the connection. You can actually pass a komma-separated list of
-session profile names to this option.
+The name of the session profile to be used to make the connection.
<DT><B>-c, --command</B> <I><CMD></I> <DD>
Command to run with <B>--new</B> mode on server (default: xterm).
<DT><B>-u, --username</B> <I><USERNAME></I> <DD>
@@ -209,6 +208,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel@
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 19:46:55 GMT, May 22, 2011
+Time: 19:47:50 GMT, May 22, 2011
</BODY>
</HTML>
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index ecc769d4..d682810b 100644
--- a/man/pyhoca-cli.1
+++ b/man/pyhoca-cli.1
@@ -75,8 +75,7 @@ List user's X2go sessions on server.
.SH X2GO OPTIONS
.TP
\*(T<\fB\-P, \-\-session-profile\fR\*(T>
-The name of the session profile to be used to make the connection. You can actually pass a komma-separated list of
-session profile names to this option.
+The name of the session profile to be used to make the connection.
.TP
\*(T<\fB\-c, \-\-command\fR \fI<CMD>\fR\*(T>
Command to run with \fB\-\-new\fR mode on server (default: xterm).
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 1fe7fab3a0768fd8b178630ed21a3b91b2b98739
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Thu May 26 08:12:44 2011 +0200
version increment
---
debian/changelog | 6 ++++--
man/pyhoca-cli.1 | 4 ++--
pyhoca/cli/__init__.py | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/debian/…
[View More]changelog b/debian/changelog
index 3e44ab81..9ee39b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-pyhoca-cli (0.1.3.2-0~x2go2) unstable; urgency=low
+pyhoca-cli (0.1.3.3-0~x2go1) unstable; urgency=low
+ * new upstream version (0.1.3.3):
+ - adds man page in html format
* depending on new Python X2go version (0.1.0.0)
- -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Wed, 25 May 2011 20:00:05 +0200
+ -- Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> Thu, 26 May 2011 08:11:42 +0200
pyhoca-cli (0.1.3.2-0~x2go1) unstable; urgency=low
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index d682810b..10a21611 100644
--- a/man/pyhoca-cli.1
+++ b/man/pyhoca-cli.1
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
-.TH pyhoca-cli 1 "21 May 2011" "Version 0.1.3.x" "X2go Application"
+.TH pyhoca-cli 1 "26 May 2011" "Version 0.1.3.x" "X2go Application"
.SH NAME
pyhoca-cli \- X2go command line client written in Python
.SH SYNOPSIS
@@ -75,7 +75,7 @@ List user's X2go sessions on server.
.SH X2GO OPTIONS
.TP
\*(T<\fB\-P, \-\-session-profile\fR\*(T>
-The name of the session profile to be used to make the connection.
+The name of the session profile to be used to make the connection.B
.TP
\*(T<\fB\-c, \-\-command\fR \fI<CMD>\fR\*(T>
Command to run with \fB\-\-new\fR mode on server (default: xterm).
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 93bf241e..6dabef58 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-
+B
# Copyright (C) 2010 by Dick Kniep <m.gabriel(a)das-netzwerkteam.de>
#
# PyHoca CLI is free software; you can redistribute it and/or modify
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.3.2"
+__VERSION__ = "0.1.3.3"
from frontend import *
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 678d0db1f6ea3bc310765de4c0fb06dea420fb70
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun May 22 21:47:00 2011 +0200
updates html version of man page
---
.build_man2html/html/pyhoca-cli.1.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.build_man2html/html/pyhoca-cli.1.html b/.…
[View More]build_man2html/html/pyhoca-cli.1.html
index cfa52e0d..5be66f1e 100644
--- a/.build_man2html/html/pyhoca-cli.1.html
+++ b/.build_man2html/html/pyhoca-cli.1.html
@@ -87,8 +87,9 @@ List user's X2go sessions on server.
<H2>X2GO OPTIONS</H2>
<DL COMPACT>
-<DT><B>--config</B> <I><CONFIG_FILENAME></I> <DD>
-NOT IMPLEMENTED YET: X2goclient config file containing x2go client session settings (default: ~/.x2goclient/sessions).
+<DT><B>-P, --session-profile</B><DD>
+The name of the session profile to be used to make the connection. You can actually pass a komma-separated list of
+session profile names to this option.
<DT><B>-c, --command</B> <I><CMD></I> <DD>
Command to run with <B>--new</B> mode on server (default: xterm).
<DT><B>-u, --username</B> <I><USERNAME></I> <DD>
@@ -208,6 +209,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel@
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 18:55:01 GMT, May 22, 2011
+Time: 19:46:55 GMT, May 22, 2011
</BODY>
</HTML>
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 4b41d8254681d44df9787e551d1bbb71ac295925
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun May 22 21:45:52 2011 +0200
adds --session-profile option to man page
---
man/pyhoca-cli.1 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index 1e03a1d1..ecc769d4 …
[View More]100644
--- a/man/pyhoca-cli.1
+++ b/man/pyhoca-cli.1
@@ -73,9 +73,10 @@ Terminate running X2go session <SESSION_NAME> .
\*(T<\fB\-L, \-\-list-sessions\fR\*(T>
List user's X2go sessions on server.
.SH X2GO OPTIONS
-.TP
-\*(T<\fB\-\-config\fR \fI<CONFIG_FILENAME>\fR\*(T>
-NOT IMPLEMENTED YET: X2goclient config file containing x2go client session settings (default: ~/.x2goclient/sessions).
+.TP
+\*(T<\fB\-P, \-\-session-profile\fR\*(T>
+The name of the session profile to be used to make the connection. You can actually pass a komma-separated list of
+session profile names to this option.
.TP
\*(T<\fB\-c, \-\-command\fR \fI<CMD>\fR\*(T>
Command to run with \fB\-\-new\fR mode on server (default: xterm).
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 7d7b57ab315358f89999767d23f3dc50851303a7
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun May 22 20:57:44 2011 +0200
adds man2html build (so that we have readable man pages in Git)
---
.build_man2html/html/pyhoca-cli.1.html | 213 +++++++++++++++++++++++++++++++++
Makefile | 15 +++
…
[View More]debian/control | 1 +
debian/pyhoca-cli.docs | 3 +-
4 files changed, 231 insertions(+), 1 deletion(-)
diff --git a/.build_man2html/html/pyhoca-cli.1.html b/.build_man2html/html/pyhoca-cli.1.html
new file mode 100644
index 00000000..cfa52e0d
--- /dev/null
+++ b/.build_man2html/html/pyhoca-cli.1.html
@@ -0,0 +1,213 @@
+Content-type: text/html
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML><HEAD><TITLE>Man page of pyhoca-cli</TITLE>
+</HEAD><BODY>
+<H1>pyhoca-cli</H1>
+Section: X2go Application (1)<BR>Updated: 21 May 2011<BR><A HREF="#index">Index</A>
+<A HREF="../index.html">Return to Main Contents</A><HR>
+
+<A NAME="lbAB"> </A>
+<H2>NAME</H2>
+
+pyhoca-cli - X2go command line client written in Python
+<A NAME="lbAC"> </A>
+<H2>SYNOPSIS</H2>
+
+
+
+
+<B>pyhoca-cli</B>
+
+
+[
+<I>options</I>
+]
+
+
+
+<A NAME="lbAD"> </A>
+<H2>DESCRIPTION</H2>
+
+<B>pyhoca-cli</B> aims to be a cross-platform (Windows, Mac OS X, Linux) X2go command line client written
+in Python.
+<P>
+
+You can use it
+for scripting remote X2go sessions or simply starting, resuming or shadowing X2go sessions from
+the command line in a terminal.
+<P>
+
+It supports versatile
+command line options as well as parsing <B>x2goclient</B> configuration
+files.
+<P>
+
+See the included README and TODO for further information on <B>pyhoca-cli</B>.
+<A NAME="lbAE"> </A>
+<H2>COMMON OPTIONS</H2>
+
+<B>pyhoca-cli</B> accepts the following common options:
+<DL COMPACT>
+<DT><B>-h, --help</B> <DD>
+Display a help with all available command line options and exit.
+<DT><B>-V, --version</B> <DD>
+Output version information and exit.
+<DT><B>-d, --debug</B> <DD>
+Enable debugging output.
+<DT><B>--libdebug</B> <DD>
+Enable debugging code of the unterlying Python X2go module.
+<DT><B>--libdebug-sftpxfer</B> <DD>
+Enable debugging code of Python X2go's sFTP server code (very verbose, and it may even reveal promiscuous data).
+</DL>
+<A NAME="lbAF"> </A>
+<H2>SERVER</H2>
+
+<DL COMPACT>
+<DT><B>--server</B> <I><HOSTNAME_or_IP></I> <DD>
+If not in LDAP mode you always have to name the remote X2go server's hostname or IP address.
+</DL>
+<A NAME="lbAG"> </A>
+<H2>ACTIONS</H2>
+
+<B>pyhoca-cli</B> accepts exclusively one of the listed actions:
+<DL COMPACT>
+<DT><B>-N, --new</B> <DD>
+Start a new X2go session on server (default mode if no mode is explicitly specified).
+<DT><B>-R, --resume</B> <I><SESSION_NAME></I> <DD>
+Resume existing X2go session <SESSION_NAME> on server.
+<DT><B>-S, --suspend</B> <I><SESSION_NAME></I> <DD>
+Suspend running X2go session <SESSION_NAME>.
+<DT><B>-T, --terminate</B> <I><SESSION_NAME></I> <DD>
+Terminate running X2go session <SESSION_NAME> .
+<DT><B>-L, --list-sessions</B> <DD>
+List user's X2go sessions on server.
+</DL>
+<A NAME="lbAH"> </A>
+<H2>X2GO OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>--config</B> <I><CONFIG_FILENAME></I> <DD>
+NOT IMPLEMENTED YET: X2goclient config file containing x2go client session settings (default: ~/.x2goclient/sessions).
+<DT><B>-c, --command</B> <I><CMD></I> <DD>
+Command to run with <B>--new</B> mode on server (default: xterm).
+<DT><B>-u, --username</B> <I><USERNAME></I> <DD>
+Username for the session (default: currently logged in user).
+<DT><B>--password</B> <I><PASSWORD></I> <DD>
+User password for this session. If a matching private SSH key is available this one will be preferred for
+authentication. The cleartext password that has been specified at the command line will be masqueraded in
+the systems process list (Linux, MacOS). On Windows systems the usage of the --password option is forbidden.
+<DT><B>-p, --remote-ssh-port</B> <I><R_PORT></I> <DD>
+Remote X2go server's SSH port (default: 22).
+<DT><B>-k, --ssh-privkey</B> <I><SSH_PRIVKEY></I> <DD>
+Use file <SSH_PRIVKEY> as private key for SSH connections (default: ~/.ssh/id_rsa).
+<DT><B>--add-to-known-hosts</B> <DD>
+Add RSA/DSA host key to ~/.ssh/known_hosts if authenticity of server can't be established (default: not set).
+<DT><B>--sound</B> <I>{pulse|esd|none}</I> <DD>
+X2go server's sound system (default: 'pulse').
+<DT><B>-F, --share-local-folders</B> <I><folder1>[,<folder2>[,...]]</I> <DD>
+A comma separated list of local folders that shall be made available in the remote X2go session.
+<DT><B>--printing</B> <DD>
+Use X2go printing (default: disabled).
+<DT><B>--clean-sessions</B> <DD>
+Clean all of the user's suspended/running sessions before starting a new one on the named X2go server.
+<DT><B>--time-to-wait</B> <DD>
+Time to wait for session startup/resume (default: 8s). There should be no need to touch this, unless on very slow network connections.
+</DL>
+<A NAME="lbAI"> </A>
+<H2>LDAP OPTIONS</H2>
+
+LDAP support is planned to be added into <B>pyhoca-cli</B> in the near future. So stay tuned...
+<P>
+
+<A NAME="lbAJ"> </A>
+<H2>NX OPTIONS (Version 3) </H2>
+
+<DL COMPACT>
+<DT><B>-g, --geometry</B> <I>{<WIDTH>x<HEIGHT>|fullscreen}</I> <DD>
+Screen geometry (default: '800x600').
+<DT><B>-q, --link</B> <I>{modem|isdn|adsl|wan|lan}</I> <DD>
+link quality (default: 'adsl')
+<DT><B>-t, --session-type</B> <I>{desktop|application}</I> <DD>
+Session type (default: 'application'). Note: there are also some auto-detection
+feature for the session type built into the code.
+It might not always happen what you expect from setting this option.
+<DT><B>-p, --pack</B> <I><PACK_METHOD></I><DD>
+Compression method (see below for possible values).
+<DT><B>--kbd-layout</B> <I>{us|de|fr|...}</I><DD>
+Use keyboard layout (default: 'us').
+<DT><B>--kbd-type</B> <I>{pc105/us|pc105/de|...}</I><DD>
+Set Keyboard type (default 'pc105/us').
+</DL>
+<A NAME="lbAK"> </A>
+<H2>COMPATIBILITY OPTIONS</H2>
+
+<B>pyhoca-cli</B> aims at being fully compatible with all command line options and session config files of the X2go project's X2go command
+line client <B>x2goclient-cli</B> as well as the <B>x2goclient</B> GUI. This is still work in progress.
+To achieve this, some compatibility options have already
+been added:
+<DL COMPACT>
+<DT><B>--port</B> <I><R_PORT></I><DD>
+Compatibility option, synonymous to <B>--remote-ssh-port</B> <I><R_PORT></I>.
+<DT><B>--ssh-key</B> <I><SSH_PRIVKEY></I><DD>
+Compatibility option, synonymous to <B>--ssh-privkey</B> <I>SSH_KEY</I>.
+<DT><B>--use-sound</B> <I>{yes|no}</I><DD>
+Compatibility option, synonymous to <B>--sound</B> <I>{pulse|none}</I>.
+<DT><B>--client-ssh-port</B> <I><PORT></I> <DD>
+Compatibility option for the x2goclient GUI. PyHoca-Cli (resp. Python X2go) brings its own internal sFTP server. Thus, this option will be ignored.
+</DL>
+<A NAME="lbAL"> </A>
+<H2>NX COMPRESSION METHODS</H2>
+
+As NX compression methods (<B>--pack</B> option) the following values are possible. The % character must be replaced by a digit 0-9.
+<P>
+
+nopack, 8, 64, 256, 512, 4k, 32k, 64k, 256k, 2m, 16m
+256-rdp, 256-rdp-compressed, 32k-rdp, 32k-rdp-compressed, 64k-rdp
+64k-rdp-compressed, 16m-rdp, 16m-rdp-compressed
+rfb-hextile, rfb-tight, rfb-tight-compressed
+8-tight, 64-tight, 256-tight, 512-tight, 4k-tight, 32k-tight
+64k-tight, 256k-tight, 2m-tight, 16m-tight
+8-jpeg-%, 64-jpeg, 256-jpeg, 512-jpeg, 4k-jpeg, 32k-jpeg
+64k-jpeg, 256k-jpeg, 2m-jpeg, 16m-jpeg-%
+8-png-jpeg-%, 64-png-jpeg, 256-png-jpeg, 512-png-jpeg, 4k-png-jpeg
+32k-png-jpeg, 64k-png-jpeg, 256k-png-jpeg, 2m-png-jpeg, 16m-png-jpeg-%
+8-png-%, 64-png, 256-png, 512-png, 4k-png
+32k-png, 64k-png, 256k-png, 2m-png, 16m-png-%
+16m-rgb-%, 16m-rle-%
+<A NAME="lbAM"> </A>
+<H2>SEE ALSO</H2>
+
+<B>/usr/share/doc/python-x2go</B>
+<A NAME="lbAN"> </A>
+<H2>AUTHOR</H2>
+
+This manual has been written by for the X2go project (<A HREF="http://www.x2go.org)">http://www.x2go.org)</A> by
+<P>
+Mike Gabriel <<A HREF="mailto:mike.gabriel@das-netzwerkteam.de">mike.gabriel(a)das-netzwerkteam.de</A>>
+<P>
+
+<HR>
+<A NAME="index"> </A><H2>Index</H2>
+<DL>
+<DT><A HREF="#lbAB">NAME</A><DD>
+<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
+<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
+<DT><A HREF="#lbAE">COMMON OPTIONS</A><DD>
+<DT><A HREF="#lbAF">SERVER</A><DD>
+<DT><A HREF="#lbAG">ACTIONS</A><DD>
+<DT><A HREF="#lbAH">X2GO OPTIONS</A><DD>
+<DT><A HREF="#lbAI">LDAP OPTIONS</A><DD>
+<DT><A HREF="#lbAJ">NX OPTIONS (Version 3) </A><DD>
+<DT><A HREF="#lbAK">COMPATIBILITY OPTIONS</A><DD>
+<DT><A HREF="#lbAL">NX COMPRESSION METHODS</A><DD>
+<DT><A HREF="#lbAM">SEE ALSO</A><DD>
+<DT><A HREF="#lbAN">AUTHOR</A><DD>
+</DL>
+<HR>
+This document was created by
+<A HREF="/cgi-bin/man/man2html">man2html</A>,
+using the manual pages.<BR>
+Time: 18:55:01 GMT, May 22, 2011
+</BODY>
+</HTML>
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..226b6c86
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+man_pages = pyhoca-cli.1
+
+MAN2HTML = man2html
+SRC = man
+DEST = .build_man2html/html
+
+all: build
+
+build: $(man_pages)
+
+pyhoca-cli.1:
+ mkdir -p $(DEST)
+ $(MAN2HTML) -r $(SRC)/$@ > $(DEST)/$@.html
diff --git a/debian/control b/debian/control
index 795ec9af..020d2090 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Build-Depends:
debhelper (>= 7),
+ man2html,
python,
python-setuptools,
python-support,
diff --git a/debian/pyhoca-cli.docs b/debian/pyhoca-cli.docs
index 1d23e9b9..efae7f1a 100644
--- a/debian/pyhoca-cli.docs
+++ b/debian/pyhoca-cli.docs
@@ -1,2 +1,3 @@
README
-TODO
\ No newline at end of file
+TODO
+.build_man2html/html
\ No newline at end of file
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 0a74a708bf4a6da11723553aad11b9bd98d77e65
Author: Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Date: Sun May 22 00:19:05 2011 +0200
typo fix in man page
---
man/pyhoca-cli.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/pyhoca-cli.1 b/man/pyhoca-cli.1
index aae07341..1e03a1d1 100644
--- a/man/pyhoca-cli.1
+…
[View More]++ b/man/pyhoca-cli.1
@@ -128,7 +128,7 @@ feature for the session type built into the code.
It might not always happen what you expect from setting this option.
.TP
\*(T<\fB\-p, \-\-pack\fR \fI<PACK_METHOD>\fR\*(T>
-Compression methods (see below for possible values).
+Compression method (see below for possible values).
.TP
\*(T<\fB\-\-kbd\-layout\fR \fI{us|de|fr|...}\fR\*(T>
Use keyboard layout (default: 'us').
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
[View Less]