Browse Source

Rename HTML5-VNC to noVNC.

Joel Martin 15 years ago
parent
commit
71d2426a8e
4 changed files with 8 additions and 8 deletions
  1. 2 2
      LICENSE.txt
  2. 4 4
      README.md
  3. 1 1
      docs/links
  4. 1 1
      vnc.js

+ 2 - 2
LICENSE.txt

@@ -1,5 +1,5 @@
-HTML5-VNC is licensed under the Affero GPL version 3 (see
-LICENSE.AGPL-3) with the following exceptions:
+noVNC is licensed under the Affero GPL version 3 (see LICENSE.AGPL-3)
+with the following exceptions:
 
     include/as3crypto_patched/ : various BSD style licenses
 

+ 4 - 4
README.md

@@ -1,12 +1,12 @@
-VNC HTML5 Client
-================
+noVNC: HTML5 VNC Client
+======================
 
 
 Description
 -----------
 
-A VNC client implemented using HTML5, specifically Canvas and
-WebSocket (supports 'wss://' encryption).
+noVNC is a VNC client implemented using HTML5 technologies,
+specifically Canvas and WebSocket (supports 'wss://' encryption).
 
 For browsers that do not have builtin WebSocket support, the project
 includes web-socket-js, a WebSocket emulator using Adobe Flash

+ 1 - 1
docs/links

@@ -25,7 +25,7 @@ Related projects:
     
     guacamole: http://guacamole.sourceforge.net/
 
-        - HTML5 client, but Java servlet does pre-processing
+        - Web client, but Java servlet does pre-processing
 
     jsvnc: http://code.google.com/p/jsvnc/
 

+ 1 - 1
vnc.js

@@ -1,5 +1,5 @@
 /*
- * HTML5 VNC client
+ * noVNC: HTML5 VNC client
  *
  * Licensed under AGPL-3 (see LICENSE.AGPL-3)
  *