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.
89 lines
2.7 KiB
89 lines
2.7 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>YaCy Watch Crawler</title>
|
|
#%env/templates/metas.template%#
|
|
<script src="/js/ajax.js"></script>
|
|
<script src="/js/xml.js"></script>
|
|
<script src="/js/html.js"></script>
|
|
<script src="/js/WatchCrawler.js"></script>
|
|
</head>
|
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
|
#%env/templates/header.template%#
|
|
<br>
|
|
<h2>Watch Crawler</h2>
|
|
<p />
|
|
<div>
|
|
Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.<br />
|
|
PPM: <span id="ppm"> </span><br />
|
|
wordcaches: <span id="wordcache"> </span>
|
|
</div>
|
|
<p />
|
|
<div>
|
|
Loader:
|
|
<br />
|
|
Size: <span id="loaderqueuesize"> </span><br />
|
|
Max: <span id="loaderqueuemax"> </span><br />
|
|
</div>
|
|
<table border="0" cellpadding="2" cellspacing="1" id="loaderTable" width="100%">
|
|
<tbody>
|
|
<tr class="TableHeader">
|
|
<th class="small">Initiator</th>
|
|
<th class="small">Depth</th>
|
|
<th class="small">Modified Date</th>
|
|
<th class="small">Anchor Name</th>
|
|
<th class="small" width="100%">URL</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div>
|
|
Indexing Queue:<br />
|
|
Size: <span id="indexingqueuesize"> </span><br />
|
|
Max: <span id="indexingqueuemax"> </span><br />
|
|
</div>
|
|
<table border="0" cellpadding="2" cellspacing="1" id="indexingTable" width="100%">
|
|
<tbody>
|
|
<tr class="TableHeader">
|
|
<th class="small">Initiator</th>
|
|
<th class="small">Depth</th>
|
|
<th class="small">Modified Date</th>
|
|
<th class="small">Anchor Name</th>
|
|
<th class="small" width="100%">URL</th>
|
|
<th class="small">Size</th>
|
|
<th class="small">Delete</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div>Local Crawler<br />
|
|
Size: <span id="localcrawlerqueuesize"> </span><br />
|
|
</div>
|
|
<table border="0" cellpadding="2" cellspacing="1" id="localCrawlerTable" width="100%">
|
|
<tbody>
|
|
<tr class="TableHeader">
|
|
<th class="small">Initiator</th>
|
|
<th class="small">Depth</th>
|
|
<th class="small">Modified Date</th>
|
|
<th class="small">Anchor Name</th>
|
|
<th class="small" width="100%">URL</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div>Remote Crawler<br />
|
|
Size: <span id="remotecrawlerqueuesize"> </span><br />
|
|
</div>
|
|
<table border="0" cellpadding="2" cellspacing="1" id="remoteCrawlerTable" width="100%">
|
|
<tbody>
|
|
<tr class="TableHeader">
|
|
<th class="small">Profile</th>
|
|
<th class="small">Depth</th>
|
|
<th class="small">Modified Date</th>
|
|
<th class="small">Anchor Name</th>
|
|
<th class="small" width="100%">URL</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|