aboutsummaryrefslogtreecommitdiff
path: root/src/steps/list.xsl
AgeCommit message (Collapse)Author
2014-12-07Replaced recursive call based directory listing with template applicationAdrian Kummerlaender
* using `apply-templates` with a call to `read-directory` as its `select` attribute is more straight forward * additionally it reduces code overhead and eliminates custom flow control ** i.e. its the superior way of traversing directories
2014-10-12Extracted the static site generation framework into BuildXSLT moduleAdrian Kummerlaender
* 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