[gtk-vnc] Add description to the doap file



commit 1c731c6a5d3b972839a9e83542fc2976ad5df65e
Author: Daniel P. Berrangé <berrange redhat com>
Date:   Wed Mar 21 10:36:11 2018 +0000

    Add description to the doap file
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 gtk-vnc.doap |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gtk-vnc.doap b/gtk-vnc.doap
index 8efc96c..aacea55 100644
--- a/gtk-vnc.doap
+++ b/gtk-vnc.doap
@@ -6,6 +6,17 @@
 
   <name xml:lang="en">gtk-vnc</name>
   <shortdesc xml:lang="en">A VNC viewer widget for GTK+</shortdesc>
+  <description>gtk-vnc is a project providing client side APIs for the
+RFB protocol / VNC remote desktop technology.
+
+It is built using coroutines allowing it to be completely
+asynchronous while remaining single threaded. It provides
+two core C libraries, libgvnc for interacting with the core
+RFB protocol and libgtk-vnc for a GTK display widget.
+
+There is a traditional Python binding built on PyGTK, and
+evolving support for arbitrary languages via the GObject
+Introspection system.</description>
   <homepage rdf:resource="http://live.gnome.org/gtk-vnc/"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gtk-vnc/"; />
   <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gtk-vnc"; />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]