Added some accesskeys to webinterface and updated help with some hints on how to use them.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@91 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
rramthun 2005-05-08 13:05:30 +00:00
parent cbdc499ba6
commit 982c3ebeeb
2 changed files with 18 additions and 7 deletions

View File

@ -10,16 +10,16 @@
<h2>Help</h2>
<p>
This is a distributed web crawler and also a caching http proxy. You are using the <i>online-interface</i> of the application. You can use this interface to configure your personal settings, proxy settings, access control and crawling properties. You can also use this interface to start crawls, send messages to other peers and monitor your index, cache status and crawling processes. Most important, you can use the search page to search either your own or the <i>global</i> index.
This is a distributed web crawler and also a caching HTTP proxy. You are using the <i>online-interface</i> of the application. You can use this interface to configure your personal settings, proxy settings, access control and crawling properties. You can also use this interface to start crawls, send messages to other peers and monitor your index, cache status and crawling processes. Most important, you can use the search page to search either your own or the <i>global</i> index.
</p>
<p>
For more detailed information, visit the <a href="http://www.yacy.net/yacy">YACY home page</a>.
For more detailed information, visit the <a href="http://www.yacy.net/yacy">YaCy homepage</a>.
</p>
<h3>Local and Global Search: Options and Functions</h3>
The proxy provides a search interface that accessed your local index, created from web pages that passed the proxy.
The search can also be applied globally, by search other peers. You can use the following options to enhance your search results:
The proxy provides a search interface that accesses your local index, created from web pages that passed the proxy.
The search can also be applied globally, by searching other peers. You can use the following options to enhance your search results:
<table border="0" cellspacing="1" cellpadding="3" width="100%">
@ -49,7 +49,18 @@ distributed index is in test mode. Search results get more stable (repeated glob
the search time is.
</td></tr></table>
<hr>
You may want to use accesskeys to navigate through the YaCy webinterface:<p>
<li> Windows and Internet Explorer: Alt + Accesskey + Enter<br>
<li> Windows and Mozilla/Firefox/Netscape: Alt + Accesskey<br>
<li> Windows and Opera: Shift + Esc + Accesskey<br>
<li> Macintosh and Internet Explorer: Strg + Accesskey + Enter<br>
<li> Macintosh and Safari: Strg + Accesskey<br>
<li> Macintosh and Mozilla/Firefox/Netscape: Strg + Accesskey<br>
<li> Macintosh and Opera: Shift + Esc + Accesskey<br>
<li> Linux Mandrake and Galeon/Mozilla: Alt + Accesskey<br>
<li> All OS and Amaya: Strg + Accesskey
#[footer]#
</body>

View File

@ -32,7 +32,7 @@
<tr><td width="100" valign="top">
<table width="100%" border="0" cellspacing="2" cellpadding="0" class="Menu">
<tr><td class="MenuHeader">&nbsp;Global&nbsp;Index</td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/index.html" class="MenuItemLink">Search Page</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/index.html" accesskey="s" class="MenuItemLink"><u>S</u>earch Page</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Help.html" class="MenuItemLink">Help</a></td></tr>
<!--<tr><td class="MenuItem">&nbsp;<a href="/Statistics.html" class="MenuItemLink">Statistics</a></td></tr>-->
<tr><td class="MenuSpacer"></td></tr>
@ -58,8 +58,8 @@
<tr><td class="MenuSpacer"></td></tr>
<tr><td class="MenuHeader">&nbsp;Peer&nbsp;Control</td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Status.html" class="MenuItemLink">Status</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Network.html" class="MenuItemLink">Network</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Status.html" accesskey="t" class="MenuItemLink">S<u>t</u>atus</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Network.html" accesskey="n" class="MenuItemLink"><u>N</u>etwork</a></td></tr>
<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="/Performance_p.html" class="MenuItemLink">Performance</a></td></tr>