Skip to content

Commit

Permalink
Add logo, favicon.
Browse files Browse the repository at this point in the history
Thanks to Michael Sersen for creating images/Logo.svg.

- Add images directory with original SVG logo, favicon, and some
  derivative PNGs of the logo for different purpose.

- Note that license on images/* is CC BY-SA.

- Add utils/img2js.py to take an image and generate a base64 encoded
  data URI string.

- Add base64 encoded data URI screen logo to display in canvas when
  disconnected.
  • Loading branch information
kanaka committed Feb 3, 2011
1 parent 0f354fb commit 159ad55
Show file tree
Hide file tree
Showing 12 changed files with 766 additions and 3 deletions.
4 changes: 4 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ docs/LICENSE.LGPL-3) with the following exceptions:
include/web-socket-js/ : New BSD license. Source code at
http://github.com/gimite/web-socket-js

images/ : Creative Commons Attribution-ShareAlike
http://creativecommons.org/licenses/by-sa/3.0/
Uses of the work must be attributed
to the noVNC project.
23 changes: 21 additions & 2 deletions docs/TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
Short Term:

- VNC performance and regression playback suite.
- WebSockets
- expand latency test
- add absolute timers (every 500 packets)
- try 1 ms delay
- stop at 4000 packets
- small and large packets test

- JavaScript
- just base64 decode
- everything except Canvas

- Full test
- Without WebSockets
- With replay from python tester
- add higher-resolution multi test

- websockify test with echo and playback functionality
- choosen by client test page on connect


- Keyboard layout/internationalization support
- convert keyCode into proper charCode

Expand All @@ -24,8 +45,6 @@ Short Term:

Medium Term:

- VNC performance and regression playback suite.

- Viewport support

- Touchscreen testing/support.
1 change: 1 addition & 0 deletions favicon.ico
Loading

0 comments on commit 159ad55

Please sign in to comment.