summaryrefslogtreecommitdiff
path: root/htroot/CrawlStartExpert.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2018-03-10 15:46:53 +0100
committerMichael Peter Christen <mc@yacy.net>2018-03-10 15:46:53 +0100
commit187075b878f9d6d56bf1fdba3bf70bf0ebe22bbf (patch)
tree31289929ef4cd9501cd8b76ae8b615f2590183b9 /htroot/CrawlStartExpert.html
parentbcbd0ae1a4ea4550089b82d7ae47b93a8524e787 (diff)
added nav filter
Diffstat (limited to 'htroot/CrawlStartExpert.html')
-rw-r--r--htroot/CrawlStartExpert.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html
index b07b26aed..0681684ba 100644
--- a/htroot/CrawlStartExpert.html
+++ b/htroot/CrawlStartExpert.html
@@ -370,10 +370,10 @@
<legend>Content Filter</legend>
<p>These are limitations on parts of a document. The filter will be applied after a web page was loaded.</p>
<dl>
- <dt>Filter div class names</dt>
+ <dt>Filter div or nav class names</dt>
<dd>
<table style="border-width: 0px">
- <tr><td style="width:110px">set of CSS class names</td><td><input name="ignoreclassname" id="ignoreclassname" type="text" size="55" maxlength="100000" value="#[ignoreclassname]#" onblur="if (this.value=='') this.value='';"/></td><td>comma-separated list of &lt;div&gt; element class names which should be filtered out</td></tr>
+ <tr><td style="width:110px">set of CSS class names</td><td><input name="ignoreclassname" id="ignoreclassname" type="text" size="55" maxlength="100000" value="#[ignoreclassname]#" onblur="if (this.value=='') this.value='';"/></td><td>comma-separated list of &lt;div&gt; or &lt;nav&gt; element class names which should be filtered out</td></tr>
</table>
</dd>
</dl>