diff options
Diffstat (limited to '')
-rw-r--r-- | authors.xsl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/authors.xsl b/authors.xsl index 74b5441..54b7b2b 100644 --- a/authors.xsl +++ b/authors.xsl @@ -24,6 +24,9 @@ This file is generated from authors.xml, do not edit it directly. +Coding +------ + The following people have contributed code to Tinyproxy: </xsl:text> @@ -32,6 +35,9 @@ The following people have contributed code to Tinyproxy: </xsl:call-template> <xsl:text> +Documentation +------------- + The following people have helped to document Tinyproxy: </xsl:text> @@ -42,7 +48,7 @@ The following people have helped to document Tinyproxy: </xsl:template> <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:template> |