yacy_search_server/htroot/ProxyIndexingMonitor_p.html
michitux 31393312d0 New XHTML-template for a large part of the frontend, for details see http://yacy-websuche.de/wiki/index.php/Dev:XHTML
If you don't use the default skin, the style will be broken or at least not complete.
YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin.
The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style.
Translation will be broken too because the language-files contain HTML-Code which has changed.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-11 18:18:12 +00:00

102 lines
4.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Proxy Index Monitor</title>
#%env/templates/metas.template%#
</head>
<body id="ProxyIndexingMonitor">
#%env/templates/header.template%#
<h2>Index Monitor for Proxy Indexing</h2>
<p>
This is the control page for web pages that your peer has indexed during the current application run-time
as result of proxy fetch/prefetch.
<strong>No personal or protected page is indexed</strong>;
those pages are detected by properties in the HTTP header (like Cookie-Use, or HTTP Authorization)
or by POST-Parameters (either in URL or as HTTP protocol)
and automatically excluded from indexing.
</p>
<form action="ProxyIndexingMonitor_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="5" cellspacing="1">
<tr class="TableCellDark">
<td colspan="3"><strong>Proxy pre-fetch setting:</strong>
this is an automated html page loading procedure that takes actual proxy-requested
URLs as crawling start points for crawling.</td>
</tr>
<tr valign="top" class="TableCellLight">
<td>Prefetch Depth</td>
<td><input name="proxyPrefetchDepth" type="text" size="2" maxlength="2" value="#[proxyPrefetchDepth]#" /></td>
<td>
A prefetch of 0 means no prefetch; a prefetch of 1 means to prefetch all
embedded URLs, but since embedded image links are loaded by the browser
this means that only embedded href-anchors are prefetched additionally.
</td>
</tr>
<tr valign="top" class="TableCellLight">
<td>Store to Cache</td>
<td><input type="checkbox" name="proxyStoreHTCache" #(proxyStoreHTCacheChecked)#::checked="checked"#(/proxyStoreHTCacheChecked)# /></td>
<td>It is almost always recommended to set this on. The only exception is that you have another caching proxy running as secondary proxy and YaCy is configured to used that proxy in proxy-proxy - mode.</td>
</tr>
<tr valign="top" class="TableCellLight">
<td>Do Remote Indexing</td>
<td><input type="checkbox" name="proxyCrawlOrder" #(proxyCrawlOrder)#::checked="checked"#(/proxyCrawlOrder)# /></td>
<td>
If checked, the crawler will contact other peers and use them as remote indexers for your crawl.
If you need your crawling results locally, you should switch this off.
Only senior and principal peers can initiate or receive remote crawls.
Please note that this setting only take effect for a prefetch depth greater than 0.
</td>
</tr>
<tr class="TableCellDark">
<td colspan="3"><strong>Proxy generally</strong></td>
</tr>
<tr valign="top" class="TableCellLight">
<td>Path</td>
<td><input name="proxyCache" type="text" size="20" maxlength="300" value="#[proxyCache]#" /></td>
<td>The path where the pages are stored (max. length 300)</td>
</tr>
<tr valign="top" class="TableCellLight">
<td>Size</td>
<td><input name="proxyCacheSize" type="text" size="8" maxlength="24" value="#[proxyCacheSize]#" /></td>
<td>The size in MB of the cache.</td>
</tr>
<tr valign="top" class="TableCellDark">
<td colspan="1">&nbsp;</td>
<td colspan="2"><input type="submit" name="proxyprofileset" value="Set proxy profile" /></td>
</tr>
</table>
</form>
#(info)#
<!-- info 0 -->
::
<!-- info 1 -->
<p><strong>The file DATA/PLASMADB/crawlProfiles0.db is missing or corrupted.
Please delete that file and restart.</strong></p>
::
<!-- info 2 -->
<p><strong>Pre-fetch is now set to depth-#[message]#.</strong></p>
<p><strong>Caching is now #(caching)#off::on#(/caching)#.</strong></p>
<p><strong>Remote Indexing is now #(crawlOrder)#off::on#(/crawlOrder)#.</strong></p>
#(path)#::<p><strong>Cachepath is now set to '#[return]#'.</strong> Please move the old data in the new directory.</p>#(/path)#
#(size)#::<p><strong>Cachesize is now set to #[return]#MB.</strong></p>#(/size)#
#(restart)#::<p style="color:red;"><strong>Changes will take effect after restart only.</strong></p>#(/restart)#
::
<!-- info 3 -->
<p><strong>An error has occurred: #[error]#.</strong></p>
#(/info)#
<p>
You can see a snapshot of recently indexed pages
on the <a href="/IndexMonitor.html?process=4">Proxy Index Monitor</a> Page.
</p>
#%env/templates/footer.template%#
</body>
</html>