Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-05 | Revert "minify_html: Remove space after quoted attributes" | Benjamin Franzke | 1 | -1/+1 | |
This reverts commit 81938dc2c9ae29429d6d8c0b558623a71096f2da. As validator.w3.org throws the following error: No space between attributes. At line 2, column 4862 Box="0 0 55 55"id=checkmark><p Cause of this revert we're back at a 99% html minification score gtmetrix now. | |||||
2016-07-05 | minify_html: Remove space after quoted attributes | Benjamin Franzke | 1 | -1/+1 | |
2016-07-05 | Move css into root | Benjamin Franzke | 1 | -5/+5 | |
..allows to specify realtive font path's that are usable with and without compiling the css | |||||
2016-07-05 | Minify html | Benjamin Franzke | 1 | -3/+9 | |
2016-07-05 | Allow to use different resource caching schemes | Benjamin Franzke | 1 | -7/+13 | |
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 | Remove postcss from style.min.css dependency list | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Include Roboto downloaded from Google | Benjamin Franzke | 1 | -3/+3 | |
2016-07-04 | WIP: Inline css | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | make clean: clean html files | Benjamin Franzke | 1 | -0/+1 | |
2016-07-04 | html output: Remove namespaces from root | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Fix stray end tags in html output | Benjamin Franzke | 1 | -2/+4 | |
2016-07-04 | All html files depend on stylesheet changes (as they include the git hash) | Benjamin Franzke | 1 | -1/+1 | |
..so rebuild them when the stylesheet changes | |||||
2016-07-04 | Add a rule to generate html files from xhtml | Benjamin Franzke | 1 | -12/+16 | |
2016-07-04 | Makefile: Exclude the dot from the suffix variable | Benjamin Franzke | 1 | -3/+3 | |
2016-07-04 | wip | Benjamin Franzke | 1 | -1/+1 | |
2016-07-04 | Add git hash as query string to resources | Benjamin Franzke | 1 | -1/+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 | Remove about:legacy-compat from doctype | Benjamin Franzke | 1 | -0/+7 | |
..to make the html validator happy which warns with https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.angelika-franzke.de%2F Warning: skipping entity: [dtd] At line 2, column 44 :legacy-compat"><html xmlns="h | |||||
2016-07-03 | Optimize for html validator | Benjamin Franzke | 1 | -1/+1 | |
2016-07-03 | Use h1/h2 in content only (not in header) | Benjamin Franzke | 1 | -2/+6 | |
2016-07-03 | Postcss (for css3 variables) and minify our stylesshet | Benjamin Franzke | 1 | -2/+5 | |
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) | |||||
2012-01-03 | Remove unused services.xml and surrounding stuff | Benjamin Franzke | 1 | -13/+0 | |
2011-12-28 | Makefile: Remove old methods to retreive filenames from main.xml | Benjamin Franzke | 1 | -2/+0 | |
2011-12-27 | Parse filenames from main.xml in Makefile using xsl | Benjamin Franzke | 1 | -1/+2 | |
2011-12-27 | Makefile use a common_depend variable | Benjamin Franzke | 1 | -2/+4 | |
2011-08-24 | include news from buchhalterseite | Benjamin Franzke | 1 | -0/+13 | |
2011-08-24 | Makefile: Make suffix configurable | Benjamin Franzke | 1 | -6/+8 | |
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 | makefile: all files depend on main.xml | Benjamin Franzke | 1 | -2/+2 | |
2011-08-24 | Makefile: Add verbosity support (like in automake) | Benjamin Franzke | 1 | -3/+15 | |
2011-08-23 | Generate checkmark.png from checkmark.svg | Benjamin Franzke | 1 | -2/+6 | |
2011-08-23 | Add initial layout + pages | Benjamin Franzke | 1 | -0/+17 | |