diff options
author | dscho <dscho> | 2004-09-14 08:30:59 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-09-14 08:30:59 +0000 |
commit | e383deccf9846abd964e18e5900ee690e4c01ca4 (patch) | |
tree | 1665d5a5ab50ce2895fcd8c5f63733eec44c72d9 | |
parent | b2bc0cdd69cedd8cdea091950d51c84e24fa5992 (diff) | |
download | libtdevnc-e383deccf9846abd964e18e5900ee690e4c01ca4.tar.gz libtdevnc-e383deccf9846abd964e18e5900ee690e4c01ca4.zip |
added success stories and link to x11vnc's home
-rw-r--r-- | index.html | 14 | ||||
-rw-r--r-- | success.html | 10 |
2 files changed, 22 insertions, 2 deletions
@@ -9,10 +9,17 @@ <br> - If you have problems updating with CVS, here is a <a href=LibVNCServer-0.7pre.tar.gz>preliminary version</a>. + If you have problems updating with CVS, here is a <a href=LibVNCServer-0.7pre.tar.gz>preliminary version</a>. If you are looking for more information + on Karl's wonderful x11vnc, either download it + <a href=http://sourceforge.net/project/showfiles.php?group_id=32584>here</a>, or + look at <a href=http://www.karlrunge.com/x11vnc/>x11vnc's homepage</a>. <p> <h2> News </h2> + <strong>2004/09/14</strong> Added + <a href=http://libvncserver.sourceforge.net/success.html> + Success stories</a>. +<p> <strong>2004/09/07</strong> The API was cleaned up. The structures and functions now have a prefix (mostly "rfb", sometimes "zrle" or "sra") in order not to clutter the namespace, while the structure's members don't need such a prefix. <p> <strong>2004/08/17</strong> I finally came around to fix mouse behaviour in QEMU's VNC frontend for Windows 98. Please find the patch <a href=qemu/>here</a>. If mouse behaves strangely, try to wiggle the pointer to a free spot on the desktop, hit Ctrl+Shift and release them. After that, the mouse should behave nicely. @@ -142,6 +149,9 @@ int main(int argc,char** argv) Unfortunately he used the example code from rfbcounter, which can encode only RRE, which is not a good compression. <p> + <a href=http://libvncserver.sourceforge.net/success.html>Other people</a> + have used this library as well. +<p> If you want to know about other of my projects, look at <a href=http://wrzx69.rz.uni-wuerzburg.de/~gene099/index.html>my homepage</a>. <hr> @@ -151,7 +161,7 @@ int main(int argc,char** argv) width="88" height="31" border="0" alt="SourceForge Logo"></A><br> <!-- Created: Thu Sep 27 12:27:41 MESZ 2001 --> <!-- hhmts start --> -Last modified: Sun Feb 09 06:27:38 MESZ 2003 +Last modified: Tue Sep 14 10:52:00 MESZ 2004 <!-- hhmts end --> </body> </html> diff --git a/success.html b/success.html index 788279b..79b04f6 100644 --- a/success.html +++ b/success.html @@ -3,6 +3,16 @@ <title>Success stories</title> </head> <body> +<ul> +<li> +<a href=http://www.karlrunge.com>Karl Runge</a> took my first version of +x11vnc, which was just a proof-of-concept that the library actually is +usable, and turned it into a <a href=http://www.karlrunge.com/x11vnc/> +fully fledged application</a>. +<li> +Tim Jansen created <a href=http://www.tjansen.de/krfb/>KRFB</a>, which is +x11vnc integrated into KDE. +<li> Jeff Mock of <a href=http://alfa.naic.edu>the world's largest radio telescope in Arecibo</a> sent me a nice <a href=http://libvncserver.sourceforge.net/alfa-vnc.gif>screenshot</a>, |