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/list.xsl | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/steps/list.xsl (limited to 'src/steps/list.xsl') diff --git a/src/steps/list.xsl b/src/steps/list.xsl new file mode 100644 index 0000000..c70a6bf --- /dev/null +++ b/src/steps/list.xsl @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3