summaryrefslogtreecommitdiff
path: root/htroot/IndexCreateParserErrors_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2013-09-17 15:27:02 +0200
committerMichael Peter Christen <mc@yacy.net>2013-09-17 15:27:02 +0200
commit2602be8d1e756d6fac20182916706b155d79b34f (patch)
tree53e69bbddd8cb36fee0e10c8e06bfeffc7dea9a5 /htroot/IndexCreateParserErrors_p.html
parent31920385f70d8b899d79fdf5b6b22a580020b366 (diff)
- removed ZURL data structure; removed also the ZURL data file
- replaced load failure logging by information which is stored in Solr - fixed a bug with crawling of feeds: added must-match pattern application to feed urls to filter out such urls which shall not be in a wanted domain - delegatedURLs, which also used ZURLs are now temporary objects in memory
Diffstat (limited to 'htroot/IndexCreateParserErrors_p.html')
-rw-r--r--htroot/IndexCreateParserErrors_p.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/htroot/IndexCreateParserErrors_p.html b/htroot/IndexCreateParserErrors_p.html
index 4ac85ed24..1e463e16a 100644
--- a/htroot/IndexCreateParserErrors_p.html
+++ b/htroot/IndexCreateParserErrors_p.html
@@ -32,16 +32,12 @@
</colgroup>
<tr class="TableHeader">
<th>Time</th>
- <th>Initiator</th>
- <th>Executor</th>
<th>URL</th>
<th>Fail-Reason</th>
</tr>
#{list}#
<tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#[time]#</td>
- <td>#[initiator]#</td>
- <td>#[executor]#</td>
<td><a href="#[url]#">#[url]#</a></td>
<td>#[failreason]#</td>
</tr>