summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
AgeCommit message (Collapse)AuthorFilesLines
2018-11-15Add meta descriptionBenjamin Franzke1-0/+1
2016-07-05Move css into rootBenjamin Franzke1-1/+1
..allows to specify realtive font path's that are usable with and without compiling the css
2016-07-05Minize whitespaceBenjamin Franzke1-4/+7
..but keep leading and trailing whitespace
2016-07-05Allow to use different resource caching schemesBenjamin Franzke1-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-04Fix the default style importBenjamin Franzke1-1/+1
2016-07-04WIP: Inline cssBenjamin Franzke1-1/+1
2016-07-04xsl/layout.xsl: Use xsl:text throughout the documentBenjamin Franzke1-0/+5
..to allow the xml write to inline the entire markup
2016-07-04Add git hash as query string to resourcesBenjamin Franzke1-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-03Postcss (for css3 variables) and minify our stylesshetBenjamin Franzke1-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-03Rework styling to be responsive and more "wide"Benjamin Franzke1-3/+4
2016-03-18Switch to a (x)html5 doctypeBenjamin Franzke1-4/+2
2012-01-03Remove googlemaps.xslBenjamin Franzke1-1/+0
Not used for now, maybe reverted later.
2012-01-03Remove svg.xslBenjamin Franzke1-1/+0
Using png directly. Browsers still suck to much at displaying svg directly.
2011-12-28xsl: Execlude web-tpl namespace from resultBenjamin Franzke1-0/+1
2011-12-27common.xsl: Use xhtml 1.0 strict instead of 1.1Benjamin Franzke1-2/+2
This is for xsltproc to trigger the xhtml output method.
2011-08-24Make suffix be a parameter to the stylesheet.Benjamin Franzke1-1/+1
Default to .xml for viewing xml files directly in browser. Set the parameter in Makefile for generated pages to .xhtml.
2011-08-24common.xsl: remove non-standard (xsl 1.0) attributesBenjamin Franzke1-2/+2
2011-08-24common: Make meda-type application/xhtml+xmlBenjamin Franzke1-1/+1
2011-08-23contact: Add a googlemapBenjamin Franzke1-0/+1
2011-08-23Add initial layout + pagesBenjamin Franzke1-0/+34