blob: 5be6b56717461e1de78a815b47b354143d55ce3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<?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>
|