diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-10-04 18:26:48 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-10-04 18:26:48 +0200 |
commit | edbd5ab8d4512a7adb089f3e4791e54523748253 (patch) | |
tree | b6dc74ec651e5a5173fe8d26d67392b35888c65d /classes/index.vnc | |
parent | bffd9ee33bd141f5c75304b1430d2ea2725239b3 (diff) | |
download | libtdevnc-edbd5ab8d4512a7adb089f3e4791e54523748253.tar.gz libtdevnc-edbd5ab8d4512a7adb089f3e4791e54523748253.zip |
Add noVNC HTML5 client connect possibility to our http server.
Pure JavaScript, no Java plugin required anymore! (But a recent browser...)
Diffstat (limited to 'classes/index.vnc')
-rw-r--r-- | classes/index.vnc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/classes/index.vnc b/classes/index.vnc index 63b2f56..6997693 100644 --- a/classes/index.vnc +++ b/classes/index.vnc @@ -13,6 +13,12 @@ $USER's $DESKTOP desktop ($DISPLAY) <param name=PORT value=$PORT> <param name="Open New Window" value=yes> </APPLET> -<BR> -<A href="http://www.tightvnc.com/">www.TightVNC.com</A> +<br/> +<br/> +If the above Java applet does not work, you can also try the new JavaScript-only <a href="http://novnc.com"<noVNC</a> viewer. You will need a HTML5-capable browser though. +<a href="novnc/vnc_auto.html?host=$HOST&port=$PORT&true_color=1">Click here to connect using noVNC.</a> +<br/> +<br/> +<br/> +<A href="http://libvncserver.sf.net/">LibVNCServer/libVNCClient Homepage</A> </HTML> |