summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Kukkonen <jku@openedhand.com>2008-11-12 10:11:09 +0000
committerJussi Kukkonen <jku@openedhand.com>2008-11-12 10:11:09 +0000
commit99f1d00150b5d95760bdbfd2a3dbb1df92114ef0 (patch)
tree84f49c094ecaead2c1f78fc4782ab0dcd77f3512
parent750a4d49ef029782bf969e7add34a56cbbf5c282 (diff)
downloadgupnp-99f1d00150b5d95760bdbfd2a3dbb1df92114ef0.tar.gz
2008-11-12 Jussi Kukkonen <jku@linux.intel.com>
* doc/glossary.xml: * doc/overview.xml: Add DIDL-Lite and SSDP to glossary, mention upnp and dlna specs. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1357 d8cb91d7-bff9-0310-92b9-80b65e4482b2
-rw-r--r--ChangeLog7
-rw-r--r--doc/glossary.xml46
-rw-r--r--doc/overview.xml9
3 files changed, 57 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa2ef8..3d1ffff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-12 Jussi Kukkonen <jku@linux.intel.com>
+
+ * doc/glossary.xml:
+ * doc/overview.xml:
+
+ Add DIDL-Lite and SSDP to glossary, mention upnp and dlna specs.
+
2008-11-11 Jussi Kukkonen <jku@linux.intel.com>
* README.release:
diff --git a/doc/glossary.xml b/doc/glossary.xml
index 40cb2e5..f6b60db 100644
--- a/doc/glossary.xml
+++ b/doc/glossary.xml
@@ -60,6 +60,26 @@
</glossdef>
</glossentry>
+ <glossentry>
+ <glossterm>DIDL-Lite</glossterm>
+ <glosssee otherterm="didllite"/>
+ </glossentry>
+
+ <glossentry id="didllite"><glossterm>Digital Item Declaration Language - Lite</glossterm>
+ <acronym>DIDL-Lite</acronym>
+ <glossdef>
+ <para>
+ An XML schema used to represent digital content metadata. Defined by
+ the UPnP Forum.
+ </para>
+ </glossdef>
+ </glossentry>
+
+ <glossentry>
+ <glossterm>SCPD</glossterm>
+ <glosssee otherterm="scpd"/>
+ </glossentry>
+
<glossentry id="service"><glossterm>Service</glossterm>
<glossdef>
<para>
@@ -79,11 +99,6 @@
</glossdef>
</glossentry>
- <glossentry>
- <glossterm>SCPD</glossterm>
- <glosssee otherterm="scpd"/>
- </glossentry>
-
<glossentry id="scpd">
<glossterm>Service Control Protocol Document</glossterm>
<acronym>SCPD</acronym>
@@ -98,7 +113,28 @@
<glossseealso otherterm="state-variable"/>
</glossdef>
</glossentry>
+
+ <glossentry id="ssdp">
+ <glossterm>Simple Service Discovery Protocol</glossterm>
+ <acronym>SSDP</acronym>
+ <glossdef>
+ <para>
+ UPnP device discovery protocol. Specifies how <glossterm>Devices</glossterm>
+ advertise their <glossterm>Services</glossterm> in the network and also how
+ <glossterm>Control Points</glossterm> search for
+ services and devices respond.
+ </para>
+ <glossseealso otherterm="device"/>
+ <glossseealso otherterm="controlpoint"/>
+ <glossseealso otherterm="service"/>
+ </glossdef>
+ </glossentry>
+ <glossentry>
+ <glossterm>SSDP</glossterm>
+ <glosssee otherterm="ssdp"/>
+ </glossentry>
+
<glossentry id="state-variable"><glossterm>State Variable</glossterm>
<glossdef>
<para>
diff --git a/doc/overview.xml b/doc/overview.xml
index c0a2b7d..8f71427 100644
--- a/doc/overview.xml
+++ b/doc/overview.xml
@@ -22,4 +22,13 @@
linkend="service">Service</glossterm>, and <glossterm
linkend="controlpoint">Control Point</glossterm> in the glossary.
</para>
+ <para>
+ The canonical reference for UPnP is <citetitle>UPnP Device
+ Architecture</citetitle> by
+ <ulink url="http://www.upnp.org">UPnP Forum</ulink>. GUPnP also
+ follows the <citetitle>DLNA Networked Device Interoperability
+ Guidelines</citetitle> by <ulink url="">Digital Living Network alliance</ulink>
+ (to the extent that the guidelines are applicable to a UPnP protocol
+ implementation).
+ </para>
</chapter>