diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-04-01 00:35:58 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-04-01 00:35:58 +0200 |
| commit | ba0e3fb0dc4d4ecc9e6ebf7250a5114be53fa8f9 (patch) | |
| tree | 9dd3d6120e03dea49ebffa366406f8b2ff59ea0c | |
| parent | d29b6db270c5d1c59dcd384ac46d1bc799b62241 (diff) | |
fixed crawl start links after renaming them in latest commit
| -rw-r--r-- | htroot/ConfigBasic.html | 2 | ||||
| -rw-r--r-- | htroot/CrawlStartSite.html | 2 | ||||
| -rw-r--r-- | htroot/Status.html | 2 | ||||
| -rw-r--r-- | htroot/index.html | 2 | ||||
| -rw-r--r-- | htroot/terminal_p.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index f56353e13..c6e823dee 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -114,7 +114,7 @@ <p>Your basic configuration is complete! You can now (for example):</p> <ul> <li><a href="index.html">start an uncensored search</a>;</li> - <li><a href="CrawlStartSite_p.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li> + <li><a href="CrawlStartSite.html">start your own crawl</a> and contribute to the global index, or create your own private web index;</li> <li><a href="ConfigProfile_p.html">set a personal peer profile</a> (optional settings);</li> <li>just <a href="Network.html">monitor at the network page</a> what the other peers are doing</li> </ul>:: diff --git a/htroot/CrawlStartSite.html b/htroot/CrawlStartSite.html index 3142a51d8..257d80da5 100644 --- a/htroot/CrawlStartSite.html +++ b/htroot/CrawlStartSite.html @@ -102,7 +102,7 @@ <li><h4>Target Balancer</h4> A second crawl for a different host increases the throughput to a maximum of 240 documents per minute since the crawler balances the load over all hosts.</li>
<li><h4>High Speed Crawling</h4> A 'shallow crawl' which is not limited to a single host (or site)
can extend the pages per minute (ppm) rate to unlimited documents per minute when the number of target hosts is high.
- This can be done using the <a href="CrawlStartExpert_p.html">Expert Crawl Start</a> servlet.</li>
+ This can be done using the <a href="CrawlStartExpert.html">Expert Crawl Start</a> servlet.</li>
<li><h4>Scheduler Steering</h4> The scheduler on crawls can be changed or removed using the <a href="Table_API_p.html">API Steering</a>.</li>
</ul>
#%env/templates/footer.template%#
diff --git a/htroot/Status.html b/htroot/Status.html index 18a14e694..ae8ba87ba 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -160,7 +160,7 @@ #(hintCrawlStart)#::
<dt class="hintIcon"><img src="env/grafics/idea.png" width="32" height="32" alt="idea"/></dt>
- <dd class="hint">Your Web Page Indexer is idle. You can start your own web crawl <a href="CrawlStartSite_p.html">here</a>.
+ <dd class="hint">Your Web Page Indexer is idle. You can start your own web crawl <a href="CrawlStartSite.html">here</a>.
</dd>
#(/hintCrawlStart)#
diff --git a/htroot/index.html b/htroot/index.html index bc7eb9c55..9eb0b6370 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -147,7 +147,7 @@ <dt>/http</dt> <dd>only resources from http or https servers</dd> <dt>/ftp</dt> - <dd>only resources from ftp servers (they are rare, <a href="CrawlStartSite_p.html">crawl them yourself</a>)</dd> + <dd>only resources from ftp servers (they are rare, <a href="CrawlStartSite.html">crawl them yourself</a>)</dd> <dt>/smb</dt> <dd>only resources from smb servers (<a href="ConfigBasic.html">Intranet Indexing</a> must be selected)</dd> <dt>/file</dt> diff --git a/htroot/terminal_p.html b/htroot/terminal_p.html index f8630e123..467bcad6e 100644 --- a/htroot/terminal_p.html +++ b/htroot/terminal_p.html @@ -42,7 +42,7 @@ function init() { <div id="location">
<a href="http://yacy.net"><img src="Banner.png?textcolor=ffffff&bgcolor=000000&bordercolor=aaaaaa" alt="YaCy" style="width:468px;height:60px;border-width:0px;vertical-align:bottom;" /></a>
<a href="index.html"><Search Form></a>
-<a href="CrawlStartSite_p.html"><Crawl Start></a>
+<a href="CrawlStartSite.html"><Crawl Start></a>
<a href="Status.html"><Status Page></a>
<a href="Steering.html?shutdown=" onclick="return confirm('Confirm Shutdown')"><Shutdown></a>
</div>
|
