From 22ed1ee6e63a496f1e56d8bd905542035d88ca2b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 12 Oct 2014 12:57:01 +0200 Subject: Extracted generation framework into StaticXSLT module * i.e. the `detail` transformations were moved into a BuildXSLT module * modified XML Makefile accordingly * removed framework documentation from `README.md` and added usage documentation * this was done to make it easier to use the basic static site generation framework in other projects ** the detail transformations were developed to enable the implementation of this blog but are generic enough to be used in other contexts --- detail/list.xsl | 49 ---------- detail/plan.xsl | 99 -------------------- detail/process.xsl | 250 --------------------------------------------------- detail/summarize.xsl | 75 ---------------- 4 files changed, 473 deletions(-) delete mode 100644 detail/list.xsl delete mode 100644 detail/plan.xsl delete mode 100644 detail/process.xsl delete mode 100644 detail/summarize.xsl (limited to 'detail') diff --git a/detail/list.xsl b/detail/list.xsl deleted file mode 100644 index c70a6bf..0000000 --- a/detail/list.xsl +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/detail/plan.xsl b/detail/plan.xsl deleted file mode 100644 index 653a9ca..0000000 --- a/detail/plan.xsl +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/detail/process.xsl b/detail/process.xsl deleted file mode 100644 index 7b596b6..0000000 --- a/detail/process.xsl +++ /dev/null @@ -1,250 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - success - - - error - - - - - - - - - - - - - - - - - - - - - diff --git a/detail/summarize.xsl b/detail/summarize.xsl deleted file mode 100644 index 0399507..0000000 --- a/detail/summarize.xsl +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - Error # - - : - - - - - Generation of " - - " failed. - - - - - - - - - Link from " - - " to " - - " failed. - - - Cleaning of " - - " failed. - - - - - - - - - - - - Tasks processed: - - - Tasks successful: - - - - ▶ Generation - - - successful - - - failed - - - . - - - - - -- cgit v1.2.3