yacy_search_server/htroot/RemoteCrawl_p.html
Michael Peter Christen 8429967ea7 no more SVN
2012-04-19 13:29:08 +02:00

75 lines
3.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Remote Crawl Configuration</title>
#%env/templates/metas.template%#
</head>
<body id="RemoteCrawl">
#%env/templates/header.template%#
#%env/templates/submenuIndexCreate.template%#
<h2>Remote Crawler</h2>
The remote crawler is a process that requests urls from other peers.
Peers offer remote-crawl urls if the flag 'Do Remote Indexing'
is switched on when a crawl is started.
<fieldset>
<legend>
<label>Remote Crawler Configuration</label>
</legend>
<form id="ConfigForm" method="post" action="RemoteCrawl_p.html" enctype="multipart/form-data" accept-charset="UTF-8">
<dl>
<dt>
<label for="crawlResponse">Accept Remote Crawl Requests</label>
<input type="checkbox" id="crawlResponse" name="crawlResponse" onclick="window.location.href='RemoteCrawl_p.html?#(crawlResponse)#crawlResponse=on::crawlResponse=off#(/crawlResponse)#'" #(crawlResponse)#::checked="checked" #(/crawlResponse)#/>
</dt>
<dd>
Perform web indexing upon request of another 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
<input type="submit" name="save" value="Save" />
<p>Crawl results will appear in the <a href="CrawlResults.html?process=6">Crawl Result Monitor</a></p>
</dd>
</dl>
</form>
</fieldset>
<fieldset>
<legend>
<label>Peers offering remote crawl URLs</label>
</legend>
If the remote crawl option is switched on, then this peer will load URLs from the following remote peers:
<form method="get" action="#">
<table class="sortable" border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td><strong>Name</strong><br/></td>
<td><strong>URLs for<br/>Remote<br/>Crawl</strong></td>
<td><strong>Release</strong></td>
<td><strong>PPM</strong></td>
<td><strong>QPH</strong></td>
<td><strong>Last<br/>Seen</strong></td>
<td><strong>UTC</strong><br/>Offset</td>
<td style="width:70px;"><strong>Uptime</strong></td>
<td><strong>Links</strong></td>
<td><strong>RWIs</strong></td>
<td><strong>Age</strong></td>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark::Summary#(/dark)#">
<td><a href="http://www.#[fullname]#.yacy">#[shortname]#</a></td>
<td align="right">#[RCount]#</td>
<td align="right">#[version]#</td>
<td align="right">#[ppm]#</td>
<td align="right">#[qph]#</td>
<td align="right">#[lastSeen]#</td>
<td align="right">#[utc]#</td>
<td align="right">#[uptime]#</td>
<td align="right">#[LCount]#</td>
<td align="right">#[ICount]#</td>
<td align="right">#[age]#</td>
</tr>
#{/list}#
</table>
</form>
</fieldset>
#%env/templates/footer.template%#
</body>
</html>