Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-05 | Move css into root | Benjamin Franzke | 1 | -1/+1 | |
..allows to specify realtive font path's that are usable with and without compiling the css | |||||
2016-07-05 | Minize whitespace | Benjamin Franzke | 1 | -4/+7 | |
..but keep leading and trailing whitespace | |||||
2016-07-05 | Allow to use different resource caching schemes | Benjamin Franzke | 1 | -0/+3 | |
On the deployment server we no use make versioned_jpg="'s/.*/.&.jpg/'" versioned_png="'s/.*/.&.png/'" to generate resource urls like image.f74d4ea.png | |||||
2016-07-04 | Fix the default style import | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | WIP: Inline css | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | xsl/layout.xsl: Use xsl:text throughout the document | Benjamin Franzke | 1 | -0/+5 | |
..to allow the xml write to inline the entire markup | |||||
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 1 | -0/+2 | |
..to be able to set an infinite cache for the browser, but to invalidate the resources for every git commit (That may be a waste of resources, but is "most safe" to ensure we get an up to date site) It has to be explicitly defined in the template. Occurences of the img-tag in the source files get the git hash automatically appended. | |||||
2016-07-03 | Postcss (for css3 variables) and minify our stylesshet | Benjamin Franzke | 1 | -0/+1 | |
We do need a css3 variable transformation for internet explorer. We do check in the minifed sourcecode into git. We don't want to have to install node_modules on our deployment server. Note that the *.xml files opened directly in the browser will not use the minified, but the original stylesheet (thus there's no need for a watcher script while development) | |||||
2016-07-03 | Rework styling to be responsive and more "wide" | Benjamin Franzke | 1 | -3/+4 | |
2016-03-18 | Switch to a (x)html5 doctype | Benjamin Franzke | 1 | -4/+2 | |
2012-01-03 | Remove googlemaps.xsl | Benjamin Franzke | 1 | -1/+0 | |
Not used for now, maybe reverted later. | |||||
2012-01-03 | Remove svg.xsl | Benjamin Franzke | 1 | -1/+0 | |
Using png directly. Browsers still suck to much at displaying svg directly. | |||||
2011-12-28 | xsl: Execlude web-tpl namespace from result | Benjamin Franzke | 1 | -0/+1 | |
2011-12-27 | common.xsl: Use xhtml 1.0 strict instead of 1.1 | Benjamin Franzke | 1 | -2/+2 | |
This is for xsltproc to trigger the xhtml output method. | |||||
2011-08-24 | Make suffix be a parameter to the stylesheet. | Benjamin Franzke | 1 | -1/+1 | |
Default to .xml for viewing xml files directly in browser. Set the parameter in Makefile for generated pages to .xhtml. | |||||
2011-08-24 | common.xsl: remove non-standard (xsl 1.0) attributes | Benjamin Franzke | 1 | -2/+2 | |
2011-08-24 | common: Make meda-type application/xhtml+xml | Benjamin Franzke | 1 | -1/+1 | |
2011-08-23 | contact: Add a googlemap | Benjamin Franzke | 1 | -0/+1 | |
2011-08-23 | Add initial layout + pages | Benjamin Franzke | 1 | -0/+34 | |