diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-16 00:39:05 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-16 00:39:05 +0000 |
| commit | 670ba4d52b29b4a132d05fb0da157e262b00eb45 (patch) | |
| tree | ae011d511acf5afe9b87fa3056d90133b33d6c13 /htroot/ConfigNetwork_p.html | |
| parent | 89c2d8b81e171e165ab12cad77008f8ee51fe932 (diff) | |
- removed the remote crawl option from the network configuration submenu and
- added a remote crawl menu item to the index create menu. This menu also shows a list of peers that provide remote crawl urls
- set remote crawl option by default to off. This option may be important but it also confuses first-time users
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7158 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigNetwork_p.html')
| -rw-r--r-- | htroot/ConfigNetwork_p.html | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html index 99bae70e1..4c49135c5 100644 --- a/htroot/ConfigNetwork_p.html +++ b/htroot/ConfigNetwork_p.html @@ -44,12 +44,9 @@ ::<div class="error">Inapplicable Setting Combination:</div> ::<div class="error">No changes were made!</div> #(/commit)# - #(commitCrawlPlea)#::<div class="error">P2P operation can run without remote indexing, but runs better with remote indexing switched on. Please switch 'Accept Remote Crawl Requests' on.</div>#(/commitCrawlPlea)# #(commitDHTIsRobinson)#::<div class="error">For P2P operation, at least DHT distribution or DHT receive (or both) must be set. You have thus defined a Robinson configuration.</div>#(/commitDHTIsRobinson)# #(commitDHTNoGlobalSearch)#::<div class="error">Global Search in P2P configuration is only allowed, if index receive is switched on. You have a P2P configuration, but are not allowed to search other peers.</div>#(/commitDHTNoGlobalSearch)# #(commitRobinson)#::<div class="commit">For Robinson Mode, index distribution and receive is switched off.</div>#(/commitRobinson)# - #(commitRobinsonWithRemoteIndexing)#::<div class="commit">This Robinson Mode switches remote indexing on, but limits targets to peers within the same cluster. Remote indexing requests from peers within the same cluster are accepted.</div>#(/commitRobinsonWithRemoteIndexing)# - #(commitRobinsonWithoutRemoteIndexing)#::<div class="commit">This Robinson Mode does not allow any remote indexing (neither requests remote indexing, nor accepts it).</div>#(/commitRobinsonWithoutRemoteIndexing)# #(commitPasswordWarning)#::<div class="error">With this configuration it is not allowed to authentify automatically from localhost! Please open the <a href="ConfigAccounts_p.html">Account Configuration</a> and set a new password.</div>#(/commitPasswordWarning)# <form id="NetworkForm" method="post" action="ConfigNetwork_p.html" enctype="multipart/form-data" accept-charset="UTF-8"> <fieldset> @@ -142,17 +139,8 @@ #(indexReceiveBlockBlacklistChecked.off)#::checked="checked" #(/indexReceiveBlockBlacklistChecked.off)#/> <label for="indexReceiveBlockBlacklistOff">accept transmitted URLs that match your blacklist</label>. </dd> - <dt> - <label for="crawlResponse">Accept Remote Crawl Requests</label> - <input type="checkbox" id="crawlResponse" name="crawlResponse" #(crawlResponse)#::checked="checked" #(/crawlResponse)#/> - </dt> - <dd> - Perform web indexing upon request of another peer.<br /> - This works only if you are a senior peer.<br /> - <label for="acceptCrawlLimit">Load with a maximum of</label> - <input id="acceptCrawlLimit" name="acceptCrawlLimit" type="text" size="4" maxlength="4" value="#[acceptCrawlLimit]#" /> pages per minute - </dd> </dl> + <input type="submit" name="save" value="Save" /> </fieldset> <fieldset> @@ -216,7 +204,7 @@ If you leave the field empty, no peer asks your peer. If you fill in a '*', your peer is always asked. <input type="text" id="peertags" name="peertags" value="#[peertags]#" size="40" maxlength="80" /> </dd> - </dl> + </dl> <input type="submit" name="save" value="Save" /> </fieldset> </form> |
