yacy_search_server/htroot/HostBrowser.xml
luccioman b51fd9467c Fixed unresolved pattern on directory entries in HostBrowser.xml api.
As described in mantis 725 (http://mantis.tokeek.de/view.php?id=725) the
HostBrowser.xml api directory entries had incorrect count attribute
value. 
This was because the HostBrowser html page and backing template servlet
evolved, but modifications were not reported on the xml api.
2017-01-31 09:20:19 +01:00

32 lines
735 B
XML

<?xml version="1.0"?>
<hostbrowser>
#(hosts)#::
<hosts>
#{list}#
<host name="#[host]#" count="#[count]#" />
#{/list}#
</hosts>
#(/hosts)#
#(files)#::
<files>
#(root)#<up>#[path]#</up>::<root />#(/root)#
#{list}#
#(type)#<file path="#[url]#" stored="#(stored)#false::true#(/stored)#" />::<dir path="#[url]#" stored="#[stored]#" linked="#[linked]#" pending="#[pending]#" excluded="#[excluded]#" failed="#[failed]#" />#(/type)#
#{/list}#
</files>
#(/files)#
#(outbound)#::
<outbound>
#{list}#
<host name="#[host]#" count="#[count]#" />
#{/list}#
</outbound>
#(/outbound)#
#(inbound)#::
<inbound>
#{list}#
<host name="#[host]#" count="#[count]#" />
#{/list}#
</inbound>
#(/inbound)#
</hostbrowser>