*) adding menue to top of configuration pages

- IndexCreate_p.html
- Settings_p.html

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@324 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent abba8fe61b
commit aad2268751

@ -8,11 +8,32 @@
#[header]#
<br><br>
<h2>Index Creation</h2>
<p>
<table>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#startCrawling">Start new crawling job</a></td>
<td rowspan="5" width="30">&nbsp;</td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#rejectedUrls">Rejected URL List</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#distributedIndexing">Distributed Indexing</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#indexingQueue">Indexing Queue</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#crawlingProfiles">Crawl Profile List</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#loaderQueue">Loader Queue</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#remoteCrawlPeers">Remote Crawling Peers</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#crawlingQueue">Crawling Queue</a></td>
</tr>
</table>
</p>
<p>
<div class=small><b>
<div class=small><a name="startCrawling"><b>Start Crawling Job:</b></a>&nbsp;
You can define url's as start points for Web page crawling and start that crawling here.
</b></div>
</div>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<form action="IndexCreate_p.html" method="post" enctype="multipart/form-data">
<tr valign="top" class="TableCellDark">
@ -114,7 +135,7 @@ You can define url's as start points for Web page crawling and start that crawli
</p>
<p><form action="IndexCreate_p.html" method="post" enctype="multipart/form-data">
<div class=small><b>Distributed Indexing: </b>
<div class=small><a name="distributedIndexing"><b>Distributed Indexing: </b></a>
Crawling and indexing can be done by remote peers.
Your peer can search and index for other peers and they can search for you.</div>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
@ -170,7 +191,7 @@ Continue crawling.
</form>
<br>
#(/refreshbutton)#
Crawl Profile List:<br>
<b><a name="crawlingProfiles">Crawl Profile List:</a></b><br>
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr class="TableHeader">
<td width="120" class="small"><b>Crawl Thread</b></td>
@ -196,6 +217,8 @@ Crawl Profile List:<br>
#{/crawlProfiles}#
</table>
<br>
<a name="remoteCrawlPeers">
<b>Remote Crawling Peers:</b>&nbsp;
#(remoteCrawlPeers)#
No remote crawl peers availible.<br>
::
@ -215,11 +238,14 @@ No remote crawl peers availible.<br>
</tr>
</table>
#(/remoteCrawlPeers)#
</a>
<br>
<a name="rejectedUrls">
#(rejected)#
::
<form action="IndexCreate_p.html" method="post" enctype="multipart/form-data">
There are #[num]# entries in the rejected-urls list.
<b>Rejected URL List:</b>&nbsp;There are #[num]# entries in the rejected-urls list.
#(only-latest)#
::
Showing latest #[num]# entries.
@ -246,7 +272,11 @@ There are #[num]# entries in the rejected-queue:<br>
#{/list}#
</table>
#(/rejected)#
</a>
<br>
<a name="indexingQueue">
<b>Indexing Queue:</b>&nbsp;
#(indexing-queue)#
The indexing queue is empty<br>
::
@ -272,7 +302,11 @@ There are #[num]# entries in the indexing queue:<br>
#{/list}#
</table>
#(/indexing-queue)#
</a>
<br>
<a name="loaderQueue">
<b>Loader Set:</b>&nbsp;
#(loader-set)#
The loader set is empty<br>
::
@ -292,7 +326,11 @@ There are #[num]# entries in the loader set:<br>
#{/list}#
</table>
#(/loader-set)#
</a>
<br>
<a name="crawlingQueue">
<b>Crawler Queue:</b>&nbsp;
#(crawler-queue)#
The crawler queue is empty<br><br>
::
@ -325,6 +363,7 @@ There are #[num]# entries in the crawler queue. Showing #[show-num]# most recent
#(/paused)#
</form>
#(/crawler-queue)#
</a>
</p>
#[footer]#
</body>

