From 490963c1550efffe046179ced9b39573185e3e1d Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sat, 11 Feb 2017 22:22:27 +0100
Subject: Initial implementation of a tree-like website generator based on
InputXSLT
The foundation was forked from `blog.kummerlaender.eu`. Currently generates arbitrarily nested markdown documents in addition to overview pages for branches in the tree. This includes resolution of branch node contents.
---
source/02_data/branches.xsl | 84 +++++++++++++++++++++++++++++++++++++++++++++
source/02_data/leaves.xsl | 34 ++++++++++++++++++
2 files changed, 118 insertions(+)
create mode 100644 source/02_data/branches.xsl
create mode 100644 source/02_data/leaves.xsl
(limited to 'source/02_data')
diff --git a/source/02_data/branches.xsl b/source/02_data/branches.xsl
new file mode 100644
index 0000000..ce661cc
--- /dev/null
+++ b/source/02_data/branches.xsl
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ /
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/02_data/leaves.xsl b/source/02_data/leaves.xsl
new file mode 100644
index 0000000..81ba8f3
--- /dev/null
+++ b/source/02_data/leaves.xsl
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ /
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3