summaryrefslogtreecommitdiff
path: root/htroot/Network.xml
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-05 11:37:19 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-06-05 11:37:19 +0000
commit30c3d909b12d17610b87171f23bbcf6bd41c1ee4 (patch)
treec53db6540aefd83afb4220c20d5fc28b23f5e718 /htroot/Network.xml
parent6c9df13552d9bb0d1d10ad96ec27f014d7c13d91 (diff)
- fixed charset problem in ConfigProfil_p.html (use accept-charset="UTF-8" in forms)
- fixed wrong XML output if no peers are known in Network.xml - simplified parsing of table properties in wikiCode and ZTableToken - reimplemented GC heuristics. They are needed to constantly ensure that an amount of free memory is available which is higher than Java's max. limit for performing a Full GC (please use serverMemory.request(long, boolean) rather than serverMemory.available(long, boolean) to provide data for averaging over the last GCs) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3793 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
-rw-r--r--htroot/Network.xml52
1 files changed, 25 insertions, 27 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml
index eb244c310..c5c961665 100644
--- a/htroot/Network.xml
+++ b/htroot/Network.xml
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
-#(table)#
-::
<peers>
+#(table)#::
#{list}#
<peer>
<hash>#[hash]#</hash>
@@ -33,9 +32,7 @@
#(/complete)#
</peer>
#{/list}#
-</peers>
::
-<peers>
<active>
<count>#[active-count]#</count>
<links>#[active-links]#</links>
@@ -57,30 +54,31 @@
<words>#[all-words]#</words>
</all>
<your>
- <name>#[my-name]#</name>
- <hash>#[my-hash]#</hash>
- <type>#(my-info)#virgin::junior::senior::principal#(/my-info)#</type>
- <version>#[my-version]#</version>
- <utc>#[my-utc]#</utc>
- <uptime>#[my-uptime]#</uptime>
- <links>#[my-links]#</links>
- <words>#[my-words]#</words>
- <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
- <acceptindex>#[my-dhtreceive]#</acceptindex>
- <sentwords>#[my-sI]#</sentwords>
- <senturls>#[my-sU]#</senturls>
- <receivedwords>#[my-rI]#</receivedwords>
- <receivedurls>#[my-rU]#</receivedurls>
- <ppm>#[my-ppm]#</ppm>
- <qph>#[my-qph]#</qph>
- <seeds>#[my-seeds]#</seeds>
- <connects>#[my-connects]#</connects>
- <location>#[my-location]#</location>
- <seedurl>#[my-url]#</seedurl>
+ <name>#[my-name]#</name>
+ <hash>#[my-hash]#</hash>
+ <type>#(my-info)#virgin::junior::senior::principal#(/my-info)#</type>
+ <version>#[my-version]#</version>
+ <utc>#[my-utc]#</utc>
+ <uptime>#[my-uptime]#</uptime>
+ <links>#[my-links]#</links>
+ <words>#[my-words]#</words>
+ <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
+ <acceptindex>#[my-dhtreceive]#</acceptindex>
+ <acceptranking>#[my-rankingreceive]#</acceptranking>
+ <sentwords>#[my-sI]#</sentwords>
+ <senturls>#[my-sU]#</senturls>
+ <receivedwords>#[my-rI]#</receivedwords>
+ <receivedurls>#[my-rU]#</receivedurls>
+ <ppm>#[my-ppm]#</ppm>
+ <qph>#[my-qph]#</qph>
+ <seeds>#[my-seeds]#</seeds>
+ <connects>#[my-connects]#</connects>
+ <location>#[my-location]#</location>
+ <seedurl>#[my-url]#</seedurl>
</your>
<cluster>
- <ppm>#[gppm]#</ppm>
- <qph>#[gqph]#</qph>
+ <ppm>#[gppm]#</ppm>
+ <qph>#[gqph]#</qph>
</cluster>
<status>#[comment]#</status>
<!--
@@ -88,5 +86,5 @@
1 - online mode, but no Internet available
2 - not in online mode
-->
-</peers>
#(/table)#
+</peers>