gitg/gitg.doap

48 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

<?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#">
2024-03-31 08:02:14 +00:00
<name xml:lang="en">Gitg</name>
2014-03-30 19:14:50 +00:00
<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>
2014-03-30 19:14:50 +00:00
<homepage rdf:resource="https://wiki.gnome.org/Apps/Gitg" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/gitg" />
<download-page rdf:resource="https://download.gnome.org/sources/gitg/" />
2018-10-07 07:13:14 +00:00
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gitg/issues" />
2014-07-31 16:45:45 +00:00
<programming-language>Vala</programming-language>
2018-10-07 07:10:07 +00:00
<maintainer>
<foaf:Person>
<foaf:name>Alberto Fanjul Alonso</foaf:name>
<foaf:mbox rdf:resource="mailto:albfan@gnome.org" />
<gnome:userid>albfan</gnome:userid>
</foaf:Person>
</maintainer>
<!--
<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" />
<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>
</Project>