Skip to content

Commit

Permalink
Minor changes collected over some time.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1319 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
rramthun committed Jan 12, 2006
1 parent 6de5c46 commit c4487de
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion htroot/Connections_p.html
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions htroot/Network.html
Expand Up @@ -211,10 +211,10 @@ <h2>Manually contacting Peer</h2>
<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:
Expand Down
4 changes: 2 additions & 2 deletions htroot/Network.xml
Expand Up @@ -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)#
2 changes: 1 addition & 1 deletion htroot/Skins_p.html
Expand Up @@ -27,7 +27,7 @@ <h2>Skin selection</h2>
</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>
Expand Down
2 changes: 1 addition & 1 deletion locales/de.lng
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaCrawlStacker.java
Expand Up @@ -316,7 +316,7 @@ public String stackCrawl(String nexturlString, String referrerString, String ini
/*
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;
}
Expand Down
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/plasmaCrawlWorker.java
Expand Up @@ -418,7 +418,7 @@ private static void load(
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;
}

Expand Down
2 changes: 1 addition & 1 deletion yacy.logging
Expand Up @@ -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)
Expand Down

0 comments on commit c4487de

Please sign in to comment.