yacy_search_server/htroot/Blog.xml
auron_x 71228cfc56 *)added ip to Blog.xml
*)added possibility to import Blog.xml-files
*)included german translation for new Blog-features

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2178 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-06-05 18:47:31 +00:00

15 lines
357 B
XML

<?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>