[gupnp] More concise description in DOAP file



commit 64a3123665d95d81d338325e35d6d013f38d4455
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Jun 7 16:26:32 2011 +0300

    More concise description in DOAP file

 gupnp.doap |   21 ++++++---------------
 1 files changed, 6 insertions(+), 15 deletions(-)
---
diff --git a/gupnp.doap b/gupnp.doap
index 48da3a2..df204d4 100644
--- a/gupnp.doap
+++ b/gupnp.doap
@@ -10,21 +10,12 @@
 control points, written in C using GObject and libsoup. The GUPnP API is
 intended to be easy to use, efficient and flexible.
 
-The GUPnP framework consists of the following two libraries:
-
-  * GSSDP implements resource discovery and announcement over SSDP.
-
-  * GUPnP implements the UPnP specification: resource announcement and
-    discovery, description, control, event notification, and presentation
-    (GUPnP includes basic web server functionality through libsoup). GUPnP does
-    not include helpers for construction or control of specific standardized
-    resources (e.g. MediaServer); this is left for higher level libraries
-    utilizing the GUPnP framework.
-
-The GUPnP framework was born out of frustration with libupnp and its mess of
-threads. GUPnP is entirely single-threaded (though asynchronous), integrates
-with the GLib main loop, and provides the same set of features as libupnp while
-hiding most of the UPnP internals through an elegant object-oriented design.</description>
+This is core UPnP library that implements the generic UPnP specification on top
+of GSSDP: resource announcement and discovery, description, control, event
+notification, and presentation (GUPnP includes basic web server functionality
+through libsoup). GUPnP does not include helpers for construction or control
+of specific standardized resources (e.g. MediaServer); this is left for higher
+level libraries utilizing the GUPnP framework.</description>
 
   <homepage
   rdf:resource="http://gupnp.org"; />



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