Import newer upstream.
This commit is contained in:
10
authors.xsl
10
authors.xsl
@ -13,10 +13,10 @@
|
||||
<xsl:apply-templates select="dc:contributor[contains(@role, $role)]" />
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="/dc:pika-authors">
|
||||
<xsl:template match="/dc:gimp-authors">
|
||||
<xsl:text> -- This file is generated from authors.xml, do not edit it directly. --
|
||||
|
||||
PIKA was originally written by:
|
||||
GIMP was originally written by:
|
||||
|
||||
</xsl:text>
|
||||
<xsl:apply-templates select="dc:creator" />
|
||||
@ -28,7 +28,7 @@ The current maintainers are:
|
||||
<xsl:apply-templates select="dc:maintainer" />
|
||||
<xsl:text>
|
||||
|
||||
The following people have contributed code to PIKA:
|
||||
The following people have contributed code to GIMP:
|
||||
|
||||
</xsl:text>
|
||||
<xsl:call-template name="contributor">
|
||||
@ -36,7 +36,7 @@ The following people have contributed code to PIKA:
|
||||
</xsl:call-template>
|
||||
<xsl:text>
|
||||
|
||||
The following people have contributed art to PIKA:
|
||||
The following people have contributed art to GIMP:
|
||||
|
||||
</xsl:text>
|
||||
<xsl:call-template name="contributor">
|
||||
@ -44,7 +44,7 @@ The following people have contributed art to PIKA:
|
||||
</xsl:call-template>
|
||||
<xsl:text>
|
||||
|
||||
The following people have helped to document PIKA:
|
||||
The following people have helped to document GIMP:
|
||||
|
||||
</xsl:text>
|
||||
<xsl:call-template name="contributor">
|
||||
|
||||
Reference in New Issue
Block a user