mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
71228cfc56
*)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
15 lines
357 B
XML
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> |