Re: Maintainership
- From: Łukasz Jernaś <deejay1 srem org>
- To: Javier Jardón <javierjc1982 gmail com>
- Cc: giggle-list gnome org
- Subject: Re: Maintainership
- Date: Thu, 21 Jan 2010 20:21:27 +0100
2010/1/21 Javier Jardón <javierjc1982 gmail com>:
> 2010/1/21 Mathias Hasselmann <mathias hasselmann gmx de>:
>> Hi,
>
> Hello Mathias,
>
>> Obviously work and family consume way to much of my time.
>> As a result zillions of bugfixes and patches are stalled and rotting.
>> I don't expect my situation soon, so please go ahead: Move the
>> repository to git.gnome.org or Gitorious and make it rock.
>
> First of all, thank you for your work in giggle, I (we) really like this app.
I second that! Thank you Mathias!
> I just created a new repo in git.gnome.org: [1] :)
Javier, could you add the attached patch to it? Feel free to fix your
gnome username as it was just a guess by me
Regards,
--
Łukasz
From 6cfb9e46ebc729a4be731c71e8b035e7e1471474 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= <deejay1 srem org>
Date: Thu, 21 Jan 2010 20:18:42 +0100
Subject: [PATCH] Added DOAP file with project information.
---
giggle.doap | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 giggle.doap
diff --git a/giggle.doap b/giggle.doap
new file mode 100644
index 0000000..33f439d
--- /dev/null
+++ b/giggle.doap
@@ -0,0 +1,19 @@
+<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">Giggle</name>
+ <shortdesc xml:lang="en">Git repository viewer</shortdesc>
+ <shortdesc xml:lang="pl">Przeglądarka repozytoriów git</shortdesc>
+ <homepage rdf:resource="http://live.gnome.org/giggle" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/giggle-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Javier Jardón</foaf:name>
+ <gnome:userid>jjardon</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
--
1.6.5
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]