summaryrefslogtreecommitdiff
path: root/xsl/img.xsl
AgeCommit message (Collapse)AuthorFilesLines
2016-07-05cleanupBenjamin Franzke1-2/+1
2016-07-05Allow to use different resource caching schemesBenjamin Franzke1-3/+48
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-04Add git hash as query string to resourcesBenjamin Franzke1-0/+23
..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.