diff -r 000000000000 -r 76005e62091d homepage.en.yhtml2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/homepage.en.yhtml2 Mon Jul 11 23:15:28 2016 +0200 @@ -0,0 +1,24 @@ + + + +decl pageContent alias body { + a name=top; + include heading.en.yhtml2; + div id=entries + content; +}; + +decl page(*title, lang="en", xml:lang="en", xmlns="http://www.w3.org/1999/xhtml") alias html { + head { + title *title; + meta http-equiv="Content-Type", content="text/html;charset=UTF-8"; + link rel=stylesheet, type="text/css", href="format.css"; + } + + pageContent + content; +}; + +define operator "¬\s*(.*?)\s+(.*?)\s*¬" as a href="%1" > %2 +define operator "«(.*?)»" as code > %1 +define operator "ƒ(\S+)" as em > %1