1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<Project xmlns : rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2
3
xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#"
3
4
xmlns : foaf =" http://xmlns.com/foaf/0.1/"
4
5
xmlns : gnome =" http://api.gnome.org/doap-extensions#"
5
6
xmlns =" http://usefulinc.com/ns/doap#" >
6
7
7
- <name xml:lang="en">libxml++</name>
8
+ <!-- A .doap file (Description of a Project) is not necessary on GitHub.
9
+ It's retained in case libxml++ is ever moved back to gnome.org.
10
+ -->
11
+ <name xml : lang =" en" >libxmlplusplus</name >
8
12
<shortdesc xml : lang =" en" >C++ bindings for libxml2</shortdesc >
9
- <description>libxml++ is a C++ wrapper for the libxml2 XML parser library.
13
+ <description xml : lang =" en" >
14
+ libxmlplusplus (aka libxml++) is a C++ wrapper for the libxml2 XML parser library.
10
15
It has SAX and DOM-like APIs, but does not attempt to conform exactly to
11
- the DOM specification. Its API is simpler than the underlying libxml2 C API.</description>
16
+ the DOM specification. Its API is simpler than the underlying libxml2 C API.
17
+ </description >
12
18
<homepage rdf : resource =" https://libxmlplusplus.github.io/libxmlplusplus/" />
13
- <mailing-list rdf:resource="mailto:libxmlplusplus-list@ gnome.org" />
19
+ <developer-forum rdf : resource =" https://discourse. gnome.org/tag/cplusplus/ " />
14
20
<download-page rdf : resource =" https://download.gnome.org/sources/libxml++/" />
21
+ <download-page rdf : resource =" https://github.com/libxmlplusplus/libxmlplusplus/releases/" />
15
22
<bug-database rdf : resource =" https://github.com/libxmlplusplus/libxmlplusplus/issues" />
16
- <!-- Don't know which category to use. See https://mail.gnome.org/archives/desktop-devel-list/2014-August/msg00106.html
17
23
<category rdf : resource =" http://api.gnome.org/doap-extensions#bindings" />
18
- -->
19
24
<programming-language >C++</programming-language >
20
25
21
26
<maintainer >
@@ -27,9 +32,9 @@ the DOM specification. Its API is simpler than the underlying libxml2 C API.</de
27
32
</maintainer >
28
33
<maintainer >
29
34
<foaf : Person >
30
- <foaf:name>Christophe de Vienne </foaf:name>
31
- <foaf:mbox rdf:resource="mailto:cdevienn@src.gnome.org " />
32
- <gnome:userid>cdevienn </gnome:userid>
35
+ <foaf : name >Kjell Ahlstedt </foaf : name >
36
+ <foaf : mbox rdf : resource =" mailto:kjellahlstedt@gmail.com " />
37
+ <gnome : userid >kjellahl </gnome : userid >
33
38
</foaf : Person >
34
39
</maintainer >
35
40
</Project >
0 commit comments