This can e.g. be done by using the url http://localhost:8080/share/?format=xml git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2856 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
9e8942a064
commit
777e39cea0
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<share path="#[path]#">
|
||||
#{dirlist}#
|
||||
#(dir)#
|
||||
<file>
|
||||
<name>#[name]#</name>
|
||||
<date timestamp="#[timestamp]#">#[date]#</date>
|
||||
<size bytes="#[sizeBytes]#">#[size]#</size>
|
||||
<md5>#[md5s]#</md5>
|
||||
<comment>#(descriptionMode)##[text]#::#[text]##(/descriptionMode)#</comment>
|
||||
<yacyURL>#[yacyhURL]#</yacyURL>
|
||||
</file>
|
||||
::
|
||||
<directory>
|
||||
<name>#[name]#</name>
|
||||
<date timestamp="#[timestamp]#">#[date]#</date>
|
||||
</directory>
|
||||
#(/dir)#
|
||||
#{/dirlist}#
|
||||
</share>
|
Loading…
Reference in new issue