Add logo, favicon.

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.
This commit is contained in:
Joel Martin
2011-02-03 11:04:32 -06:00
parent 0f354fb682
commit 159ad55d03
12 changed files with 766 additions and 3 deletions

View File

@@ -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
@@ -24,8 +45,6 @@ Short Term:
Medium Term:
- VNC performance and regression playback suite.
- Viewport support
- Touchscreen testing/support.