~lightdm-team/lightdm/1.4

1 by robert.ancell at gmail
Compiles and does something
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">lightdm</name>
8
  <shortdesc xml:lang="en">X Display Manager</shortdesc>
9
  <homepage rdf:resource="https://launchpad.net/lightdm" />
10
  <download-page rdf:resource="http://people.ubuntu.com/~robert-ancell/lightdm/" />
11
  <bug-database rdf:resource="https://bugs.launchpad.net/lightdm" />
12
  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
13
14
  <maintainer>
15
    <foaf:Person>
16
      <foaf:name>Robert Ancell</foaf:name>
17
      <foaf:mbox rdf:resource="mailto:robert.ancell@gmail.com" />
18
      <gnome:userid>rancell</gnome:userid>
19
    </foaf:Person>
20
  </maintainer>
21
</Project>