diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-04-05 08:51:13 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-04-05 08:51:13 +0200 |
commit | 817f6e658d0cec41088692e2424d5d7b1a20a333 (patch) | |
tree | 2ed763a082d03bb2cbd26370b493ae3bd7b42649 /webclients | |
parent | 3351ba69a47b35e32f3c972b25c7ef01e84cea10 (diff) | |
download | libvncserver-817f6e658d0cec41088692e2424d5d7b1a20a333.zip libvncserver-817f6e658d0cec41088692e2424d5d7b1a20a333.tar.gz |
Update sourceforge links to point to github.
Diffstat (limited to 'webclients')
-rw-r--r-- | webclients/novnc/README.md | 4 | ||||
-rw-r--r-- | webclients/novnc/vnc.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/webclients/novnc/README.md b/webclients/novnc/README.md index 8bfeb31..9c14e7d 100644 --- a/webclients/novnc/README.md +++ b/webclients/novnc/README.md @@ -10,7 +10,7 @@ Notable commits, announcements and news are posted to @<a href="http://www.twitter.com/noVNC">noVNC</a> There are many companies/projects that have integrated noVNC into -their products including: [Ganeti Web Manager](http://code.osuosl.org/projects/ganeti-webmgr), [Archipel](http://archipelproject.org), [openQRM](http://www.openqrm.com/), [OpenNode](http://www.opennodecloud.com/), [OpenStack](http://www.openstack.org), [Broadway (HTML5 GDK/GTK+ backend)](http://blogs.gnome.org/alexl/2011/03/15/gtk-html-backend-update/), [OpenNebula](http://opennebula.org/), [CloudSigma](http://www.cloudsigma.com/), [Zentyal (formerly eBox)](http://www.zentyal.org/), [SlapOS](http://www.slapos.org), [Intel MeshCentral](https://meshcentral.com), [Amahi](http://amahi.org), [Brightbox](http://brightbox.com/), [Foreman](http://theforeman.org), [LibVNCServer](http://libvncserver.sourceforge.net) and [PocketVNC](http://www.pocketvnc.com/blog/?page_id=866). See [this wiki page](https://github.com/kanaka/noVNC/wiki/ProjectsCompanies-using-noVNC) for more info and links. +their products including: [Ganeti Web Manager](http://code.osuosl.org/projects/ganeti-webmgr), [Archipel](http://archipelproject.org), [openQRM](http://www.openqrm.com/), [OpenNode](http://www.opennodecloud.com/), [OpenStack](http://www.openstack.org), [Broadway (HTML5 GDK/GTK+ backend)](http://blogs.gnome.org/alexl/2011/03/15/gtk-html-backend-update/), [OpenNebula](http://opennebula.org/), [CloudSigma](http://www.cloudsigma.com/), [Zentyal (formerly eBox)](http://www.zentyal.org/), [SlapOS](http://www.slapos.org), [Intel MeshCentral](https://meshcentral.com), [Amahi](http://amahi.org), [Brightbox](http://brightbox.com/), [Foreman](http://theforeman.org), [LibVNCServer](http://libvnc.github.io/) and [PocketVNC](http://www.pocketvnc.com/blog/?page_id=866). See [this wiki page](https://github.com/kanaka/noVNC/wiki/ProjectsCompanies-using-noVNC) for more info and links. ### Features @@ -56,7 +56,7 @@ See more screenshots <a href="http://kanaka.github.com/noVNC/screenshots.html">h ### Server Requirements Unless you are using a VNC server with support for WebSockets -connections (such as [x11vnc/libvncserver](http://libvncserver.sourceforge.net/) or +connections (such as [x11vnc/libvncserver](http://libvnc.github.io/) or [PocketVNC](http://www.pocketvnc.com/blog/?page_id=866)), you need to use a WebSockets to TCP socket proxy. There is a python proxy included ('websockify'). diff --git a/webclients/novnc/vnc.html b/webclients/novnc/vnc.html index 1b886a4..eb73c92 100644 --- a/webclients/novnc/vnc.html +++ b/webclients/novnc/vnc.html @@ -105,7 +105,7 @@ <div id="noVNC_description" style="display:none;" class=""> noVNC is a browser based VNC client implemented using HTML5 Canvas and WebSockets. You will either need a VNC server with WebSockets - support (such as <a href="http://libvncserver.sourceforge.net/">libvncserver</a>) + support (such as <a href="http://libvnc.gtihub.io">libvncserver</a>) or you will need to use <a href="https://github.com/kanaka/websockify">websockify</a> to bridge between your browser and VNC server. See the noVNC |