blob: de3dc53a16ef3f573600180129e08bf3ccf42c07 (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<?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 HAS BEEN DISABLED</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 -->
<html5>
<pagetitle>[h1]</pagetitle>
<textheader>[h2]</textheader>
<textsubheader>[h3]</textsubheader>
<important>[div class="important"]</important>
<information>[div class="information"]</information>
<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"]</javascript>
</html5>
<xhtml>
<pagetitle>[h1]</pagetitle>
<textheader>[h2]</textheader>
<textsubheader>[h3]</textsubheader>
<news start="yes"/>
<important>[div class="important"]</important>
<information>[div class="information"]</information>
<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/>
</rss2.feed>
</rules>
</config>
|