diff options
| author | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-02-03 10:44:49 +0100 |
| commit | 025e15b2ba7f54f87cf409fd7c3dd77746c72858 (patch) | |
| tree | 007c5af4f921aa85665f4db56f6f4309668a5dab /arcade.buetow.org/templates/xhtml-piwik.xml | |
| parent | fc0acd318710aa0bb566329a36d886b1455c21ec (diff) | |
add hosts
Diffstat (limited to 'arcade.buetow.org/templates/xhtml-piwik.xml')
| -rw-r--r-- | arcade.buetow.org/templates/xhtml-piwik.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/arcade.buetow.org/templates/xhtml-piwik.xml b/arcade.buetow.org/templates/xhtml-piwik.xml new file mode 100644 index 0000000..cad0172 --- /dev/null +++ b/arcade.buetow.org/templates/xhtml-piwik.xml @@ -0,0 +1,48 @@ +<?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$$" /> + <script type="text/javascript"> + var pkBaseURL = (("https:" == document.location.protocol) ? "http://%%piwik%%/" : "http://%%piwik%%/"); + document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E")); + </script> + <script type="text/javascript"> + try { + var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1); + piwikTracker.trackPageView(); + piwikTracker.enableLinkTracking(); + } catch( err ) {} + </script> + <noscript> + <img src="http://web.buetow.org/stats/piwik.php?idsite=1" style="border:0" alt="" /> + </noscript> + </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>This website is part of the </noop> + <namedlink href="http://www.buetow.org">buetow.org</namedlink> + <noop> network!</noop> + </div> + </div> + </body> +</html> +</content> + |
