git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3775 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
957a25afff
commit
92351c4dcb
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<posts>
|
||||
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#"/>
|
||||
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#" #(isExtended)#::private="#[private]#"#(/isExtended)#/>
|
||||
#{/posts}#
|
||||
</posts>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' standalone='yes'?>
|
||||
<posts>
|
||||
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#"/>
|
||||
#{posts}#<post href="#[url]#" description="#[title]#" extended="#[description]#" hash="#[md5]#" tag="#[tags]#" time="#[time]#" #(isExtended)#::private="#[private]#"#(/isExtended)#/>
|
||||
#{/posts}#
|
||||
</posts>
|
Loading…
Reference in new issue