yacy_search_server/htroot/HostBrowser.xml

32 lines
735 B
XML
Raw Normal View History

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