From bd072c48f380aaf25756c72e2d2ed2474ae9e96d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 12 Oct 2014 12:42:11 +0200 Subject: Extracted the static site generation framework into BuildXSLT module * i.e. the `detail` transformation chain of [blog.kummerlaender.eu](https://github.com/KnairdA/blog.kummerlaender.eu/) * added module defintion file `StaticXSLT.xml` * revamped documentation accordingly * added MIT license --- src/steps/process.xsl | 250 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 src/steps/process.xsl (limited to 'src/steps/process.xsl') diff --git a/src/steps/process.xsl b/src/steps/process.xsl new file mode 100644 index 0000000..7b596b6 --- /dev/null +++ b/src/steps/process.xsl @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + success + + + error + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3