summaryrefslogtreecommitdiff
path: root/default/templates
diff options
context:
space:
mode:
authorPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 12:35:45 +0200
committerPaul Buetow (pluto.buetow.org) <paul@buetow.org>2013-09-15 12:35:45 +0200
commit32e575a30e53389d3ae96346b69ddc6a756c7a37 (patch)
treea3493e16eaf969d107e7593fa230be9d498b1374 /default/templates
parentaf5901c38897995ff81ed5b0df42e714a82571fe (diff)
s/link/hyperlink/
Diffstat (limited to 'default/templates')
-rw-r--r--default/templates/rss2.feed.xml2
-rw-r--r--default/templates/xhtml.xml55
2 files changed, 28 insertions, 29 deletions
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>