1<!-- Used by GNOME repository -->
2<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4         xmlns:foaf="http://xmlns.com/foaf/0.1/"
5         xmlns:gnome="http://api.gnome.org/doap-extensions#"
6         xmlns="http://usefulinc.com/ns/doap#">
7
8  <name xml:lang="en">librep</name>
9  <shortdesc xml:lang="en">An Extensible, Lightweight, Embeddable Lisp Dialect</shortdesc>
10  <homepage rdf:resource="http://sawfish.wikia.com/" />
11  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/sawfish-list" />
12
13  <maintainer>
14    <foaf:Person>
15      <foaf:name>Christopher Bratusek</foaf:name>
16      <foaf:mbox rdf:resource="mailto:zanghar@freenet.de" />
17      <gnome:userid>chrisb</gnome:userid>
18    </foaf:Person>
19  </maintainer>
20</Project>
21