From f7064414add544fc751df92c5f74bd30e54df4f9 Mon Sep 17 00:00:00 2001 From: Tim Jansen Date: Wed, 5 Jun 2002 00:11:54 +0000 Subject: [PATCH] Updated README and added a few new TODOs svn path=/trunk/kdenetwork/krfb/; revision=159407 --- README | 14 ++++++-------- TODO | 7 +++++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README b/README index 9b542cab..5fe9635d 100644 --- a/README +++ b/README @@ -1,21 +1,19 @@ -KRfb -==== +KDE Desktop Sharing (krfb) +========================== -KRfb is a small server for the RFB protocol, better known as VNC. Unlike most -other Unix/Linux RFB servers, KRfb allows you to share your X11 session -instead of creating a new X11 session. +KDE Desktop Sharing (krfb) is a small server for the RFB protocol, better +known as VNC. Unlike most other Unix/Linux RFB servers, KRfb allows you to +share your X11 session instead of creating a new X11 session. It was originally based on x0rfbserver (ttp://www.hexonet.de/software/x0rfbserver/), but there is not much code of x0rfbserver left. Since version 0.6 it uses libvncserver (http://libvncserver.sf.net) as backend. -For the latest information about KRfb visit http://www.tjansen.de/krfb - Guide to documentation: -INSTALL - Very short installation instructions ROADMAP - KRfb roadmap, progress and future features TODO - unscheduled things to be done +INSTALL - Very short installation instructions NOTES - reasons for various decisions DCOP-INTERFACE - short documentation of the DCOP interface diff --git a/TODO b/TODO index 1c6890b4..81793486 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,11 @@ +- cut&paste support + Todo (unscheduled features): - attach .vnc file to invitations? - SLP support (or UPnP, or whatever KDE will use) - NAT traversal support (MIDCOM stun/turn, UPnP) +- better cursor encodings +- SSL/TLS support? +- better authentication mechanisms? - look into adding an extension to xfree to improve speed (get noticed of screen updates) - -