From ee1786edd7972f9ff55fc8abb90a6d981d66998e Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Fri, 24 Oct 2014 18:59:25 +0200
Subject: Added timeline ATOM feed and removed XHTML target * moved repository
feeds to `repository` directory * replaced paginated XHTML timeline target
with and ATOM feed ** removed `paginated_timeline.xsl` transformation
including the `04_meta` level ** removed CSS and master stylesheets * added
title, url and commit count meta data to `meta.xml` * expanded ATOM feed URLs
* timeline feed has an upper limit of `commit_count` items ** repository
feeds have the same limit because only `commit_count` commits of every
repository are fetched in the first place
---
source/02_augment/commits.xsl | 59 +++++++++++++++++++++++++++++++++
source/02_augment/formatted_commits.xsl | 59 ---------------------------------
2 files changed, 59 insertions(+), 59 deletions(-)
create mode 100644 source/02_augment/commits.xsl
delete mode 100644 source/02_augment/formatted_commits.xsl
(limited to 'source/02_augment')
diff --git a/source/02_augment/commits.xsl b/source/02_augment/commits.xsl
new file mode 100644
index 0000000..27f9bcd
--- /dev/null
+++ b/source/02_augment/commits.xsl
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ markdown
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/02_augment/formatted_commits.xsl b/source/02_augment/formatted_commits.xsl
deleted file mode 100644
index fed8c94..0000000
--- a/source/02_augment/formatted_commits.xsl
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- markdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.2.3