mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-03-12 13:21:12 -04:00
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.
32 lines
737 B
XML
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> |