summaryrefslogtreecommitdiff
path: root/htroot/Network.xml
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-07 19:19:42 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-04-07 19:19:42 +0000
commit248077d3f0da329e3524709d8f080972851a8eaa (patch)
tree368bc5fe907bb7793d5f0297769fc276c4275a02 /htroot/Network.xml
initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
-rw-r--r--htroot/Network.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml
new file mode 100644
index 000000000..f0ba26308
--- /dev/null
+++ b/htroot/Network.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0"?>
+#(table)#
+::
+::
+<peers>
+ <active>
+ <count>#[active-count]#</count>
+ <links>#[active-links]#</links>
+ <words>#[active-words]#</words>
+ </active>
+ <passive>
+ <count>#[passive-count]#</count>
+ <links>#[passive-links]#</links>
+ <words>#[passive-words]#</words>
+ </passive>
+ <potential>
+ <count>#[potential-count]#</count>
+ <links>#[potential-links]#</links>
+ <words>#[potential-words]#</words>
+ </potential>
+ <all>
+ <count>#[all-count]#</count>
+ <links>#[all-links]#</links>
+ <words>#[all-words]#</words>
+ </all>
+ <your>
+ <name>#[my-name]#</name>
+ <type>#(my-type)#virgin::junior::senior::principal#(/my-type)#</type>
+ <version>#[my-version]#</version>
+ <uptime>#[my-uptime]#</uptime>
+ <links>#[my-links]#</links>
+ <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
+ <acceptindex>#[my-acceptindex]#</acceptindex>
+ <sentwords>#[my-sI]#</sentwords>
+ <senturls>#[my-sU]#</senturls>
+ <receivedwords>#[my-rI]#</receivedwords>
+ <receivedurls>#[my-rU]#</receivedurls>
+ <seeds>#[my-seeds]#</seeds>
+ <connects>#[my-connects]#</connects>
+ </your>
+ <status>#[comment]#</status>
+ <!--
+ 0 - nothing
+ 1 - online Mode, but no Internet availible
+ 2 - not in online Mode
+ -->
+</peers>
+#(/table)# \ No newline at end of file