diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:47:07 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-07 14:47:07 +0200 |
| commit | 2b410702314b5db36b7e637cb2634282665744a6 (patch) | |
| tree | c1d01447daf39eb11a3ba4c014abce875185b4ab /dev.buetow.org/templates/xhtml.xml | |
| parent | 0fb842ac162015a4c1ed1e598f6c6cef012e0a5f (diff) | |
new dev site
Diffstat (limited to 'dev.buetow.org/templates/xhtml.xml')
| -rw-r--r-- | dev.buetow.org/templates/xhtml.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev.buetow.org/templates/xhtml.xml b/dev.buetow.org/templates/xhtml.xml new file mode 100644 index 0000000..b4caad8 --- /dev/null +++ b/dev.buetow.org/templates/xhtml.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<content type="text/html"> +<tag>!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</tag> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>%%title%%</title> + <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> + <meta name="author" content="Paul Buetow" /> + <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)" /> + <meta name="distribution" content="global" /> + <meta name="robots" content="index, follow" /> + <meta name="language" content="en, english" /> + <meta name="revisit-after" content="1 days" /> + <=link rel="alternate" type="application/rss+xml" title="buetow.org Newsfeed" href="http://rss.buetow.org" /> + <=link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$" /> + </head> + <body> + <div class="header"> + <type class="bold">A fortune quote: </type> + <type class="italic">$$!/usr/games/fortune -s$$</type> + </div> + <div class="main"> + <navigation /> + <noop>%%content%%</noop> + <div class="footer"> + <noop>Generated in !!TIME!!s</noop> + <noop>| Powered by </noop> + <namedlink href="http://xerl.buetow.org">Xerl</namedlink> + <noop>| Xerl templates managed via Puppet/Git</noop> + </div> + </div> + </body> +</html> +</content> + |
