summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
Diffstat (limited to 'htroot')
-rw-r--r--htroot/ConfigBasic.html2
-rw-r--r--htroot/ConfigHeuristics_p.html2
-rw-r--r--htroot/ConfigPortal_p.html2
-rw-r--r--htroot/ConfigUpdate_p.html2
-rw-r--r--htroot/CookieTest_p.html63
-rw-r--r--htroot/IndexFederated_p.html8
-rw-r--r--htroot/IndexPackGenerator_p.html2
-rw-r--r--htroot/LLMSelection_p.html2
-rw-r--r--htroot/Load_PHPBB3.html2
-rw-r--r--htroot/News.html2
-rw-r--r--htroot/PerformanceConcurrency_p.html2
-rw-r--r--htroot/Performance_p.html2
-rw-r--r--htroot/SearchAccessRate_p.html2
-rw-r--r--htroot/SettingsAck_p.html2
-rw-r--r--htroot/Settings_Debug.inc8
-rw-r--r--htroot/Settings_HttpClient.inc2
-rw-r--r--htroot/Settings_Proxy.inc2
-rw-r--r--htroot/Settings_ProxyAccess.inc2
-rw-r--r--htroot/Settings_Referrer.inc42
-rw-r--r--htroot/Surftips.html2
-rw-r--r--htroot/TransNews_p.html2
-rw-r--r--htroot/Vocabulary_p.html2
-rw-r--r--htroot/WikiHelp.html4
-rw-r--r--htroot/autoconfig.pac2
-rw-r--r--htroot/index.html2
-rw-r--r--htroot/ssitest.html25
-rw-r--r--htroot/ssitest.inc7
-rw-r--r--htroot/ssitestservlet.html4
-rw-r--r--htroot/test.html267
-rw-r--r--htroot/test.xml9
30 files changed, 51 insertions, 426 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index be4b917ae..11508d71a 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -143,7 +143,7 @@
<!-- [2]: peername not proper -->
<p>Your Peer name is a default name; please set an individual peer name.</p>::
<!-- [3]: port not proper -->
- <p>You did not open a port in your firewall or your router does not forward the server port to your peer. This is needed if you want to fully participate in the YaCy network. You can also use your peer without opening it, but this is not recomended.</p>::
+ <p>You did not open a port in your firewall or your router does not forward the server port to your peer. This is needed if you want to fully participate in the YaCy network. You can also use your peer without opening it, but this is not recommended.</p>::
<!-- [4]: reconnect to different port -->
<p>The peer port was changed successfully. Your browser will be redirected to the new <a href="http://#[host]#:#[port]#/ConfigBasic.html">location</a> in 5 seconds.</p>
#(/nextStep)#
diff --git a/htroot/ConfigHeuristics_p.html b/htroot/ConfigHeuristics_p.html
index d2aa32434..805ad46f5 100644
--- a/htroot/ConfigHeuristics_p.html
+++ b/htroot/ConfigHeuristics_p.html
@@ -79,7 +79,7 @@
</legend>
<p>
When using this heuristic, then every new search request line is used for a call to listed opensearch systems.
- 20 results are taken from remote system and loaded simultanously, parsed and indexed immediately.
+ 20 results are taken from remote system and loaded simultaneously, parsed and indexed immediately.
To find out more about OpenSearch see <a href="http://www.opensearch.org" target="_blank">OpenSearch.org</a>
</p>
</form>
diff --git a/htroot/ConfigPortal_p.html b/htroot/ConfigPortal_p.html
index 65adacbf1..d4f3fbecd 100644
--- a/htroot/ConfigPortal_p.html
+++ b/htroot/ConfigPortal_p.html
@@ -37,7 +37,7 @@
<dt>Enable Search for Everyone?</dt>
<dd>
<input type="radio" name="publicSearchpage" value="true" #(publicSearchpage)#::checked="checked"#(/publicSearchpage)# />Search is available for everyone&nbsp;
- <input type="radio" name="publicSearchpage" value="false" #(publicSearchpage)#checked="checked"::#(/publicSearchpage)# />Only the administator is allowed to search
+ <input type="radio" name="publicSearchpage" value="false" #(publicSearchpage)#checked="checked"::#(/publicSearchpage)# />Only the administrator is allowed to search
</dd>
<dt>Show Navigation Bar on Search Page?</dt>
diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html
index e5228281f..50fb505a1 100644
--- a/htroot/ConfigUpdate_p.html
+++ b/htroot/ConfigUpdate_p.html
@@ -12,7 +12,7 @@
#(deploys)#::Release will be installed. Please wait.#(/deploys)#
#(candeploy)#
- This servlet can only be used on operation systems that are currently supported for deploy functions.
+ This servlet can only be used on operating systems that are currently supported for deploy functions.
If you see this message this means that your operation system is not supported.
::
<fieldset>
diff --git a/htroot/CookieTest_p.html b/htroot/CookieTest_p.html
deleted file mode 100644
index ecb1d0c88..000000000
--- a/htroot/CookieTest_p.html
+++ /dev/null
@@ -1,63 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>YaCy '#[clientname]#': Cookie - Test Page</title>
- #%env/templates/metas.template%#
- </head>
- <body id="CookieTest">
- #%env/templates/header.template%#
- <p>Here is a cookie test page.</p>
- <hr />
- <form action="">
- <fieldset>
- <input type="hidden" name="act" value="clear_cookie" />
- <input type="submit" name="set_action" value="Just clean it" class="btn btn-primary" style="width:260px"/>
- </fieldset>
- </form>
- <hr />
- <form action="">
- <fieldset>
- <input type="hidden" name="act" value="set_cookie" />
- <dl>
- <dt><label for="cookie_name">Name:</label></dt>
- <dd><input type="text" name="cookie_name" id="cookie_name" /></dd>
- <dt><label for="cookie_value">Value:</label></dt>
- <dd><input type="text" name="cookie_value" id="cookie_value" /></dd>
- </dl>
- <input type="submit" name="set_action" value="Dear server, set this cookie for me!" class="btn btn-primary" style="width:260px"/>
- </fieldset>
- </form>
- <hr />
- <h3>Cookies at this browser:</h3>
- <p>
- <script type="text/javascript">
- <!--
- document.write(document.cookie.split(';').join(';<br />'))
- //-->
- </script>
- </p>
- #(cookiesout)#
- ::
- <hr />
- <h3>Cookies coming to server:</h3>
- #(/cookiesout)#
- <p>#{cookiesout}#
- #[string]#<br />
- #{/cookiesout}#</p>
-
- #(cookiesin)#
- ::
- <hr />
- <h3>Cookies server sent:</h3>
- #(/cookiesin)#
- <p>#{cookiesin}#
- #[name]# = #[value]#
- #{/cookiesin}#</p>
-
- <p class="info">YaCy is a GPL'ed project
- with the target of implementing a P2P-based global search engine.<br />
- Architecture (C) by Michael Peter Christen,
- </p>
- #%env/templates/footer.template%#
- </body>
-</html> \ No newline at end of file
diff --git a/htroot/IndexFederated_p.html b/htroot/IndexFederated_p.html
index c50c95137..519b623c3 100644
--- a/htroot/IndexFederated_p.html
+++ b/htroot/IndexFederated_p.html
@@ -26,7 +26,7 @@
<dt>&nbsp;</dt><dd>&nbsp;</dd>
<dt>Use deep-embedded local Solr&nbsp;<input type="checkbox" name="core.service.fulltext" id="core_service_fulltext" #(core.service.fulltext.checked)#:: checked="checked"#(/core.service.fulltext.checked)# onclick="if(!document.getElementById('config').core_service_fulltext.checked) {document.getElementById('config').solr_indexing_solrremote.checked = true;}"/></dt>
<dd>
- This will write the YaCy-embedded Solr index which stored within the YaCy DATA directory.<br/>
+ This will write the YaCy-embedded Solr index which is stored within the YaCy DATA directory.<br/>
The Solr native search interface is accessible at<br/>
<a href="solr/select?q=*:*&start=0&rows=3&core=collection1">/solr/select?q=*:*&amp;start=0&amp;rows=3&amp;core=collection1</a>
for the default search index (core: collection1) and at<br/>
@@ -35,7 +35,7 @@
<dt>Use remote Solr server(s)&nbsp;<input type="checkbox" name="solr.indexing.solrremote" id="solr_indexing_solrremote" #(solr.indexing.solrremote.checked)#:: checked="checked"#(/solr.indexing.solrremote.checked)# onclick="if(!document.getElementById('config').solr_indexing_solrremote.checked) {document.getElementById('config').core_service_fulltext.checked = true;}"/></dt>
<dd>It's easy to <a href="https://wiki.yacy.net/index.php/Dev:Solr" target="_blank">attach an external Solr to YaCy</a>.
- This external Solr can be used instead the internal Solr. It can also be used additionally to the internal Solr, then both Solr indexes are mirrored.
+ This external Solr can be used instead of the internal Solr. It can also be used additionally to the internal Solr, then both Solr indexes are mirrored.
</dd>
<dt>Allow self-signed certificates <input type="checkbox" name="federated.service.solr.indexing.authenticated.allowSelfSigned" #(federated.service.solr.indexing.authenticated.allowSelfSigned.checked)#:: checked="checked"#(/federated.service.solr.indexing.authenticated.allowSelfSigned.checked)#/></dt>
@@ -65,7 +65,7 @@
<dt class="TableCellDark"></dt>
<dd>Solr URL(s)<br/><textarea rows="2" cols="80" name="solr.indexing.url" id="solr.indexing.url"/>#[solr.indexing.url]#</textarea><br/>
You can set one or more Solr targets here which are accessed as a shard. For several targets, list them using a ',' (comma) as separator.
- The set of remote targets are used as shard of a complete index. The host part of the url is used as key for a hash function which selects one of the shards (one of your remote servers).
+ The set of remote targets are used as shards of a complete index. The host part of the url is used as key for a hash function which selects one of the shards (one of your remote servers).
When a search request is made, all servers are accessed synchronously and the result is combined.</dd>
<dt class="TableCellDark"></dt>
@@ -92,7 +92,7 @@
<legend>
Web Structure Index
</legend>
- The web structure index is used for host browsing (to discover the internal file/folder structure), ranking (counting the number of references) and file search (there are about fourty times more links from loaded pages as in documents of the main search index).
+ The web structure index is used for host browsing (to discover the internal file/folder structure), ranking (counting the number of references) and file search (there are about forty times more links from loaded pages than in documents of the main search index).
<dl>
<dt><input type="checkbox" name="core.service.citation.tmp" id="core_service_citation" #(core.service.citation.tmp.checked)#:: checked="checked"#(/core.service.citation.tmp.checked)# /></dt>
diff --git a/htroot/IndexPackGenerator_p.html b/htroot/IndexPackGenerator_p.html
index 2b2bc716c..c47b97343 100644
--- a/htroot/IndexPackGenerator_p.html
+++ b/htroot/IndexPackGenerator_p.html
@@ -21,7 +21,7 @@
<dd>
<select name="category" id="category" class="form-control">
<option value="mix" selected="selected">mix - a mix of document types, for content from wide web crawls</option>
- <option value="core">core - technical documentation, operation systems, computer hardware, open source and free software, manuals, protocol standards</option>
+ <option value="core">core - technical documentation, operating systems, computer hardware, open source and free software, manuals, protocol standards</option>
<option value="scroll">scroll - non-technical documents: knowledge, encyclopedia, linguistic corpora, dictionaries, translation memories, texts, non-fiction books, historical books</option>
<option value="regula">regula - non-technical standards: industry standards, laws, rules, compliance</option>
<option value="gem">gem - research, papers, university publications, science</option>
diff --git a/htroot/LLMSelection_p.html b/htroot/LLMSelection_p.html
index f125c10b6..334d062bf 100644
--- a/htroot/LLMSelection_p.html
+++ b/htroot/LLMSelection_p.html
@@ -2107,7 +2107,7 @@
<h2>LLM Selection</h2>
<p>
- Here you can pick models from a LLM model service to select them as production model.
+ Here you can pick models from an LLM model service to select them as production model.
In the "Production Models Matrix" you can then assign each selected model a function inside YaCy
</p>
<p>
diff --git a/htroot/Load_PHPBB3.html b/htroot/Load_PHPBB3.html
index 5207ae555..50f183062 100644
--- a/htroot/Load_PHPBB3.html
+++ b/htroot/Load_PHPBB3.html
@@ -74,7 +74,7 @@
</p>
<ul>
<li>open styles/prosilver/template/overall_header.html</li>
- <li>find the line where the default search window is displayed, thats right behind the <pre>&lt;div id="search-box"&gt;</pre> statement</li>
+ <li>find the line where the default search window is displayed, that's right behind the <pre>&lt;div id="search-box"&gt;</pre> statement</li>
<li>Insert the following code right behind the div tag:
<pre>
&lt;script src="#[address]#/js/jquery-1.3.2.min.js" type="text/javascript"&gt;&lt;/script&gt;
diff --git a/htroot/News.html b/htroot/News.html
index 320717d3d..d1373e0cf 100644
--- a/htroot/News.html
+++ b/htroot/News.html
@@ -52,7 +52,7 @@
More news services will follow.
</p>
<p>
- Above you can see four menues:
+ Above you can see four menus:
</p>
<ul>
<li>
diff --git a/htroot/PerformanceConcurrency_p.html b/htroot/PerformanceConcurrency_p.html
index aad61e880..3fd789c04 100644
--- a/htroot/PerformanceConcurrency_p.html
+++ b/htroot/PerformanceConcurrency_p.html
@@ -19,7 +19,7 @@
<td>Queue Size<br />Maximum</td>
<td>Executors:<br />Current Number of Threads</td>
<td>Concurrency:<br />Maximum Number of Threads</td>
- <td>Childs</td>
+ <td>Children</td>
<td colspan="2">Average<br />Block Time<br />Reading</td>
<td colspan="2">Average<br />Exec Time</td>
<td colspan="2">Average<br />Block Time<br />Writing</td>
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index c411cdb5e..85dd5bb31 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -154,7 +154,7 @@
<table border="0">
<tr class="TableHeader" valign="bottom">
<td>Online Caution Case</td>
- <td>indexer delay (milliseconds) after case occurency</td>
+ <td>indexer delay (milliseconds) after case occurrence</td>
</tr>
<tr class="TableCellDark">
<td>Proxy:</td>
diff --git a/htroot/SearchAccessRate_p.html b/htroot/SearchAccessRate_p.html
index cbb8a94a8..d2dff52cc 100644
--- a/htroot/SearchAccessRate_p.html
+++ b/htroot/SearchAccessRate_p.html
@@ -10,7 +10,7 @@
<h2>Local Search access rate limitations</h2>
<p>
You can configure here limitations on access rate to this peer search interface by unauthenticated users and users without extended search right
- (see the <a href="ConfigAccounts_p.html">Accounts</a> configuration page for details on users rights).
+ (see the <a href="ConfigAccounts_p.html">Accounts</a> configuration page for details on users' rights).
</p>
<form action="SearchAccessRate_p.html" method="post"
diff --git a/htroot/SettingsAck_p.html b/htroot/SettingsAck_p.html
index 7f26ca30e..99676c0de 100644
--- a/htroot/SettingsAck_p.html
+++ b/htroot/SettingsAck_p.html
@@ -18,7 +18,7 @@
<p><strong>The user name must be given.</strong><br />
Your request cannot be processed.<br />Nothing changed.</p>
::<!-- 3 -->
- <p><strong>The password redundancy check failed. You have probably misstyped your password.</strong><br />
+ <p><strong>The password redundancy check failed. You have probably mistyped your password.</strong><br />
Your request cannot be processed.<br />Nothing changed.</p>
::<!-- 4 -->
<p><strong>Shutting down.</strong><br />Application will terminate after working off all crawling tasks.</p>
diff --git a/htroot/Settings_Debug.inc b/htroot/Settings_Debug.inc
index 0d0627bb9..c38b9cee4 100644
--- a/htroot/Settings_Debug.inc
+++ b/htroot/Settings_Debug.inc
@@ -21,7 +21,7 @@
</div>
</div>
<div class="col-sm-8" id="solrBinaryResponseInfo">
- When checked (default), responses from remote Solr index instances are transfered using an efficient binary data format.
+ When checked (default), responses from remote Solr index instances are transferred using an efficient binary data format.
When unchecked, responses are transferred as <abbr title="Extensible Markup Language">XML</abbr>,
which can be captured and parsed by any external XML aware tool for debug/analysis.
</div>
@@ -97,7 +97,7 @@
</div>
</div>
<div class="col-sm-8" id="searchTestLocalDHTInfo">
- When checked, the remote <abbr title="Distributed Hash Table">DHT</abbr> peers selection is overriden and only the local peer is selected to provide remote DHT search results.
+ When checked, the remote <abbr title="Distributed Hash Table">DHT</abbr> peers selection is overridden and only the local peer is selected to provide remote DHT search results.
</div>
</div>
@@ -113,7 +113,7 @@
</div>
</div>
<div class="col-sm-8" id="searchTestLocalSolrInfo">
- When checked, the remote Solr peers selection is overriden and only this peer is selected to provide remote Solr search results.
+ When checked, the remote Solr peers selection is overridden and only this peer is selected to provide remote Solr search results.
</div>
</div>
@@ -154,7 +154,7 @@
</div>
</div>
<div class="col-sm-8" id="snippetStatisticsInfo">
- When checked, statistics are collected on text snippets generation for search results. The are resumed in the <a href="ConfigPortal_p.html">Portal Configuration</a> page.
+ When checked, statistics are collected on text snippets generation for search results. They are summarized in the <a href="ConfigPortal_p.html">Portal Configuration</a> page.
</div>
</div>
</fieldset>
diff --git a/htroot/Settings_HttpClient.inc b/htroot/Settings_HttpClient.inc
index b21eb67f6..af9445481 100644
--- a/htroot/Settings_HttpClient.inc
+++ b/htroot/Settings_HttpClient.inc
@@ -5,7 +5,7 @@
<p>
<p id="sniExtensionInfo">
- About Server Name Indication (SNI) :
+ About Server Name Indication (SNI):
this extension to the <abbr title="Transport Layer Security">TLS</abbr> protocol must be enabled to load some https URLs (for websites deployed with different certificates and host names on the same shared IP address), otherwise loading fails with errors such as <samp>Received fatal alert: handshake_failure</samp>.
But it can be necessary to disable it in order to load some https URLs served by old and misconfigured web servers, otherwise loading fails with the exception <samp>javax.net.ssl.SSLProtocolException: "handshake alert: unrecognized_name"</samp>.
Controlling <abbr title="Server Name Indication">SNI</abbr> extension activation can also be done with the JVM option <var>jsse.enableSNIExtension</var>, but in that case a server restart is required when you want to modify the setting and it is not customizable per http client (general or for remote Solr).
diff --git a/htroot/Settings_Proxy.inc b/htroot/Settings_Proxy.inc
index a0e655595..2bd3f1832 100644
--- a/htroot/Settings_Proxy.inc
+++ b/htroot/Settings_Proxy.inc
@@ -44,7 +44,7 @@
<!-- no remote proxy pattern -->
<tr valign="top">
- <td><label for="no_prxy">No-proxy adresses</label>:</td>
+ <td><label for="no_prxy">No-proxy addresses</label>:</td>
<td><input name="remoteProxyNoProxy" type="text" id="no_prxy" size="32" maxlength="5000" value="#[remoteProxyNoProxy]#" /></td>
<td>IP addresses for which the remote proxy should not be used</td>
</tr>
diff --git a/htroot/Settings_ProxyAccess.inc b/htroot/Settings_ProxyAccess.inc
index fe5d1f274..90a630a5a 100644
--- a/htroot/Settings_ProxyAccess.inc
+++ b/htroot/Settings_ProxyAccess.inc
@@ -43,7 +43,7 @@
<fieldset><legend id="ProxyAccess">Proxy Access Settings</legend>
<p>
These settings configure the access method to your own http proxy and server.
- All traffic is routed throug one single port, for both proxy and server.<br />
+ All traffic is routed through one single port, for both proxy and server.<br />
</p>
<table border="0" cellspacing="5">
<tr>
diff --git a/htroot/Settings_Referrer.inc b/htroot/Settings_Referrer.inc
index c7a0abb45..2ae0ee2a7 100644
--- a/htroot/Settings_Referrer.inc
+++ b/htroot/Settings_Referrer.inc
@@ -3,13 +3,13 @@
<p>
When loading pages and navigating through links, a web browser sends some information about the origin of the request,
by filling the <a href="https://tools.ietf.org/html/rfc7231#section-5.5.2" title="'Referer' section from the standard IETF specification">"Referer"</a> HTTP header.
-Visited websites can process this information as they whish, so this can become a privacy concern, for example when coming from a page which contains searched terms in its URL.
+Visited websites can process this information as they wish, so this can become a privacy concern, for example when coming from a page which contains searched terms in its URL.
</p>
<p>
This page offers some configuration settings to instruct your browser how it should fill this referrer information.
- Beware that every browser behaves differently : some settings may be unsupported by your particular browser and therefore ignored.
- If you are really concerned about privacy, please check what is really sent by your browser by using its embedded developers tools network console, or with the network traffic analyzer of your choice.
+ Beware that every browser behaves differently: some settings may be unsupported by your particular browser and therefore ignored.
+ If you are really concerned about privacy, please check what is really sent by your browser by using its embedded developer tools network console, or with the network traffic analyzer of your choice.
</p>
<form action="SettingsAck_p.html" method="post" class="form-horizontal">
@@ -36,8 +36,8 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyNoReferrerInfo">
- Highest privacy setting : referrer information should never be sent, even when navigating on this peer internal links.
- Be careful with this : some websites might reject requests with no referrer.
+ Highest privacy setting: referrer information should never be sent, even when navigating on this peer internal links.
+ Be careful with this: some websites might reject requests with no referrer.
</div>
</div>
<div class="form-group">
@@ -52,8 +52,8 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicySameOriginInfo">
- Peer internal links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
- External links : referrer information should never be sent.
+ Peer internal links: referrer information should be stripped from any private data and contain only this peer host name.<br/>
+ External links: referrer information should never be sent.
</div>
</div>
<div class="form-group">
@@ -68,8 +68,8 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyStrictOriginInfo">
- Peer internal and external links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
- Restriction : when a link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
+ Peer internal and external links: referrer information should be stripped from any private data and contain only this peer host name.<br/>
+ Restriction: when a link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
</div>
</div>
<div class="form-group">
@@ -84,8 +84,8 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyOriginInfo">
- Peer internal and external links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
- Note : this value is also compatible with legacy values from the older <a href="https://wiki.whatwg.org/wiki/Meta_referrer">specification draft</a>.
+ Peer internal and external links: referrer information should be stripped from any private data and contain only this peer host name.<br/>
+ Note: this value is also compatible with legacy values from the older <a href="https://wiki.whatwg.org/wiki/Meta_referrer">specification draft</a>.
</div>
</div>
<div class="form-group">
@@ -100,9 +100,9 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyStrictOriginWhenCrossOriginInfo">
- Peer internal links : referrer information should contain full URLs.<br/>
- External links : referrer information should be stripped from any private data and contain only this peer host name.<br/>
- Restriction : when an external link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
+ Peer internal links: referrer information should contain full URLs.<br/>
+ External links: referrer information should be stripped from any private data and contain only this peer host name.<br/>
+ Restriction: when an external link downgrades from a TLS secured connection (https) on this peer to an unsecured target (http), no referrer information at all should be sent.
</div>
</div>
<div class="form-group">
@@ -117,8 +117,8 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyOriginWhenCrossOriginInfo">
- Peer internal links : referrer information should contain full URLs.<br/>
- External links : referrer information should be stripped from any private data and contain only this peer host name.
+ Peer internal links: referrer information should contain full URLs.<br/>
+ External links: referrer information should be stripped from any private data and contain only this peer host name.
</div>
</div>
<div class="form-group">
@@ -148,7 +148,7 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyEmptyInfo">
- Default browser behavior : it should corresponds to "no-referrer-when-downgrade".
+ Default browser behavior: it should correspond to "no-referrer-when-downgrade".
</div>
</div>
<div class="form-group">
@@ -163,7 +163,7 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-8" id="metaPolicyUnsafeUrlInfo">
- Unsafe setting : referrer information should always contain full URLs.
+ Unsafe setting: referrer information should always contain full URLs.
</div>
</div>
#(metaPolicyCustom)#::
@@ -179,7 +179,7 @@ Visited websites can process this information as they whish, so this can become
</div>
</div>
<div class="col-sm-7 alert alert-warning" id="metaPolicyCustomInfo" role="alert">
- Custom setting : probably manually edited, be sure this value is the desired one.
+ Custom setting: probably manually edited, be sure this value is the desired one.
</div>
</div>
#(/metaPolicyCustom)#
@@ -203,9 +203,9 @@ Visited websites can process this information as they whish, so this can become
<p>When checked, this overrides the global referrer policy and adds the standard "noreferrer"
<a href="https://www.w3.org/TR/html/links.html#allowed-keywords-and-their-meanings" title="Link types section at W3C HTML specification">link type</a> to search results links,
thus instructing the browser that it should not send any referrer information at all when visiting them.</p>
- <p>Be careful with this : some websites might reject requests with no referrer.</p>
+ <p>Be careful with this: some websites might reject requests with no referrer.</p>
<p>It is a standard HTML5 attribute value,
- supported by much more browsers than the meta tag : if you want a higher level of privacy but use an old or incompatible browser,
+ supported by many more browsers than the meta tag: if you want a higher level of privacy but use an old or incompatible browser,
this can be a valuable option.</p>
</div>
</div>
diff --git a/htroot/Surftips.html b/htroot/Surftips.html
index 9e50a8e5e..21f8c31f7 100644
--- a/htroot/Surftips.html
+++ b/htroot/Surftips.html
@@ -63,7 +63,7 @@
::
<button type="submit" name="publicPage" class="btn btn-primary" value="0">
<img src="env/grafics/lockclose.png" alt="authentication required" />
- Hide surftips for users without autorization
+ Hide surftips for users without authorization
</button>
#(/publicSurftips)#
</div></form>
diff --git a/htroot/TransNews_p.html b/htroot/TransNews_p.html
index ff87a84b8..33531238d 100644
--- a/htroot/TransNews_p.html
+++ b/htroot/TransNews_p.html
@@ -12,7 +12,7 @@
<form method="post" enctype="multipart/form-data">
<p>
You can share your local addition to translations and distribute it to other peers.
- The remote peer can vote on your translation and add it to the own local translation.<br>
+ The remote peer can vote on your translation and add it to its own local translation.<br>
(#[transsize]# entries available)&nbsp;&nbsp;<input type="submit" class="btn btn-default" name="publishtranslation" value="Publish">
&nbsp;&nbsp;<small>You can check your outgoing messages <a href="News.html?page=3">here</a>.</small>
To edit or add local translations you can use <a href="Translator_p.html">Translator_p.html</a>.
diff --git a/htroot/Vocabulary_p.html b/htroot/Vocabulary_p.html
index 85aef0f29..ffd732d29 100644
--- a/htroot/Vocabulary_p.html
+++ b/htroot/Vocabulary_p.html
@@ -147,7 +147,7 @@ To see a list of all APIs, please visit the <a href="https://wiki.yacy.net/index
</div>
<div class="radio col-sm-offset-4 col-lg-offset-3 col-sm-7">
<label>
- <input type="radio" name="discovermethod" value="titlesplitted" onclick="document.getElementById('discoverobjectspace').disabled=''"/> from page title (splitted)
+ <input type="radio" name="discovermethod" value="titlesplitted" onclick="document.getElementById('discoverobjectspace').disabled=''"/> from page title (split)
</label>
</div>
<div class="radio col-sm-offset-4 col-lg-offset-3 col-sm-7">
diff --git a/htroot/WikiHelp.html b/htroot/WikiHelp.html
index 82ffd1faa..809024487 100644
--- a/htroot/WikiHelp.html
+++ b/htroot/WikiHelp.html
@@ -41,7 +41,7 @@
</td>
<td>
These tags create stressed texts. The first pair emphasizes the text (most browsers will display it in italics),
- the second one emphazises it more strongly (i.e. bold) and the last tags create a combination of both.
+ the second one emphasizes it more strongly (i.e. bold) and the last tags create a combination of both.
</td>
</tr>
@@ -50,7 +50,7 @@
&lt;s&gt;text&lt;/s&gt;
</td>
<td>
- Text will be displayed <span class="strike">stricken through</span>.
+ Text will be displayed <span class="strike">struck through</span>.
</td>
</tr>
diff --git a/htroot/autoconfig.pac b/htroot/autoconfig.pac
index efb3860a1..2dbf61f71 100644
--- a/htroot/autoconfig.pac
+++ b/htroot/autoconfig.pac
@@ -14,7 +14,7 @@ function FindProxyForURL(url,host) {
// not the proxy itself
if (host == "#[host]#") return "DIRECT";
- // no local adresses
+ // no local addresses
ip = dnsResolve(host);
if ( isInNet(ip, "127.0.0.0", "255.0.0.0")
|| isInNet(ip, "192.168.0.0", "255.255.0.0")
diff --git a/htroot/index.html b/htroot/index.html
index 876774593..722e61753 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -175,7 +175,7 @@
<dt>site:&lt;host&gt;</dt>
<dd>only urls from host &lt;host&gt;</dd>
<dt>author:&lt;author&gt;</dt>
- <dd>only pages with as-author-anotated &lt;author&gt;</dd>
+ <dd>only pages with as-author-annotated &lt;author&gt;</dd>
<dt>tld:&lt;tld&gt;</dt>
<dd>only pages from top-level-domains &lt;tld&gt;</dd>
#(datesincontent)#::
diff --git a/htroot/ssitest.html b/htroot/ssitest.html
deleted file mode 100644
index adc032b70..000000000
--- a/htroot/ssitest.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!-- aus http://de.selfhtml.org/servercgi/server/ssi.htm -->
-<html>
-<head>
-<title>Dynamisches HTML mit Server Side Includes</title>
-</head>
-<body>
-<h1>Dynamisches HTML mit Server Side Includes</h1>
-<!--#include virtual="ssitest.inc" -->
-<!--#include virtual="ssitestservlet.html?delay=1000" -->
-<!--#include virtual="ssitestservlet.html?delay=2000" -->
-<!--#include virtual="ssitestservlet.html?delay=1000" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-<!--#include virtual="ssitestservlet.html?delay=0" -->
-
-</body>
-</html> \ No newline at end of file
diff --git a/htroot/ssitest.inc b/htroot/ssitest.inc
deleted file mode 100644
index 531dc4aae..000000000
--- a/htroot/ssitest.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-<!-- aus http://de.selfhtml.org/servercgi/server/ssi.htm -->
-<p>Auf einer Meierei,<br>
-da lebte einst ein braves Huhn,<br>
-das legte, wie die HŸhner tun,<br>
-an jedem Tag ein Ei.<br>
-Und kakelte, mirakelte, spektakelte,<br>
-als obs ein Wunder sei.</p> \ No newline at end of file
diff --git a/htroot/ssitestservlet.html b/htroot/ssitestservlet.html
deleted file mode 100644
index 00d2300cf..000000000
--- a/htroot/ssitestservlet.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<p>
-testservlet ok nach #[delay]# millisekunden Pause.<br>
-start = #[start]#, stop = #[stop]#
-</p> \ No newline at end of file
diff --git a/htroot/test.html b/htroot/test.html
deleted file mode 100644
index 564e76d95..000000000
--- a/htroot/test.html
+++ /dev/null
@@ -1,267 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <meta name="author" content="">
-
- <title>Dashboard Template for Bootstrap</title>
-
- <script src="env/bootstrap/js/jquery.min.js"></script>
- <script src="env/bootstrap/js/bootstrap.min.js"></script>
-
- <!-- Bootstrap core CSS -->
- <link href="env/bootstrap/css/bootstrap.min.css" rel="stylesheet">
-
- <!-- Custom styles for this template -->
- <link href="env/bootstrap-base.css" rel="stylesheet">
-
- <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="env/bootstrap/js/html5shiv.min.js"></script>
- <script src="env/bootstrap/js/respond.min.js"></script>
- <![endif]-->
-
- <!-- style for hypertree -->
- <link href="env/hypertree.css" rel="stylesheet">
- </head>
-
- <body>
-
- <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
- <div class="container-fluid">
- <div class="navbar-header">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
- <span class="sr-only">Toggle navigation</span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- <span class="icon-bar"></span>
- </button>
- <a class="navbar-brand" href="#">Project name</a>
- </div>
- <div class="navbar-collapse collapse">
- <ul class="nav navbar-nav navbar-right">
- <li><a href="#">Dashboard</a></li>
- <li><a href="#">Settings</a></li>
- <li><a href="#">Profile</a></li>
- <li><a href="#">Help</a></li>
- <li class="dropdown">
- <a href="#" data-toggle="dropdown" class="dropdown-toggle">Messages <b class="caret"></b></a>
- <ul class="dropdown-menu">
- <li><a href="#">Inbox</a></li>
- <li><a href="#">Drafts</a></li>
- <li><a href="#">Sent Items</a></li>
- <li class="divider"></li>
- <li><a href="#">Trash</a></li>
- </ul>
- </li>
- <li id="header_administration">
- <form action="Status.html" method="get">
- <button accesskey="s" type="submit" class="btn btn-inverse navbar-btn">Administration &raquo;</button>
- </form>
- </li>
- </ul>
- <form class="navbar-form navbar-right">
- <input type="text" class="form-control" placeholder="Search...">
- </form>
- </div>
- </div>
- </div>
-
- <div class="container-fluid">
- <div class="row">
- <div class="col-sm-3 col-md-2 sidebar">
- <ul class="nav nav-sidebar">
- <li class="active"><a href="#">Overview</a></li>
- <li><a href="#">Reports</a></li>
- <li><a href="#">Analytics</a></li>
- <li><a href="#">Export</a></li>
- </ul>
- <ul class="nav nav-sidebar">
- <li><a href="">Nav item</a></li>
- <li><a href="">Nav item again</a></li>
- <li><a href="">One more nav</a></li>
- <li><a href="">Another nav item</a></li>
- <li><a href="">More navigation</a></li>
- </ul>
- <ul class="nav nav-sidebar">
- <li><a href="">Nav item again</a></li>
- <li><a href="">One more nav</a></li>
- <li><a href="">Another nav item</a></li>
- </ul>
- </div>
- <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>
-<div id="linkstructure"></div>
-<script>$(document).ready(linkstructure("yacy.net", "#linkstructure", 1280, 720, 1000, 1000));</script>
-
- <div class="row placeholders">
- <div class="col-xs-6 col-sm-3 placeholder">
- <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail">
- <h4>Label</h4>
- <span class="text-muted">Something else</span>
- </div>
- <div class="col-xs-6 col-sm-3 placeholder">
- <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail">
- <h4>Label</h4>
- <span class="text-muted">Something else</span>
- </div>
- <div class="col-xs-6 col-sm-3 placeholder">
- <img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="Generic placeholder thumbnail">
- <h4>Label</h4>
- <span class="text-muted">Something else</span>
- </div>
- <div class="col-xs-6 col-sm-3 placeholder">
- <img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="Generic placeholder thumbnail">
- <h4>Label</h4>
- <span class="text-muted">Something else</span>
- </div>
- </div>
-
- <div class="row placeholders">
-<a href="#" id="example1" class="btn btn-lg btn-danger" data-content="And here's some amazing content." data-original-title="A title">popover</a>
-<a href="#" id="example2" class="btn btn-lg btn-danger" title="A Title" role="button">tooltip</a>
-<script type="text/javascript">
-$("#example1").popover({'trigger':'hover', offset: 10});
-$("#example2").tooltip();
-</script>
-</div>
-
- <h2 class="sub-header">Section title</h2>
- <div class="table-responsive">
- <table class="table table-striped">
- <thead>
- <tr>
- <th>#</th>
- <th>Header</th>
- <th>Header</th>
- <th>Header</th>
- <th>Header</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>1,001</td>
- <td>Lorem</td>
- <td>ipsum</td>
- <td>dolor</td>
- <td>sit</td>
- </tr>
- <tr>
- <td>1,002</td>
- <td>amet</td>
- <td>consectetur</td>
- <td>adipiscing</td>
- <td>elit</td>
- </tr>
- <tr>
- <td>1,003</td>
- <td>Integer</td>
- <td>nec</td>
- <td>odio</td>
- <td>Praesent</td>
- </tr>
- <tr>
- <td>1,003</td>
- <td>libero</td>
- <td>Sed</td>
- <td>cursus</td>
- <td>ante</td>
- </tr>
- <tr>
- <td>1,004</td>
- <td>dapibus</td>
- <td>diam</td>
- <td>Sed</td>
- <td>nisi</td>
- </tr>
- <tr>
- <td>1,005</td>
- <td>Nulla</td>
- <td>quis</td>
- <td>sem</td>
- <td>at</td>
- </tr>
- <tr>
- <td>1,006</td>
- <td>nibh</td>
- <td>elementum</td>
- <td>imperdiet</td>
- <td>Duis</td>
- </tr>
- <tr>
- <td>1,007</td>
- <td>sagittis</td>
- <td>ipsum</td>
- <td>Praesent</td>
- <td>mauris</td>
- </tr>
- <tr>
- <td>1,008</td>
- <td>Fusce</td>
- <td>nec</td>
- <td>tellus</td>
- <td>sed</td>
- </tr>
- <tr>
- <td>1,009</td>
- <td>augue</td>
- <td>semper</td>
- <td>porta</td>
- <td>Mauris</td>
- </tr>
- <tr>
- <td>1,010</td>
- <td>massa</td>
- <td>Vestibulum</td>
- <td>lacinia</td>
- <td>arcu</td>
- </tr>
- <tr>
- <td>1,011</td>
- <td>eget</td>
- <td>nulla</td>
- <td>Class</td>
- <td>aptent</td>
- </tr>
- <tr>
- <td>1,012</td>
- <td>taciti</td>
- <td>sociosqu</td>
- <td>ad</td>
- <td>litora</td>
- </tr>
- <tr>
- <td>1,013</td>
- <td>torquent</td>
- <td>per</td>
- <td>conubia</td>
- <td>nostra</td>
- </tr>
- <tr>
- <td>1,014</td>
- <td>per</td>
- <td>inceptos</td>
- <td>himenaeos</td>
- <td>Curabitur</td>
- </tr>
- <tr>
- <td>1,015</td>
- <td>sodales</td>
- <td>ligula</td>
- <td>in</td>
- <td>libero</td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- </div>
- </body>
-</html>
diff --git a/htroot/test.xml b/htroot/test.xml
deleted file mode 100644
index 0e150fc4c..000000000
--- a/htroot/test.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<root>
-
-#{item}#
-<item>
-<text>#[text]#</text>
-</item>
-#{/item}#
-</root>