Minor changes collected over some time.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1319 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 6de5c46702
commit c4487deba9

@ -11,7 +11,7 @@
<h2>Connection Tracking</h2>
<p>
<h3>Incoming Connections</h3>
Showing #[numActiveRunning]# active connections, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.<br>
Showing #[numActiveRunning]# active, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.<br>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td class="small">Protocol</td>

@ -211,10 +211,10 @@ YaCy Cluster Indexing Speed: #[gppm]# Pages Per Minute (Accumulated PPM over Act
<p>
#(comment)#
::
You are in online mode, but probably no internet resource is available. Please check you internet connection.
You are in online mode, but probably no internet resource is available. Please check your internet connection.
::
You are either not in online mode or you do not use the proxy option.
To get connection to the YACY network, you must use the proxy by setting your browsers settings
To get connection to the YaCy network, you must use the proxy by setting your browser's settings
('on-demand - mode', see <a href="http://www.yacy.net/yacy/Installation.html#wininst">here</a>
for an installation guide) or you can go online by activating the permanent online mode.
To do this, press this button:

@ -44,8 +44,8 @@
<status>#[comment]#</status>
<!--
0 - nothing
1 - online Mode, but no Internet availible
2 - not in online Mode
1 - online mode, but no Internet available
2 - not in online mode
-->
</peers>
#(/table)#

@ -27,7 +27,7 @@ Skins:<br>
</form>
<form action="Skins_p.html">
Install new Skin from URL:<br>
Install new skin from URL:<br>
<input type="text" name="url" size="30"><br><input type="checkbox" name="use_skin" value="on" checked="true">Use this skin<br><br>
<input type="submit" value="install">
</form>

@ -975,7 +975,7 @@ Current skin:==Verwendeter Skin:
Skins:==Skins:
"Use"=="Benutzen"
"Delete"=="L&ouml;schen"
Install new Skin from URL:==Installiere einen neuen Skin von folgender URL:
Install new skin from URL:==Installiere einen neuen Skin von folgender URL:
Use this skin==Benutze diesen Skin
"install"=="Installieren"
Unable to get URL:==Nicht m&ouml;glich die angegebene Datei von folgender URL zu installieren:

@ -316,7 +316,7 @@ public final class plasmaCrawlStacker {
/*
urlPool.errorURL.newEntry(nexturl, referrerHash, initiatorHash, yacyCore.seedDB.mySeed.hash,
name, reason, new bitfield(plasmaURL.urlFlagLength), false);*/
this.log.logFine("Crawling of URL '" + nexturlString + "' disallowed by robots.txt." +
this.log.logFine("Crawling of URL '" + nexturlString + "' disallowed by robots.txt. " +
"Stack processing time: " + (System.currentTimeMillis()-startTime));
return reason;
}

@ -418,7 +418,7 @@ public final class plasmaCrawlWorker extends Thread {
redirectionUrlString = redirectionUrlString.trim();
if (redirectionUrlString.length() == 0) {
log.logWarning("CRAWLER Recirection of URL=" + url.toString() + " aborted. Location header is empty.");
log.logWarning("CRAWLER Redirection of URL=" + url.toString() + " aborted. Location header is empty.");
return;
}

@ -5,7 +5,7 @@
# setting logging levels vor individual classes
# possible values are:
# OFF no output at all
# SEVERE system-level error, internal cause, critical and not fixeable (i.e. inconsistency)
# SEVERE system-level error, internal cause, critical and not fixable (i.e. inconsistency)
# WARNING uncritical service failure, may require user activity (i.e. input required, wrong authorization)
# INFO regular action information (i.e. any httpd request URL)
# CONFIG regular system status information (i.e. start-up messages)

Loading…
Cancel
Save