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
|
Peter Mattis
|
||||||
|
|
||||||
|
|
||||||
|
The current maintainers are:
|
||||||
|
|
||||||
|
Sven Neumann
|
||||||
|
Michael Natterer
|
||||||
|
|
||||||
|
|
||||||
The following people have contributed code to GIMP:
|
The following people have contributed code to GIMP:
|
||||||
|
|
||||||
Lauri Alanko
|
Lauri Alanko
|
||||||
@@ -167,10 +173,8 @@ The following people have contributed code to GIMP:
|
|||||||
Yukihiro Nakai
|
Yukihiro Nakai
|
||||||
Shuji Narazaki
|
Shuji Narazaki
|
||||||
Felix Natter
|
Felix Natter
|
||||||
Michael Natterer
|
|
||||||
David Neary
|
David Neary
|
||||||
David Necas
|
David Necas
|
||||||
Sven Neumann
|
|
||||||
Andreas Neustifter
|
Andreas Neustifter
|
||||||
Stephen Robert Norris
|
Stephen Robert Norris
|
||||||
Tim Newsome
|
Tim Newsome
|
||||||
|
11
authors.xsl
11
authors.xsl
@@ -22,6 +22,12 @@ GIMP was originally written by:
|
|||||||
<xsl:apply-templates select="dc:creator" />
|
<xsl:apply-templates select="dc:creator" />
|
||||||
<xsl:text>
|
<xsl:text>
|
||||||
|
|
||||||
|
The current maintainers are:
|
||||||
|
|
||||||
|
</xsl:text>
|
||||||
|
<xsl:apply-templates select="dc:maintainer" />
|
||||||
|
<xsl:text>
|
||||||
|
|
||||||
The following people have contributed code to GIMP:
|
The following people have contributed code to GIMP:
|
||||||
|
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
@@ -52,6 +58,11 @@ The following people have helped to document GIMP:
|
|||||||
</xsl:text>
|
</xsl:text>
|
||||||
</xsl:template>
|
</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:template match="dc:contributor">
|
||||||
<xsl:text> </xsl:text><xsl:apply-templates /><xsl:text>
|
<xsl:text> </xsl:text><xsl:apply-templates /><xsl:text>
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
|
Reference in New Issue
Block a user