344
by Sergey V. Udaltsov
added doap file |
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">libgnomekbd</name> |
|
8 |
<shortdesc xml:lang="en">Keyboard management library</shortdesc> |
|
878.1.2
by Corentin Noël
doap: Add description field |
9 |
<description>Library to inspect keyboard layout, configuration and
|
10 |
state.</description>
|
|
344
by Sergey V. Udaltsov
added doap file |
11 |
<homepage rdf:resource="http://www.gnome.org/" /> |
811
by Olav Vitters
doap category core |
12 |
<category rdf:resource="http://api.gnome.org/doap-extensions#core" /> |
812
by Andre Klapper
doap: add <programming-language> |
13 |
<programming-language>C</programming-language> |
344
by Sergey V. Udaltsov
added doap file |
14 |
|
15 |
<maintainer>
|
|
16 |
<foaf:Person>
|
|
17 |
<foaf:name>Sergey Udaltsov</foaf:name> |
|
497
by Olav Vitters
Fix doap file |
18 |
<foaf:mbox rdf:resource="mailto:svu@gnome.org" /> |
344
by Sergey V. Udaltsov
added doap file |
19 |
<gnome:userid>svu</gnome:userid> |
20 |
</foaf:Person>
|
|
21 |
</maintainer>
|
|
878.1.1
by Corentin Noël
doap: Make myself maintainer |
22 |
<maintainer>
|
23 |
<foaf:Person>
|
|
24 |
<foaf:name>Corentin Noël</foaf:name> |
|
25 |
<foaf:mbox rdf:resource="mailto:corentin.noel@collabora.com" /> |
|
26 |
<gnome:userid>corentinnoel</gnome:userid> |
|
27 |
</foaf:Person>
|
|
28 |
</maintainer>
|
|
344
by Sergey V. Udaltsov
added doap file |
29 |
</Project>
|
30 |