Import newer upstream.

This commit is contained in:
2023-09-25 16:54:03 -07:00
parent a8611b8b16
commit 098531073c
66 changed files with 13399 additions and 10203 deletions

View File

@ -14,13 +14,13 @@
<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>Title: Authors: The People That Made it Happen
Date: </xsl:text><xsl:value-of select="$today"/><xsl:text>
Modified: </xsl:text><xsl:value-of select="$today"/><xsl:text>
Author: generated from authors.xml.
## PIKA was originally written by:
## GIMP was originally written by:
</xsl:text>
<xsl:apply-templates select="dc:creator" />
@ -30,7 +30,7 @@ Author: generated from authors.xml.
</xsl:text>
<xsl:apply-templates select="dc:maintainer" />
<xsl:text>
## The following people have contributed code to PIKA:
## The following people have contributed code to GIMP:
*Contributing patches, fixes, plugins, extensions, scripts and other [improvements to the code](/develop/).*
@ -40,7 +40,7 @@ Author: generated from authors.xml.
</xsl:call-template>
<xsl:text>
## The following people have contributed art to PIKA:
## The following people have contributed art to GIMP:
*Contributing icons, cursors, brushes, gradients, patterns, etc.*
@ -50,7 +50,7 @@ Author: generated from authors.xml.
</xsl:call-template>
<xsl:text>
## The following people have helped to document PIKA:
## The following people have helped to document GIMP:
*Contributing [documentation](/docs/).*