File: dconf.doap

package info (click to toggle)
dconf 0.49.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,212 kB
  • sloc: ansic: 10,570; xml: 497; python: 488; sh: 79; makefile: 10
file content (34 lines) | stat: -rw-r--r-- 1,341 bytes parent folder | download
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
<?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>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>