diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-04-23 20:55:58 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-04-23 20:55:58 +0000 |
| commit | 8253a5bf82ece7d0fc90a66889111ffb15c3fe26 (patch) | |
| tree | e628fd2c6c9a9dd07482ef6a5bdf7bb9e8678338 /htroot/ConfigNetwork_p.html | |
| parent | 89c1511738980adfcf3b60b792e03bec526dc2d5 (diff) | |
small interface correction
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3590 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigNetwork_p.html')
| -rw-r--r-- | htroot/ConfigNetwork_p.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html index fa80cb446..75da78dd1 100644 --- a/htroot/ConfigNetwork_p.html +++ b/htroot/ConfigNetwork_p.html @@ -67,21 +67,21 @@ <dt>Private Cluster<input type="radio" value="privatecluster" name="cluster.mode" #(privateclusterChecked)#::checked="checked" #(/privateclusterChecked)#/></dt> <dd>Your peer is part of a private cluster without public visibility.<br> Index data is not distributed, but remote crawl requests are distributed and accepted from your cluster.<br> - Search requests are spread over all peers of the cluster, and answered from all peers of the cluster. + Search requests are spread over all peers of the cluster, and answered from all peers of the cluster.<br> + List of ip:port - addresses of the cluster: (comma-separated)<br> + <input type="text" name="cluster.peers.ipport" value="#[cluster.peers.ipport]#" size="80" maxlength="800" /> </dd> <dt>Public Cluster<input type="radio" value="publiccluster" name="cluster.mode" #(publicclusterChecked)#::checked="checked" #(/publicclusterChecked)#/></dt> <dd>Your peer is part of a public cluster within the YaCy network.<br> Index data is not distributed, but remote crawl requests are distributed and accepted<br> Search requests are spread over all peers of the cluster, and answered from all peers of the cluster.<br> - List of ip:port - addresses of the cluster: (comma-separated)<br> - <input type="text" name="cluster.peers.ipport" value="#[cluster.peers.ipport]#" size="80" maxlength="800" /> + List of .yacy or .yacyh - domains of the cluster: (comma-separated)<br> + <input type="text" name="cluster.peers.yacydomain" value="#[cluster.peers.yacydomain]#" size="80" maxlength="800" /> </dd> --> <dt>Public Peer<input type="radio" value="publicpeer" name="cluster.mode" #(publicpeerChecked)#::checked="checked" #(/publicpeerChecked)#/></dt> <dd>You are visible to other peers and contact them to distribute your presence.<br> - Your peer does not accept any outside index data, but responds on all remote search requests.<br> - List of .yacy or .yacyh - domains of the cluster: (comma-separated)<br> - <input type="text" name="cluster.peers.yacydomain" value="#[cluster.peers.yacydomain]#" size="80" maxlength="800" /> + Your peer does not accept any outside index data, but responds on all remote search requests. </dd> <dt>Peer Tags</dt> <dd>When you allow access from the YaCy network, your data is recognized using keywords.<br> |
