gitg/gitg.doap
2010-04-18 11:36:09 +02:00

25 lines
973 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">gitg</name>
<shortdesc xml:lang="en">git repository viewer for gtk+/GNOME</shortdesc>
<homepage rdf:resource="http://trac.novowork.com/gitg" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gitg-list" />
<download-page rdf:resource="http://download.gnome.org/sources/gitg/" />
<bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gitg" />
<maintainer>
<foaf:Person>
<foaf:name>Jesse van den Kieboom</foaf:name>
<foaf:mbox rdf:resource="mailto:jessevdk@gnome.org" />
<gnome:userid>jessevdk</gnome:userid>
</foaf:Person>
</maintainer>
</Project>