diff --git a/vnc.html b/vnc.html index c577068d..4c721717 100644 --- a/vnc.html +++ b/vnc.html @@ -1,84 +1,12 @@ - VNC Client + + VNC Client + + - - Host:   - Port:   - Password:   - Encrypt:   -   -

- -
Loading
- - Canvas not supported. - - -

- VNC Clipboard: -
- +
Loading
- - - - - - - - - - - - diff --git a/vnc.js b/vnc.js index 372b485f..93dabc4f 100644 --- a/vnc.js +++ b/vnc.js @@ -1,3 +1,107 @@ +/* + * HTML5 VNC client. To use, include this script and define a div with + * id of 'vnc'. For example: + * + * + *
Loading
+ * + * + * This script defines the following globals: + * VNC_scripts, VNC_native_ws, FBU, RFB, + * RQ, RQ_reorder, RQ_seq_num, SQ + */ + + +/* + * Load supporting scripts + */ + +VNC_scripts = ""; + +// Uncomment to activate firebug lite +//VNC_scripts += "