You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
3.2 KiB
51 lines
3.2 KiB
<!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]#': Your Personal Profile</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="ConfigProfile">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuConfig.template%#
|
|
<h2>Exclude Web-Spiders</h2>
|
|
<p>
|
|
Here you can set robots.txt-settings for all webcrawlers that try to access your peer.
|
|
<span class="tt">robots.txt</span> is a volunteer agreement most search-engines (including YaCy) follow.
|
|
It disallows crawlers to access webpages or even entire domains.
|
|
</p>
|
|
#(error)#
|
|
::<p class="error">Unable to access the local file: <span class="error tt">#[msg]#</span></p>
|
|
::<p class="error">Deletion of <span class="error tt">htroot/robots.txt</span> failed</p>#(/error)#
|
|
<form method="post" action="ConfigRobotsTxt_p.html" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
<fieldset><legend>Restrict access for</legend>
|
|
<input type="hidden" name="directories" value="checked" />
|
|
<input type="hidden" name="locked" value="checked" />
|
|
<dl>
|
|
<dt><label for="all"><em>Entire Peer</em></label></dt>
|
|
<dd><input type="checkbox" id="all" name="all"#(all.checked)#:: checked="checked"#(/all.checked)# /></dd>
|
|
<dt><label for="status">Status page</label></dt>
|
|
<dd><input type="checkbox" id="status" name="status"#(status.checked)#:: checked="checked"#(/status.checked)# /></dd>
|
|
<dt><label for="network">Network pages</label></dt>
|
|
<dd><input type="checkbox" id="network" name="network"#(network.checked)#:: checked="checked"#(/network.checked)# /></dd>
|
|
<dt><label for="surftips">Surftips</label></dt>
|
|
<dd><input type="checkbox" id="surftips" name="surftips"#(surftips.checked)#:: checked="checked"#(/surftips.checked)# /></dd>
|
|
<dt><label for="news">News pages</label></dt>
|
|
<dd><input type="checkbox" id="news" name="news"#(news.checked)#:: checked="checked"#(/news.checked)# /></dd>
|
|
<dt><label for="blog">Blog</label></dt>
|
|
<dd><input type="checkbox" id="blog" name="blog"#(blog.checked)#:: checked="checked"#(/blog.checked)# /></dd>
|
|
<dt><label for="wiki">Wiki</label></dt>
|
|
<dd><input type="checkbox" id="wiki" name="wiki"#(wiki.checked)#:: checked="checked"#(/wiki.checked)# /></dd>
|
|
<dt><label for="bookmarks">Public bookmarks</label></dt>
|
|
<dd><input type="checkbox" id="bookmarks" name="bookmarks"#(bookmarks.checked)#:: checked="checked"#(/bookmarks.checked)# /></dd>
|
|
<dt><label for="homepage">Home Page</label></dt>
|
|
<dd><input type="checkbox" id="homepage" name="homepage"#(homepage.checked)#:: checked="checked"#(/homepage.checked)# /></dd>
|
|
<dt><label for="fileshare">File Share</label></dt>
|
|
<dd><input type="checkbox" id="fileshare" name="fileshare"#(fileshare.checked)#:: checked="checked"#(/fileshare.checked)# /></dd>
|
|
<dt> </dt>
|
|
<dd><input type="submit" name="save" value="Set restrictions" /></dd>
|
|
</dl>
|
|
</fieldset>
|
|
</form>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html> |