summaryrefslogtreecommitdiff
path: root/default
diff options
context:
space:
mode:
Diffstat (limited to 'default')
-rw-r--r--default/config.xml6
-rw-r--r--default/templates/rss2.feed.xml2
-rw-r--r--default/templates/xhtml.xml55
3 files changed, 30 insertions, 33 deletions
diff --git a/default/config.xml b/default/config.xml
index d076d15..209b53b 100644
--- a/default/config.xml
+++ b/default/config.xml
@@ -5,12 +5,10 @@
<!-- Special variables for XML-ing are written like @@varname@@ -->
<variables>
<title>%%host%% - %%site%%</title>
- <piwik>web.buetow.org/stats</piwik>
<documentsurl>?document=</documentsurl>
<imagesurl>%%documentsurl%%images/</imagesurl>
<stylesurl>%%documentsurl%%styles/</stylesurl>
<whitespace> </whitespace>
- <analytics>A-5916832-1</analytics>
<pubftp>ftp://ftp.buetow.org/pub</pubftp>
</variables>
<rules>
@@ -30,7 +28,7 @@
<type>[span class="@@class@@"]</type>
<quote>[pre class="quote"]</quote>
<pretext>[p][pre]</pretext>
- <link>[a href="@@text@@"]</link>
+ <hyperlink>[a href="@@text@@"]</hyperlink>
<namedlink>[a href="@@href@@"]</namedlink>
<picture>[a href="@@href@@"][img align="center" border="1" alt="@@desc@@" title="@@desc@@" src="@@src@@"]</picture>
<cimg start="yes">[img border="0" alt="@@title@@" title="@@title@@" src="@@href@@" /]</cimg>
@@ -53,7 +51,7 @@
<textsubheader>[title]</textsubheader>
<news addfront="![CDATA[" addback="]]">[description]</news>
<text>[p]</text>
- <link>[a href="@@text@@"]</link>
+ <hyperlink>[a href="@@text@@"]</hyperlink>
<namedlink>[a href="@@href@@"]</namedlink>
<namedlink end="yes">%%whitespace%%(@@href@@)</namedlink>
<incsep>[item]</incsep>
diff --git a/default/templates/rss2.feed.xml b/default/templates/rss2.feed.xml
index 43e2c67..f17da9c 100644
--- a/default/templates/rss2.feed.xml
+++ b/default/templates/rss2.feed.xml
@@ -5,7 +5,7 @@
<rss version="2.0">
<channel>
<title>buetow.org Newsfeed</title>
- <link>http://%%host%%</link>
+ <hyperlink>http://%%host%%</hyperlink>
<description>buetow.org - Paul Buetows Tech Newsfeed</description>
<pubDate>$$!/bin/date$$</pubDate>
<generator>Xerl Web Engine (http://xerl.buetow.org)</generator>
diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml
index b4caad8..e514fa2 100644
--- a/default/templates/xhtml.xml
+++ b/default/templates/xhtml.xml
@@ -2,34 +2,33 @@
<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>
+ <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="7 days" />
+ <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>