summaryrefslogtreecommitdiff
path: root/htroot/Blog.xml
blob: 56d758918daf6ce1ad90239f1000bdbd51d16a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<blog>
	#(mode)#
	#{entries}#
	<item>
		<id>#[pageid]#</id>
		<timestamp>#[timestamp]#</timestamp>
		<ip>#[ip]#</ip>
		<author><![CDATA[#[author]#]]></author>
		<subject><![CDATA[#[subject]#]]></subject>
		<content><![CDATA[#[page]#]]></content>
	</item>
	#{/entries}#
	#(/mode)#
</blog>