diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-04-07 19:19:42 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-04-07 19:19:42 +0000 |
| commit | 248077d3f0da329e3524709d8f080972851a8eaa (patch) | |
| tree | 368bc5fe907bb7793d5f0297769fc276c4275a02 /htroot/IndexShare_p.html | |
initial load with yacy 0.36
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/IndexShare_p.html')
| -rw-r--r-- | htroot/IndexShare_p.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/htroot/IndexShare_p.html b/htroot/IndexShare_p.html new file mode 100644 index 000000000..a50b6e6a0 --- /dev/null +++ b/htroot/IndexShare_p.html @@ -0,0 +1,43 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+<title>YACY: 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>
|
