This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 3a3751e1272aa8981b8eb86a3bd942597712e272 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:28:45 2014 +0200 Update README file. --- README | 17 ++++++++++------- debian/changelog | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README b/README index ed14126..ec7acfd 100644 --- a/README +++ b/README @@ -8,20 +8,20 @@ See http://www.gnu.org/licenses/agpl.html for a recent copy. The Python X2Go module integrates X2Go client support into your python programmes. Python X2Go is used in the headless X2Go client »pyhoca-cli« and by the tiny systray GUI -application »pyhoca-gui« +applet »pyhoca-gui« Python X2Go takes advantages of the NX Proxy by NoMachine published under GPL. On Windows and MacOS X systems you have to make sure that you have installed a current NX Proxy executable somewhere on your system. It probably will be sufficient to have -the X2Go project's x2goclient package installed on your client machine. +the X2Go project's X2Go Client application installed on your client machine. -On Debian / Ubuntu systems there is a nxproxy package available within the distribution. +On Debian / Ubuntu systems there is an nxproxy package available within the distribution. Python X2Go defaults to using the distro nxproxy binary. Python X2Go was originally inspired by work of Jörg Sawatzki <joerg.sawatzki@web.de>. Unfortunately, Jörg had to give up work on his ideas due to licensing issues with his contractor. To make his ideas furthermore available to the OSS community this complete -rewrite of Jörgs ideas has been called into life. +rewrite of Jörg's ideas has been called into life. In case you have the opinion that parts of the presented code are not as much a rewrite as they should be, may I ask you to contact me directly and in person. I am sure, things can @@ -32,8 +32,8 @@ and wholeheartedness concerning this inner process. === Requirements === * X2Go Server - - you need a working X2Go server to connect to. In order to use shadowing make sure - you have at least X2Go Server (>= 4.1.0.0) installed + - you need a working X2Go server to connect to. In order to use shadowing or mTelePlayer + make sure you have at least X2Go Server (>= 4.1.0.0) installed * on the client system you will need - the python-gevent library (for details refer to: http://www.gevent.org/) - the python-paramiko library (SSH implementation in Python, http://www.lag.net/paramiko/) @@ -66,6 +66,9 @@ and wholeheartedness concerning this inner process. * X2Go desktop sharing support * X2Go published applications support * Session window re-titling for desktop and shared desktop sessions +* X2Go Session Brokerage (HTTP or HTTPS) +* Telekinesis Client support included (required for multimedia support inside + the X2Go session using mTelePlayer as media player) === Installation === @@ -131,6 +134,6 @@ check if your issues have already been solved in the HEAD of python-x2go code. For now, bugs can be reported via mail to mike.gabriel@das-netzwerkteam.de -light+love, 20120529 +light+love, 20142010 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index bf0bf46..0273933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-x2go (0.5.0.1-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.1): - Update TODO file. + - Update README file. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 22:24:21 +0200 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git