2009-04-24 06:55:40 +00:00
|
|
|
<?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>
|
2014-01-06 13:15:49 +00:00
|
|
|
<description>gitg is a graphical user interface for git. It aims at being a small,
|
|
|
|
fast and convenient tool to visualize the history of git repositories.
|
|
|
|
Besides visualization, gitg also provides several utilities to manage your
|
|
|
|
repository and commit your work.</description>
|
2009-04-24 06:55:40 +00:00
|
|
|
|
2013-12-30 19:59:53 +00:00
|
|
|
<homepage rdf:resource="https://live.gnome.org/Apps/Gitg" />
|
2009-04-24 06:55:40 +00:00
|
|
|
<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>
|
2010-04-18 09:36:09 +00:00
|
|
|
<foaf:mbox rdf:resource="mailto:jessevdk@gnome.org" />
|
2009-04-24 06:55:40 +00:00
|
|
|
<gnome:userid>jessevdk</gnome:userid>
|
|
|
|
</foaf:Person>
|
|
|
|
</maintainer>
|
|
|
|
|
2014-01-05 21:08:33 +00:00
|
|
|
<maintainer>
|
|
|
|
<foaf:Person>
|
|
|
|
<foaf:name>Ignacio Casal Quinteiro</foaf:name>
|
|
|
|
<foaf:mbox rdf:resource="mailto:icq@gnome.org" />
|
|
|
|
<gnome:userid>icq</gnome:userid>
|
|
|
|
</foaf:Person>
|
|
|
|
</maintainer>
|
|
|
|
|
2009-04-24 06:55:40 +00:00
|
|
|
</Project>
|
|
|
|
|