diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 15:54:35 +0100 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-11-12 15:54:35 +0100 |
| commit | 812abfc868c8e8785ea1ccfefa328397a2e4f549 (patch) | |
| tree | c90b58cb659e6617fd28eeb1076798b60109cfed /htroot/CrawlStartExpert.html | |
| parent | 74fec066f43726146e4a7bf2131cc21c25e884fa (diff) | |
Converted one more set of URLs to pure relative ones.
Easier YaCy peer configuration behind a reverse proxy subfolder : no
need for the reverse proxy to rewrite HTML links or URLs in css files.
Tested on Debian Jessie with an apache2 reverse proxy.
See related mantis issues http://mantis.tokeek.de/view.php?id=106 and
http://mantis.tokeek.de/view.php?id=701
Diffstat (limited to 'htroot/CrawlStartExpert.html')
| -rw-r--r-- | htroot/CrawlStartExpert.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html index 464a9f907..2120e7410 100644 --- a/htroot/CrawlStartExpert.html +++ b/htroot/CrawlStartExpert.html @@ -308,7 +308,7 @@ The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b>. Example: to allow only urls that contain the word 'science', set the must-match filter to '.*science.*'. You can also use an automatic domain-restriction to fully crawl a single domain. - Attention: you can test the functionality of your regular expressions using the <a href="/RegexTest.html">Regular Expression Tester</a> within YaCy</a>. + Attention: you can test the functionality of your regular expressions using the <a href="RegexTest.html">Regular Expression Tester</a> within YaCy</a>. </span></span> <table border="0"> <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td></td></tr> @@ -347,7 +347,7 @@ <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b> that <b>must not match</b> with the URLs to allow that the content of the url is indexed. - Attention: you can test the functionality of your regular expressions using the <a href="/RegexTest.html">Regular Expression Tester</a> within YaCy</a>. + Attention: you can test the functionality of your regular expressions using the <a href="RegexTest.html">Regular Expression Tester</a> within YaCy</a>. </span></span> <table border="0"> <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td><input name="indexmustmatch" id="indexmustmatch" type="text" size="55" maxlength="100000" value="#[indexmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> |
