Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-23 | Revamped source tree traversion | Adrian Kummerlaender | |
* this was done to be able to implement directory symlinking * the generation process is now split into three transformations ** the actual work is performed by "list.xsl" and "traverse.xsl" respecitively ** "make.xsl" wraps these two transformations *** i.e. generation is now launched by executing "ixslt --transformation make.xsl" * checked background images into VCS | |||
2014-08-18 | Implemented basic cleaning and linking facilities | Adrian Kummerlaender | |
* e.g. removing the target directory before each regeneration and symlinking CSS files ** this will be extended to include ressource directories and so on * renamed "formatter.xsl" stylesheet to "helper.xsl" as it now includes various helper templates * finally checked the main CSS into the VCS |