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 --- make.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'make.xml') diff --git a/make.xml b/make.xml index 177189b..89637dc 100644 --- a/make.xml +++ b/make.xml @@ -1,4 +1,4 @@ - + @@ -7,10 +7,5 @@ - - detail/list.xsl - detail/plan.xsl - detail/process.xsl - detail/summarize.xsl - + [StaticXSLT.xml] -- cgit v1.2.3