@ -8,15 +8,40 @@
#[header]#
<br><br>
<h2>Settings</h2>
<p>This is the configuration page for YaCy. Access to this page should be limited to an administration person only.
To restrict the access to this page, please set an administrator account and password below.</p>
To restrict the access to this page, please set an administrator account and password <a href="#admin">below.</a></p>
<p>If you want to restore all settings to the default values,
but <b>forgot your administration password</b>, you must stop the proxy,
delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root folder and start YaCy again.
<p>
<table>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#admin">Administration Account Settings</a></td>
<td rowspan="5" width="30">&nbsp;</td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#ServerAccess">Server Access Settings</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#general">General Settings</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#SystemBehaviour">System Behaviour Settings</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#ProxyAccess">Server Access Settings</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#seed">Seed Upload Settings</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#http">HTTP Networking</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#parser">Content Parser Settings</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#proxy">Remote Proxy (optional)</a></td>
<td>&nbsp;</td>
</tr>
</table>
</p>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Administration Account Settings</legend>
<fieldset><legend><a name="admin">Administration Account Settings</a></legend>
<p>This is the account that restricts access to this 'Settings' page. If you have not customized it yet, you should do so now:
<p><table border="0" cellspacing="5">
<tr valign="top">
@ -35,7 +60,7 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>General Settings</legend>
<fieldset><legend><a name="general">General Settings</a></legend>
<p>
<table border="0" cellspacing="5">
<tr valign="top">
@ -60,7 +85,7 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Server Access Settings</legend>
<fieldset><legend><a name="ProxyAccess">Server Access Settings</a></legend>
These settings configure the access method to your own http proxy and server.
All traffic is routed throug one single port, for both proxy and server.<br>
<br><b>Port Configuration</b><br><br>
@ -124,7 +149,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>HTTP Networking</legend>
<fieldset><legend><a name="http">HTTP Networking</a></legend>
<table border="0" cellspacing="5">
<tr valign="top">
<td>Transparent&nbsp;Proxy:</td>
@ -148,7 +173,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Remote Proxy (optional)</legend>
<fieldset><legend><a name="proxy">Remote Proxy (optional)</a></legend>
<p>YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:</p>
<p><table border="0" cellspacing="5">
<tr valign="top">
@ -176,7 +201,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Server Access Settings</legend>
<fieldset><legend><a name="ServerAccess">Server Access Settings</a></legend>
<p>Here you can restrict access to the server. By default, the access is not limited, because this function is needed to spawn the p2p index-sharing function. If you block access to your server (setting anything else than '*'), then you will also be blocked from using other peers' indexes for search service. However, blocking access may be correct in enterprise environments where you only want to index your company's own web pages.</p>
<p>ATTENTION: Your current IP is recognized as "#[clientIP]#". If the value you enter here does not match with this IP, you will not be able to access the server pages anymore</p>
<p><table border="0" cellspacing="5">
@ -192,7 +217,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>System Behaviour Settings</legend>
<fieldset><legend><a name="SystemBehaviour">System Behaviour Settings</a></legend>
<table>
<tr><td>Auto pop-up of status page on start-up:</td>
<td><input type="submit" name="enpop" value="enable"> / <input type="submit" name="dispop" value="disable"></td></tr>
@ -202,7 +227,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
<p>
<fieldset>
<legend>Seed Upload Settings</legend>
<legend><a name="seed">Seed Upload Settings</a></legend>
<p>With these settings you can configure if you have an account on a public accessible
server where you can host a seed-list file.</p>
<p><b>General Settings:</b></p>
@ -241,7 +266,7 @@ but only if there had been changes to the seed-list.
<br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend>Content Parser Settings</legend>
<fieldset><legend><a name="parser">Content Parser Settings</a></legend>
<p>With this settings you can activate or deactivate parsing of additional content-types based on their MIME-types.<br>
For a detailed description of the various MIME-types take a look at <a href="http://www.iana.org/assignments/media-types/">http://www.iana.org/assignments/media-types/</a></p>
<p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

Loading…
Cancel
Save