List all authors when license is requested
(Not just recent authors.)
This commit is contained in:
parent
e11a01f0b1
commit
b08420ec13
@ -6,13 +6,17 @@
|
|||||||
static const char * const authors[] =
|
static const char * const authors[] =
|
||||||
{
|
{
|
||||||
"Andrew Stribblehill",
|
"Andrew Stribblehill",
|
||||||
|
"Chris Lightfoot",
|
||||||
"David Shanks",
|
"David Shanks",
|
||||||
|
"George Talusan",
|
||||||
|
"James E. Flemer",
|
||||||
"Jeremy Hinegardner",
|
"Jeremy Hinegardner",
|
||||||
"Kim Holviala",
|
"Kim Holviala",
|
||||||
"Mathew Mrosko",
|
"Mathew Mrosko",
|
||||||
"Matthew Dempsky",
|
"Matthew Dempsky",
|
||||||
"Michael Adam",
|
"Michael Adam",
|
||||||
"Mukund Sivaraman",
|
"Mukund Sivaraman",
|
||||||
|
"Petr Lampa",
|
||||||
"Robert James Kaes",
|
"Robert James Kaes",
|
||||||
"Steven Young",
|
"Steven Young",
|
||||||
NULL
|
NULL
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<xsl:template name="recent-contributor">
|
<xsl:template name="recent-contributor">
|
||||||
<xsl:param name="role" />
|
<xsl:param name="role" />
|
||||||
<xsl:apply-templates select="dc:contributor[contains(@role, $role) and number(@last-active) > 1.6]" />
|
<xsl:apply-templates select="dc:contributor[contains(@role, $role)]" />
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="/dc:authors">
|
<xsl:template match="/dc:authors">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user