blob: 209b53bd5bdcfee82c5d231eed4950d9ac1574a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<?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>
<documentsurl>?document=</documentsurl>
<imagesurl>%%documentsurl%%images/</imagesurl>
<stylesurl>%%documentsurl%%styles/</stylesurl>
<whitespace> </whitespace>
<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>
<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>
<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>
<hyperlink>[a href="@@text@@"]</hyperlink>
<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>
|