diff options
| author | Michael Peter Christen <mc@yacy.net> | 2012-09-14 12:25:46 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-09-14 12:25:46 +0200 |
| commit | a13e5153ac8649d6a28173e76bdce2d28577f3e9 (patch) | |
| tree | 90752c84688e482490ccc070886c997d8e119358 /htroot/Crawler_p.html | |
| parent | 975bc95ddf25216ea90f1565ef44e7073ed8dc3e (diff) | |
- added the possibility to have not one but a list of crawl start urls
- the list of urls is entered in the expert crawl start in a textfield;
the one-line input field was replaced with a text box
- start urls can also be given in one single line where the urls are
separated by a '|'-character
- as an effect, the crawl profile cannot carry a single start url for
identificaton because it is possible to have more. Therefore the url was
removed from the crawl profile
- this affect all servlets which display a crawl profile: removed the
url field from all there servlets
- to work consistently with several start urls and the other crawl
starts which computed crawl start url lists from sitelists or sitemaps,
the crawl start servlet was restructured completely
- new rules for must-match patterns were created to make it possible
that site crawl starts also work with several crawl starts at once
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index b9bc539ee..3b06b914c 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -161,12 +161,12 @@ <col width="140"/> </colgroup> <tr class="TableHeader"> - <td><strong>Start URL</strong></td> + <td><strong>Name</strong></td> <td><strong>Status</strong></td> </tr> #{list}# <tr class="TableCell#(dark)#Light::Dark#(/dark)#"> - <td><a href="#[startURL]#">#[startURL]#</a></td> + <td>#[name]#</td> <td>#(terminateButton)#:: <div style="text-decoration:blink;float:left;">Running</div> <form style="float:left;" action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"><div> |
