From c3c2a4f161ab168debb64ed8a99dc1e4e3403364 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Oct 2014 19:56:55 +0200 Subject: Added basic repository ATOM feeds * feed contains all commits of the respective repository which are included in the timeline view ** i.e. currently up to 20 * this transformation is based on the one used to generate the blog article feed * the goal of this project is to generate various feeds to be included into [my blog](https://github.com/KnairdA/blog.kummerlaender.eu/) --- source/99_result/feed/atom.xsl | 81 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 source/99_result/feed/atom.xsl diff --git a/source/99_result/feed/atom.xsl b/source/99_result/feed/atom.xsl new file mode 100644 index 0000000..e59a3a6 --- /dev/null +++ b/source/99_result/feed/atom.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="$title"/> + + + + T + + :00+02:00 + + + + + + + + + + + + + <xsl:value-of select="message/h1"/> + + + + + + + +
+ +
+
+ + + T + + :00+02:00 + +
+
+ +
-- cgit v1.2.3