diff options
| author | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-12 00:52:38 +0000 |
|---|---|---|
| committer | karlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-12 00:52:38 +0000 |
| commit | b873ad51aba49efb5eff8ade221fa4278e40f21a (patch) | |
| tree | 60f9523d2245ad9cb4b51963f58a877c988ce22f /htroot/Network.xml | |
| parent | b5dddde08bd066b08b4026a93cc6a52b1374de11 (diff) | |
- fix for http://www.yacy-forum.de/viewtopic.php?t=3369
- merged netBude's alternative for tables in yacysearch.html & search results valid
- added statistic info to index.html as proposed here: http://www.yacy-forum.de/viewtopic.php?p=29762#29762
- fixed error-log in httpTemplate
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3189 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index 1a466c6be..45efbe193 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -18,9 +18,9 @@ <receivedURLs>#[rU]#</receivedURLs>
<type>#(type)#junior::senior::principal#(/type)#</type>
<direct>#(type_direct)#direct::passive#(/type_direct)#</direct>
- <acceptcrawl>#(acceptcrawl)#0::1#(/acceptcrawl)#</acceptcrawl>
- <dhtreceive>#(dhtreceive)#0::1#(/dhtreceive)#</dhtreceive>
- <rankingreceive>#(rankingreceive)#0::1#(/rankingreceive)#</rankingreceive>
+ <acceptcrawl>#[acceptcrawl]#</acceptcrawl>
+ <dhtreceive>#[dhtreceive]#</dhtreceive>
+ <rankingreceive>#[rankingreceive]#</rankingreceive>
<location>#[location]#</location>
#(complete)#
::
@@ -62,8 +62,8 @@ <uptime>#[my-uptime]#</uptime>
<links>#[my-links]#</links>
<words>#[my-words]#</words>
- <acceptcrawl>#(my-acceptcrawl)#0::1#(/my-acceptcrawl)#</acceptcrawl>
- <acceptindex>#(my-dhtreceive)#0::1#(/my-dhtreceive)#</acceptindex>
+ <acceptcrawl>#[my-acceptcrawl]#</acceptcrawl>
+ <acceptindex>#[my-dhtreceive]#</acceptindex>
<sentwords>#[my-sI]#</sentwords>
<senturls>#[my-sU]#</senturls>
<receivedwords>#[my-rI]#</receivedwords>
|
