File: dconf-editor.doap

package info (click to toggle)
dconf-editor 49.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,904 kB
  • sloc: xml: 446; sh: 21; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,239 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-editor</name>
  <shortdesc xml:lang="en">dconf Editor</shortdesc>
  <description xml:lang="en">A graphical viewer and editor of applications internal settings</description>

  <homepage rdf:resource="https://wiki.gnome.org/Apps/DconfEditor"/>
  <download-page rdf:resource="https://download.gnome.org/sources/dconf-editor/"/>
  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/dconf-editor/issues/" />
  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />

  <programming-language>Vala</programming-language>

  <maintainer>
    <foaf:Person>
      <foaf:name>Dylan McCall</foaf:name>
      <foaf:mbox rdf:resource="mailto:dylan@dylanmccall.ca" />
      <gnome:userid>dylanmccall</gnome:userid>
    </foaf:Person>
  </maintainer>

  <developer>
    <foaf:Person>
      <foaf:name>Davi da Silva Böger</foaf:name>
      <foaf:mbox rdf:resource="mailto:dsboger@gmail.com" />
    </foaf:Person>
  </developer>

</Project>