* added Connection page to main menu; adoped Connection page layout

* updated changelog

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1216 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 80b3e85356
commit dbd6cc57dc

@ -73,6 +73,42 @@ globalheader();
</ul>
-->
<br><p>v0.42_20051216_1216
<ul>
<li>New Features</li>
<ul>
<li>Introduction of Block Rank; Generation, transmission and collection of block rank statistics; computation of block rank tables for new search ranking YBR (YaCy Block Rank)</li>
<li>New network picture on network page</li>
<li>New Connection tracking page</li>
<li>New ICAP support and SQUID-like redirectors</li>
<li>Many small changes</li>
</ul>
<li>Improvements</li>
<ul>
<li>New search behavior with better search results and less search time.</li>
<li>Index transfer with less computation overhead.</li>
<li>Better robots.txt parser.</li>
<li>New write cache for less IO resulting in better database speed.</li>
<li>Asynchronous queueing of crawl jobs and better crawl+indexing performance</li>
<li>More document parser. The following document formats are supported:</li>
<ul>
<li>Acrobat Portable Document</li>
<li>Word Document</li>
<li>MimeType</li>
<li>Rich Site Summary/Atom Feed</li>
<li>OASIS OpenDocument V2 Text Document</li>
<li>Bzip 2 UNIX Compressed File</li>
<li>GNU Zip Compressed Archive</li>
<li>Rich Text Format</li>
<li>Tape Archive File</li>
<li>rpm Parser</li>
<li>Compressed Archive File</li>
<li>vCard</li>
</ul>
</ul>
<li>very large number of bugfixes</li>
</ul>
<br><p>v0.41_20051004_848
<ul>
<li>Prevention of unwanted DDoS effects caused by YaCy crawls by doing a target-server load balancing; further prevention is done by robots.txt</li>

@ -3,13 +3,15 @@
<head>
<title>YaCy '#[clientname]#': Connection Tracking</title>
#%env/templates/metas.template%#
<meta http-equiv="REFRESH" content="30">
<meta http-equiv="REFRESH" content="3">
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
<p><h2>Connection Tracking</h2></p>
<p><h3>Incoming Connections</h3></p>
<p>Showing #[numActiveRunning]# active connections, #[numActivePending]# pending connections from a max. of #[numMax]# allowed incoming connections.<br>
<br><br>
<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>
<table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom">
<td class="small">Protocol</td>

@ -65,6 +65,7 @@
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/ViewLog_p.html" class="MenuItemLink">Log</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/Settings_p.html" class="MenuItemLink">Settings</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/PerformanceQueues_p.html" class="MenuItemLink">Performance</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/Connections_p.html" class="MenuItemLink">Connections</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/Language_p.html" class="MenuItemLink">Language</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top">&nbsp;<a href="/Skins_p.html" class="MenuItemLink">Skins</a></td></tr>
<tr><td class="MenuSpacer"></td></tr>

Loading…
Cancel
Save