[gimp] Also put maintainers separately in AUTHORS
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Also put maintainers separately in AUTHORS
- Date: Thu, 27 Jan 2011 21:02:43 +0000 (UTC)
commit 6463d2a8c5aa100e180bb81660855aadf9b82df0
Author: Martin Nordholts <martinn src gnome org>
Date: Thu Jan 27 22:03:41 2011 +0100
Also put maintainers separately in AUTHORS
AUTHORS | 8 ++++++--
authors.xsl | 11 +++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index bce54ac..0015b34 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,6 +6,12 @@ GIMP was originally written by:
Peter Mattis
+The current maintainers are:
+
+ Sven Neumann
+ Michael Natterer
+
+
The following people have contributed code to GIMP:
Lauri Alanko
@@ -167,10 +173,8 @@ The following people have contributed code to GIMP:
Yukihiro Nakai
Shuji Narazaki
Felix Natter
- Michael Natterer
David Neary
David Necas
- Sven Neumann
Andreas Neustifter
Stephen Robert Norris
Tim Newsome
diff --git a/authors.xsl b/authors.xsl
index fea7487..462a2cd 100644
--- a/authors.xsl
+++ b/authors.xsl
@@ -22,6 +22,12 @@ GIMP was originally written by:
<xsl:apply-templates select="dc:creator" />
<xsl:text>
+The current maintainers are:
+
+</xsl:text>
+ <xsl:apply-templates select="dc:maintainer" />
+ <xsl:text>
+
The following people have contributed code to GIMP:
</xsl:text>
@@ -52,6 +58,11 @@ The following people have helped to document GIMP:
</xsl:text>
</xsl:template>
+ <xsl:template match="dc:maintainer">
+ <xsl:text> </xsl:text><xsl:apply-templates /><xsl:text>
+</xsl:text>
+ </xsl:template>
+
<xsl:template match="dc:contributor">
<xsl:text> </xsl:text><xsl:apply-templates /><xsl:text>
</xsl:text>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]