Commit 316fa6f5 authored by Joel Martin's avatar Joel Martin

Format, screenshot stub, README link.

parent 76dae0e2
...@@ -52,16 +52,24 @@ ...@@ -52,16 +52,24 @@
VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support. VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support.
</div> </div>
<h2>Dependencies</h2> <h2>Screenshot</h2>
<p>Coming soon</p>
<h2>Dependencies</h2>
<p>A browser with at least minimal canvas support (i.e. not IE 6, 7 or 8).</p> <p>A browser with at least minimal canvas support (i.e. not IE 6, 7 or 8).</p>
<h2>Install</h2> <h2>Install</h2>
<p>Run a vnc server, run the WebSockets proxy, load the page, and connect! See README for more details.</p> <p>Run a vnc server, run the WebSockets proxy, load the page, and connect! See the project <a href="http://github.com/kanaka/noVNC/blob/master/README.md">README</a> for more details.</p>
<h2>License</h2> <h2>License</h2>
<p>LGPL-3</p> <p>LGPL-3</p>
<h2>Authors</h2> <h2>Authors</h2>
<p>noVNC : Joel Martin (github@martintribe.org)<br/> </p> <ul>
<p>web-socket-js : Hiroshi Ichikawa (github.com/gimite/web-socket-js)<br/> </p> <li><strong>noVNC</strong> : Joel Martin (github@martintribe.org)</li>
<p>as3crypto : Henri Torgemane (code.google.com/p/as3crypto)<br/> </p> <li><strong>web-socket-js</strong> (included) : Hiroshi Ichikawa (github.com/gimite/web-socket-js)</li>
<li><strong>as3crypto</strong> (included) : Henri Torgemane (code.google.com/p/as3crypto)</li>
</ul>
<h2>Download</h2> <h2>Download</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment