aboutsummaryrefslogtreecommitdiff
path: root/detail
AgeCommit message (Collapse)Author
2014-10-12Extracted generation framework into StaticXSLT moduleAdrian Kummerlaender
* 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
2014-10-12Changed datasource stylesheet path from absolute to relativeAdrian Kummerlaender
* recent commits to both BuildXSLT and InputXSLT changed include entity handling to resolve against the stylesheet location
2014-09-06Simplified access to datasource in target resolutionAdrian Kummerlaender
2014-09-05Changed make and summarization output method to textAdrian Kummerlaender
* the summarization is generated as plain text and is the sole output of the make stylesheet ** i.e. the correct XSL output method is text, not xml
2014-09-04Removed square bracket syntax for includes in detail stylesheetsAdrian Kummerlaender
* a recent change to InputXSLT enables transformations passed to FunctionGenerate as DOM-trees to behave exactly as if they where located in the same directory as the calling transformation
2014-09-04Moved generation stage stylesheets into "detail" folderAdrian Kummerlaender
* they are read by FunctionReadFile to and passed to FunctionGenerate as a DOM tree to execute them as if they where located in the parent directory ** this is required so they behave as expected without requiring all paths to be absolute * this change was implemented to make it clear that "make.xsl" is the main generation stylesheet ** additionally this further separates the framework implementation from the site-specific stylesheets and contents