summaryrefslogtreecommitdiff
path: root/dconf.doap
blob: 6b6a1d894a38b54340945659af9139b88a36d37d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>

<Project xmlns="http://usefulinc.com/ns/doap#"
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:gnome="http://api.gnome.org/doap-extensions#">

  <name xml:lang="en">dconf</name>
  <shortdesc xml:lang="en">Configuration database system</shortdesc>
  <description xml:lang="en">dconf is a simple key/value storage system ideal for storing user preferences</description>
  <homepage rdf:resource="https://wiki.gnome.org/Projects/dconf"/>
  <download-page rdf:resource="http://download.gnome.org/sources/dconf/"/>
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/dconf/issues/"/>
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
  <programming-language>C</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Ryan Lortie</foaf:name>
      <foaf:mbox rdf:resource="mailto:desrt@desrt.ca"/>
      <gnome:userid>desrt</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Daniel Playfair Cal</foaf:name>
      <foaf:mbox rdf:resource="mailto:daniel.playfair.cal@gmail.com"/>
      <gnome:userid>danielplayfaircal</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Marek Kašík</foaf:name>
      <foaf:mbox rdf:resource="mailto:mkasik@redhat.com"/>
      <gnome:userid>mkasik</gnome:userid>
    </foaf:Person>
  </maintainer>

  <maintainer>
    <foaf:Person>
      <foaf:name>Philip Withnall</foaf:name>
      <foaf:mbox rdf:resource="mailto:philip@tecnocode.co.uk"/>
      <foaf:mbox rdf:resource="mailto:withnall@endlessm.com"/>
      <gnome:userid>pwithnall</gnome:userid>
    </foaf:Person>
  </maintainer>

</Project>