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 | |
| 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')
| -rw-r--r-- | htroot/CrawlStartExpert.html | 4 | ||||
| -rw-r--r-- | htroot/WatchWebStructure_p.html | 2 | ||||
| -rw-r--r-- | htroot/api/yacydoc.html | 2 | ||||
| -rw-r--r-- | htroot/test.html | 6 |
4 files changed, 7 insertions, 7 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> diff --git a/htroot/WatchWebStructure_p.html b/htroot/WatchWebStructure_p.html index c53ace48d..0f92784d4 100644 --- a/htroot/WatchWebStructure_p.html +++ b/htroot/WatchWebStructure_p.html @@ -51,7 +51,7 @@ }); </script> -<div id="api"><a href="/api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> +<div id="api"><a href="api/webstructure.xml?about=#[besthost]#"><img src="env/grafics/api.png" width="60" height="40" alt="API" /></a> <span> The data that is visualized here can also be retrieved in a XML file, which lists the reference relation between the domains. With a GET-property 'about' you get only reference relations about the host that you give in the argument field for 'about'. diff --git a/htroot/api/yacydoc.html b/htroot/api/yacydoc.html index ffcc94229..f3117da5b 100644 --- a/htroot/api/yacydoc.html +++ b/htroot/api/yacydoc.html @@ -51,7 +51,7 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de <dt>Outbound Links (anchors)</dt><dd property="yacy:outbound">#[yacy_outbound]#</dd> <dt>Incoming Links (citation)</dt><dd property="yacy:citations">#[yacy_citations]#</dd> - <dt>Location</dt><dd><a href="/osm.png?lon=#[geo_long]#&lat=#[geo_lat]#&zoom=14" onclick="return hs.expand(this)">lat=#[geo_lat]#, lon=#[geo_long]#</a></dd> + <dt>Location</dt><dd><a href="../osm.png?lon=#[geo_long]#&lat=#[geo_lat]#&zoom=14" onclick="return hs.expand(this)">lat=#[geo_lat]#, lon=#[geo_long]#</a></dd> </dl> </fieldset> diff --git a/htroot/test.html b/htroot/test.html index 6e1309090..59da0380f 100644 --- a/htroot/test.html +++ b/htroot/test.html @@ -58,7 +58,7 @@ </ul> </li> <li id="header_administration"> - <form action="/Status.html" method="get"> + <form action="Status.html" method="get"> <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn">Administration »</button> </form> </li> @@ -95,8 +95,8 @@ <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <h1 class="page-header">Dashboard</h1> -<script src="/js/d3.v3.min.js"></script> -<script src="/js/hypertree.js"></script> +<script src="js/d3.v3.min.js"></script> +<script src="js/hypertree.js"></script> <div id="linkstructure"></div> <script>$(document).ready(linkstructure("yacy.net", "#linkstructure", 1280, 720, 1000, 1000));</script> |
