SoupSocket: Use the local socket, when available, even on client side.
[platform/upstream/libsoup.git] / libsoup.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">libsoup</name>
8   <shortdesc xml:lang="en">HTTP client/server library for GNOME</shortdesc>
9   <description>libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.</description>
10
11   <homepage rdf:resource="http://live.gnome.org/LibSoup" />
12   <download-page rdf:resource="http://download.gnome.org/sources/libsoup/"/>
13   <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libsoup"/>
14   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/libsoup-list"/>
15
16   <maintainer>
17     <foaf:Person>
18       <foaf:name>Dan Winship</foaf:name>
19       <foaf:mbox rdf:resource="mailto:danw@gnome.org" />
20       <gnome:userid>danw</gnome:userid>
21     </foaf:Person>
22   </maintainer>
23 </Project>