]> git.proxmox.com Git - mirror_novnc.git/commit - utils/img2js.py
Add logo, favicon.
authorJoel Martin <github@martintribe.org>
Thu, 3 Feb 2011 17:04:32 +0000 (11:04 -0600)
committerJoel Martin <github@martintribe.org>
Thu, 3 Feb 2011 17:04:32 +0000 (11:04 -0600)
commit159ad55d03c453d091a3e67b4426eb541044f390
tree5be8f988a73de35dfcf41e3431e2924f03fac0d3
parent0f354fb682c54c856341d28642f510b3768bdfc0
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.
12 files changed:
LICENSE.txt
docs/TODO
favicon.ico [new symlink]
images/Logo.svg [new file with mode: 0644]
images/favicon.ico [new file with mode: 0644]
images/favicon.png [new file with mode: 0644]
images/full_512x512.png [new file with mode: 0644]
images/screen_640x435.png [new file with mode: 0644]
include/logo.js [new file with mode: 0644]
include/rfb.js
include/vnc.js
utils/img2js.py [new file with mode: 0755]