mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-11-04 23:34:39 +00:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
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>
|
|
<description>gitg is a GitX clone for GNOME/gtk+. It aims at
|
|
being a small, fast and convenient tool to visualize git history and actions
|
|
that benefit from a graphical presentation.</description>
|
|
|
|
<homepage rdf:resource="https://live.gnome.org/Apps/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>
|
|
|