mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-05 21:02:42 +02:00
Also put maintainers separately in AUTHORS
This commit is contained in:
8
AUTHORS
8
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
|
||||
|
11
authors.xsl
11
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>
|
||||
|
Reference in New Issue
Block a user