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/summarize.xsl | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 src/steps/summarize.xsl (limited to 'src/steps/summarize.xsl') diff --git a/src/steps/summarize.xsl b/src/steps/summarize.xsl new file mode 100644 index 0000000..0399507 --- /dev/null +++ b/src/steps/summarize.xsl @@ -0,0 +1,75 @@ + + + + + + + Error # + + : + + + + + Generation of " + + " failed. + + + + + + + + + Link from " + + " to " + + " failed. + + + Cleaning of " + + " failed. + + + + + + + + + + + + Tasks processed: + + + Tasks successful: + + + + ▶ Generation + + + successful + + + failed + + + . + + + + + -- cgit v1.2.3