yacy_search_server/htroot/IndexBrowser_p.xml
Michael Peter Christen c0d9a3e9a7 turned HostBrowser into a admin-only page, now called IndexBrowser
This was required because spiders and bots crawled through this page and
created load on the peer without use for the user or the YaCy network.
2020-12-11 00:50:52 +01:00

32 lines
737 B
XML

<?xml version="1.0"?>
<indexbrowser>
#(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)#
</indexbrowser>