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 /default/config.xml | |
| parent | fc0acd318710aa0bb566329a36d886b1455c21ec (diff) | |
add hosts
Diffstat (limited to 'default/config.xml')
| -rw-r--r-- | default/config.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/default/config.xml b/default/config.xml new file mode 100644 index 0000000..d076d15 --- /dev/null +++ b/default/config.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?> +<config> + <!-- Static variables are written like %%varname%% --> + <!-- Dynamic variables are written like $$varname$$ --> + <!-- 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> + <!-- Possible rules-params: --> + <!-- end=yes --> + <!-- start=yes --> + <!-- Possible special-vars: --> + <!-- @@text@@ = The content text of the current content-tag --> + <!-- @@paramname@@ = The value of the specified tag parameter --> + <xhtml> + <pagetitle>[h1]</pagetitle> + <textheader>[h2]</textheader> + <textsubheader>[h3]</textsubheader> + <news start="yes"></news> + <important>[div class="important"]</important> + <text>[p]</text> + <type>[span class="@@class@@"]</type> + <quote>[pre class="quote"]</quote> + <pretext>[p][pre]</pretext> + <link>[a href="@@text@@"]</link> + <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> + <cimglink start="yes">[center][a href="@@link@@"][img alt="@@title@@" title="@@title@@" src="@@href@@" /][/a][/center]</cimglink> + <rimg start="yes">[img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /]</rimg> + <rimglink start="yes">[a href="@@link@@"][img border="0" alt="@@title@@" title="@@title@@" class="rimg" src="@@href@@" align="right" /][/a]</rimglink> + <limg start="yes">[img border="0" alt="@@title@@" title="@@title@@" class="limg" src="@@href@@" align="left" /]</limg> + <newline start="yes">[br /]</newline> + <menu>[div class="menu"]</menu> + <menuitem>[a class="menuitem" href="@@link@@$$params$$"]</menuitem> + <activemenuitem>[a class="activemenuitem" href="@@link@@$$params$$"]</activemenuitem> + <enumeration>[ul]</enumeration> + <enumitem>[li]</enumitem> + <enumitemna>[li class="na"]</enumitemna> + <incsep>[div class="incsep"]</incsep> + <code>[pre class="code"]</code> + <javascript>[script type="text/javascript" language="JavaScript"]</javascript> + </xhtml> + <rss2.feed> + <textsubheader>[title]</textsubheader> + <news addfront="![CDATA[" addback="]]">[description]</news> + <text>[p]</text> + <link>[a href="@@text@@"]</link> + <namedlink>[a href="@@href@@"]</namedlink> + <namedlink end="yes">%%whitespace%%(@@href@@)</namedlink> + <incsep>[item]</incsep> + <enumeration>[ul]</enumeration> + <enumitem>[li]</enumitem> + <enumitemna>[li]</enumitemna> + <code>[pre]</code> + <quote></quote> + </rss2.feed> + </rules> +</config> |
