You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.5 KiB
44 lines
1.5 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Index Sharing</title>
|
|
#[metas]#
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#[header]#
|
|
<br><br>
|
|
<h2>Index Sharing</h2>
|
|
|
|
<p>
|
|
The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references<br>
|
|
<form action="IndexShare_p.html" method="get">
|
|
<table border="0" cellpadding="6" cellspacing="0">
|
|
<tr valign="top" bgcolor="#CCDDCC">
|
|
<td>Index: </td>
|
|
<td>
|
|
<input type="checkbox" name="distribute" value="" align="top" #[distributecheck]#>distribute <br>
|
|
<input type="checkbox" name="receive" value="" align="top" #[receivecheck]#>receive
|
|
</td><td>
|
|
receive grant default: <br>
|
|
for each remote peer
|
|
</td><td>
|
|
<input type="text" name="linkfreq" value="#[linkfreq]#" size="4" maxlength="4"> links/minute <br>
|
|
<input type="text" name="wordfreq" value="#[wordfreq]#" size="4" maxlength="4"> words/minute
|
|
</td><td>
|
|
<input type="submit" name="indexsharesetting" value="Set">
|
|
</td>
|
|
</tr></table>
|
|
</form>
|
|
<br>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr valign="top">
|
|
<td width="240"><center>#[dtable]#</center></td>
|
|
<td bgcolor="#889988" width="1px"></td>
|
|
<td width="240"><center>#[rtable]#</center></td>
|
|
</tr>
|
|
</table>
|
|
</p>
|
|
#[footer]#
|
|
</body>
|
|
</html>
|