summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/index.vnc16
-rw-r--r--classes/vncviewer.jarbin0 -> 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
new file mode 100644
index 0000000..6ae627d
--- /dev/null
+++ b/classes/vncviewer.jar
Binary files differ