small interface correction

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3590 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent 89c1511738
commit 8253a5bf82

@ -67,21 +67,21 @@
<dt>Private Cluster<input type="radio" value="privatecluster" name="cluster.mode" #(privateclusterChecked)#::checked="checked" #(/privateclusterChecked)#/></dt> <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> <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> 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> </dd>
<dt>Public Cluster<input type="radio" value="publiccluster" name="cluster.mode" #(publicclusterChecked)#::checked="checked" #(/publicclusterChecked)#/></dt> <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> <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> 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> 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> List of .yacy or .yacyh - domains of the cluster: (comma-separated)<br>
<input type="text" name="cluster.peers.ipport" value="#[cluster.peers.ipport]#" size="80" maxlength="800" /> <input type="text" name="cluster.peers.yacydomain" value="#[cluster.peers.yacydomain]#" size="80" maxlength="800" />
</dd> </dd>
--> -->
<dt>Public Peer<input type="radio" value="publicpeer" name="cluster.mode" #(publicpeerChecked)#::checked="checked" #(/publicpeerChecked)#/></dt> <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> <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> Your peer does not accept any outside index data, but responds on all remote search requests.
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> </dd>
<dt>Peer Tags</dt> <dt>Peer Tags</dt>
<dd>When you allow access from the YaCy network, your data is recognized using keywords.<br> <dd>When you allow access from the YaCy network, your data is recognized using keywords.<br>

Loading…
Cancel
Save