~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to lightdm.doap

  • Committer: robert.ancell at gmail
  • Date: 2010-04-29 11:08:26 UTC
  • Revision ID: robert.ancell@gmail.com-20100429110826-eef3w3c9hl80pxxy
Compiles and does something

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>