Prepare 0.14.6
[profile/ivi/GSSDP.git] / gssdp.doap
1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3          xmlns:foaf="http://xmlns.com/foaf/0.1/"
4          xmlns:gnome="http://api.gnome.org/doap-extensions#"
5          xmlns="http://usefulinc.com/ns/doap#">
6
7   <name xml:lang="en">GSSDP</name>
8   <shortdesc xml:lang="en">A GObject-based API for handling resource discovery and announcement over SSDP.</shortdesc>
9   <description>GUPnP is an object-oriented open source framework for creating UPnP devices and
10 control points, written in C using GObject and libsoup. The GUPnP API is
11 intended to be easy to use, efficient and flexible. GSSDP handles resource
12 discovery and announcement over SSDP for GUPnP.</description>
13
14   <homepage
15   rdf:resource="http://gupnp.org" />
16   <mailing-list
17   rdf:resource="http://mail.gnome.org/mailman/listinfo/gupnp-list" />
18   <download-page
19   rdf:resource="http://gupnp.org/download"/>
20   <bug-database
21   rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=GUPnP"/>
22
23   <maintainer>
24     <foaf:Person>
25       <foaf:name>Jens Georg</foaf:name>
26       <foaf:mbox rdf:resource="mailto:mail@jensge.org" />
27       <gnome:userid>jensgeorg</gnome:userid>
28     </foaf:Person>
29   </maintainer>
30   <maintainer>
31     <foaf:Person>
32       <foaf:name>Ross Burton</foaf:name>
33       <foaf:mbox rdf:resource="mailto:ross.burton@intel.com" />
34       <gnome:userid>rburton</gnome:userid>
35     </foaf:Person>
36   </maintainer>
37 </Project>