The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 32c541af677a17485c8c8f1b61152826ec03ed12 (commit) from c619050a92ec3938227e9ff638857ecaea4dad89 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: README | 39 +++++++++++++++++++++++++++++++++++++++ TODO | 23 +++++++++++++++++++++++ debian/control | 1 - 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 README create mode 100644 TODO The diff of changes is: diff --git a/README b/README new file mode 100644 index 0000000..1461a63 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ +pyhoca-gui - Copyright (C) 2010 by Dick Kniep <dick.kniep@lindix.nl> + Copyright (C) 2010 by Mike Gabriel <m.gabriel@das-netzwerkteam.de> + +Published under the terms of the GNU General Public License. +See http://www.gnu.org/licenses/gpl.html for a recent copy. + + +=== What is pyhoca-gui? === + +=== Requirements === + +* the python-x2go module needs to be installed (of course) +* the python-argparse module needs to be available +* a working version of nxproxy/nxproxy.exe somewhere on your system (if you have + installed x2goclient, everything should be fine) +* wxPython (>= 2.8) is needed for the graphical beauty of pyhoca-gui... + +=== Current features === + +* ??? + +=== How to use it === + +Please refer to the man page: + + man pyhoca-gui + +=== Known issues === + +Please refer to the TODO file that has been shipped with pyhoca-gui. + + +Thanks in advance for your feedback and contributions, + +Kiel (Germany) & LJ Almere Haven (Netherlands), 20101116 + + Dick Kniep <dick.kniep@lindix.nl> + Mike Gabriel <m.gabriel@das-netzwerkteam.de> + diff --git a/TODO b/TODO new file mode 100644 index 0000000..8d5ffb3 --- /dev/null +++ b/TODO @@ -0,0 +1,23 @@ +pyhoca-gui - Copyright (C) 2010 by Dick Kniep <dick.kniep@lindix.nl> + Copyright (C) 2010 by Mike Gabriel <m.gabriel@das-netzwerkteam.de> + +Published under the terms of the GNU General Public License. +See http://www.gnu.org/licenses/gpl.html for a recent copy. + + +=== pyhoca-gui TODOs === + +* ??? + + +=== pyhoca-gui Wishlist === + +* SOCKS client support + + +If you find any issues with this programme please let me know. + +Kiel (Germany) & LJ Almere Haven (Netherlands), 20101116 + + Dick Kniep <dick.kniep@lindix.nl> + Mike Gabriel <m.gabriel@das-netzwerkteam.de> diff --git a/debian/control b/debian/control index 07f1f3e..d3475ad 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Homepage: http://das-netzwerkteam.de/site/?q=node/71 XS-Python-Version: all Package: pyhoca-gui -Replaces: pyhoca-gui Architecture: all Depends: ${misc:Depends}, python, python-x2go (>=0.0.15-0~nwt1), python-argparse Description: An graphical X2go client written in (wx)Python hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).