diff options
Diffstat (limited to '')
-rw-r--r-- | src/authors.c | 4 | ||||
-rw-r--r-- | src/authors.xsl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/authors.c b/src/authors.c index 988a160..d793451 100644 --- a/src/authors.c +++ b/src/authors.c @@ -6,13 +6,17 @@ static const char * const authors[] = { "Andrew Stribblehill", + "Chris Lightfoot", "David Shanks", + "George Talusan", + "James E. Flemer", "Jeremy Hinegardner", "Kim Holviala", "Mathew Mrosko", "Matthew Dempsky", "Michael Adam", "Mukund Sivaraman", + "Petr Lampa", "Robert James Kaes", "Steven Young", NULL diff --git a/src/authors.xsl b/src/authors.xsl index 338bf15..1388b9a 100644 --- a/src/authors.xsl +++ b/src/authors.xsl @@ -15,7 +15,7 @@ <xsl:template name="recent-contributor"> <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 match="/dc:authors"> |