diff options
author | dscho <dscho> | 2001-09-21 23:33:47 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-09-21 23:33:47 +0000 |
commit | febced55362321b1015fe23ca7d7b831c28acfcc (patch) | |
tree | 2b2d95725059e4d1ea0c38a68c095e685d338b3f /classes | |
parent | c880fd33ff71ca0b53eaf6bd9942f74be67fe4e4 (diff) | |
download | libtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.tar.gz libtdevnc-febced55362321b1015fe23ca7d7b831c28acfcc.zip |
http added, prepare for cursor
Diffstat (limited to 'classes')
-rw-r--r-- | classes/index.vnc | 16 | ||||
-rw-r--r-- | classes/vncviewer.jar | bin | 0 -> 31235 bytes |
2 files changed, 16 insertions, 0 deletions
diff --git a/classes/index.vnc b/classes/index.vnc new file mode 100644 index 0000000..5b78cf6 --- /dev/null +++ b/classes/index.vnc @@ -0,0 +1,16 @@ +<!-- index.vnc - default html page for Java VNC viewer applet. On any file + ending in .vnc, the HTTP server embedded in Xvnc will substitute the + following variables when preceded by a dollar: USER, DESKTOP, DISPLAY, + APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT. Use two dollar signs + ($$) to get a dollar sign in the generated html. --> + +<HTML> +<TITLE> +$USER's $DESKTOP desktop ($DISPLAY) +</TITLE> +<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar + WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> +<param name=PORT value=$PORT> +</APPLET> +<A href="http://www.tightvnc.com/">www.TightVNC.com</A> +</HTML> diff --git a/classes/vncviewer.jar b/classes/vncviewer.jar Binary files differnew file mode 100644 index 0000000..6ae627d --- /dev/null +++ b/classes/vncviewer.jar |