diff options
| author | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-08 18:46:29 +0000 |
|---|---|---|
| committer | auron_x <auron_x@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-01-08 18:46:29 +0000 |
| commit | cc1a7ab717bd40a0327400c0995687f0d0b24735 (patch) | |
| tree | 3cab31a87bf1d2010a86ab57fa828f1b3261a39e /htroot/Network.xml | |
| parent | 93f74953990c7e1d3ac0d6df0089ecea541ab360 (diff) | |
*) using 0 and 1 instead of no and yes, because of better semantic
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3182 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index 414e4b1d0..1a466c6be 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)#no::yes#(/acceptcrawl)#</acceptcrawl>
- <dhtreceive>#(dhtreceive)#no::yes#(/dhtreceive)#</dhtreceive>
- <rankingreceive>#(rankingreceive)#no::yes#(/rankingreceive)#</rankingreceive>
+ <acceptcrawl>#(acceptcrawl)#0::1#(/acceptcrawl)#</acceptcrawl>
+ <dhtreceive>#(dhtreceive)#0::1#(/dhtreceive)#</dhtreceive>
+ <rankingreceive>#(rankingreceive)#0::1#(/rankingreceive)#</rankingreceive>
<location>#[location]#</location>
#(complete)#
::
|
