Fixed one spelling mistake, limited input for ICQ numbers to 9 digits and made ICQ number in peer profiles clickable.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@85 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 1dad015b0b
commit 3f85978519

@ -39,7 +39,7 @@ You do not need to provide any personal data here, but if you want to distribute
<tr>
<td>ICQ</td>
<td><input type="text" name="icq" value="#[icq]#" style="width:100%"></td>
<td><input type="text" name="icq" maxlength="9" value="#[icq]#" style="width:100%"></td>
</tr>
<tr>
<td>Jabber</td>

@ -41,7 +41,7 @@ The peer #[peername]# is not online.
<tr>
<td>ICQ</td>
<td>#(icq)#&nbsp;::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5">#[value]##(/icq)#</td>
<td>#(icq)#&nbsp;::<img src=http://web.icq.com/whitepages/online?icq=#[value]#&img=5"><a href="http://wwp.icq.com/scripts/search.dll?to=#[value]#">#[value]#</a>#(/icq)#</td>
</tr>
<tr>
<td>Jabber</td>

@ -838,7 +838,7 @@ public class plasmaSwitchboard extends serverAbstractSwitch implements serverSwi
return;
}
cacheLoader.loadParallel(urlEntry.url(), urlEntry.referrerHash(), initiator, urlEntry.depth(), profile);
log.logInfo("LOCALCRAWL[" + noticeURL.localStackSize() + ", " + noticeURL.remoteStackSize() + "]: enqueed for load " + urlEntry.url());
log.logInfo("LOCALCRAWL[" + noticeURL.localStackSize() + ", " + noticeURL.remoteStackSize() + "]: enqueued for load " + urlEntry.url());
}
private boolean processGlobalCrawling(plasmaCrawlNURL.entry urlEntry) {

Loading…
Cancel
Save