diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-12 10:05:28 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-01-12 10:05:28 +0000 |
| commit | d126d6c1b55ebdc8b27a0f03c574ba3a5f817fa5 (patch) | |
| tree | 952e5083b472390bd1b7b893aa3d9d7f8f2d9825 /htroot/Status.html | |
| parent | 66c0a8e8492a66be34a5903bc84854bbc9705dc9 (diff) | |
renamed the servlet WatchCrawler_p to Crawler_p
this was done because that servlet may be used for wget/cronjob
triggered crawl starts and it appears to be confusing that the
name of the crawl start servlet looks like a pure monitoring tool.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6568 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 8265e176e..43fd1a7cd 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -146,7 +146,7 @@ #(hintCrawlMonitor)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
- <dd class="hint">Your Web Page Indexer is busy. You can <a href="WatchCrawler_p.html">monitor your web crawl</a> here.
+ <dd class="hint">Your Web Page Indexer is busy. You can <a href="Crawler_p.html">monitor your web crawl</a> here.
</dd>
#(/hintCrawlMonitor)#
<!-- templates
|
