summaryrefslogtreecommitdiff
path: root/dev.buetow.org/templates
diff options
context:
space:
mode:
Diffstat (limited to 'dev.buetow.org/templates')
-rw-r--r--dev.buetow.org/templates/plain.xml5
-rw-r--r--dev.buetow.org/templates/rss2.feed.xml16
-rw-r--r--dev.buetow.org/templates/xhtml.xml35
3 files changed, 0 insertions, 56 deletions
diff --git a/dev.buetow.org/templates/plain.xml b/dev.buetow.org/templates/plain.xml
deleted file mode 100644
index 7c3225e..0000000
--- a/dev.buetow.org/templates/plain.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<content type="text/plain">
- <noop>%%content%%</noop>
-</content>
diff --git a/dev.buetow.org/templates/rss2.feed.xml b/dev.buetow.org/templates/rss2.feed.xml
deleted file mode 100644
index 43e2c67..0000000
--- a/dev.buetow.org/templates/rss2.feed.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<content type="application/rss+xml">
- <tag>?xml version="1.0"?</tag>
- <rss version="2.0">
- <channel>
- <title>buetow.org Newsfeed</title>
- <link>http://%%host%%</link>
- <description>buetow.org - Paul Buetows Tech Newsfeed</description>
- <pubDate>$$!/bin/date$$</pubDate>
- <generator>Xerl Web Engine (http://xerl.buetow.org)</generator>
- <language>en</language>
- <noop>%%content%%</noop>
- </channel>
- </rss>
-</content>
diff --git a/dev.buetow.org/templates/xhtml.xml b/dev.buetow.org/templates/xhtml.xml
deleted file mode 100644
index b4caad8..0000000
--- a/dev.buetow.org/templates/xhtml.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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>
-