From a37c7453f46a08d9831a7705464edaafa28e81ef Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 27 Oct 2014 19:38:41 +0100 Subject: Changed timeline transformation to generate a valid ATOM feed * `id` has to contain a valid URL ** i.e. it now contains the same value as `link/@href` * `author` was missing --- source/99_result/timeline.xsl | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/source/99_result/timeline.xsl b/source/99_result/timeline.xsl index 2e89082..1900a14 100644 --- a/source/99_result/timeline.xsl +++ b/source/99_result/timeline.xsl @@ -41,23 +41,28 @@ - + <xsl:value-of select="$commit/title"/> - -
- -
-
+ + + + + T :00+02:00 + +
+ +
+
-- cgit v1.2.3