diff options
Diffstat (limited to 'default/templates')
| -rw-r--r-- | default/templates/plain.xml | 5 | ||||
| -rw-r--r-- | default/templates/rss2.feed.xml | 7 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 61 |
3 files changed, 35 insertions, 38 deletions
diff --git a/default/templates/plain.xml b/default/templates/plain.xml index 7c3225e..efa11e4 100644 --- a/default/templates/plain.xml +++ b/default/templates/plain.xml @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - -<content type="text/plain"> - <noop>%%content%%</noop> +<content type="text/plain"> + <noop>%%content%%</noop> </content> diff --git a/default/templates/rss2.feed.xml b/default/templates/rss2.feed.xml index f17da9c..009b310 100644 --- a/default/templates/rss2.feed.xml +++ b/default/templates/rss2.feed.xml @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="ISO-8859-1"?> - -<content type="application/rss+xml"> +<content type="application/rss+xml"> <tag>?xml version="1.0"?</tag> <rss version="2.0"> <channel> <title>buetow.org Newsfeed</title> <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> + <pubDate>$$!/bin/date$$</pubDate> + <generator>Xerl Web Engine (http://xerl.buetow.org)</generator> <language>en</language> <noop>%%content%%</noop> </channel> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index e514fa2..ef0a787 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -1,34 +1,33 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<?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="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> + <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="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> - </body> -</html> + <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> - |
