Fixed some spelling mistakes

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@37 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 570de9c4f4
commit ce7d8c4fe0

@ -8,9 +8,9 @@
#[header]# #[header]#
<br><br> <br><br>
<h2>Blacklist</h2> <h2>Blacklist</h2>
<p>This function provides an url filter to the proxy; any blacklisted url is blocked <p>This function provides an URL filter to the proxy; any blacklisted URL is blocked
from loading. You can define several blacklists and activate them separately. from loading. You can define several blacklists and activate them separately.
You may also provide your blacklist to other peers by sharing them; in turn you may You may also provide your blacklist to other peers by sharing them; in return you may
collect blacklist entries from other peers.</p> collect blacklist entries from other peers.</p>
<table border="0" cellspacing="10" cellpadding="0"> <table border="0" cellspacing="10" cellpadding="0">
@ -22,7 +22,7 @@ collect blacklist entries from other peers.</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%"> <table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr> <tr>
<td valign="top"> <td valign="top">
Edit List: Edit list:
<select name="blackLists" size="1"> <select name="blackLists" size="1">
#{blackLists}# #{blackLists}#
<option value="#[name]#" #(selected)#::selected#(/selected)#>#[name]# #(active)#not active::active#(/active)# #(shared)#not shared::shared#(/shared)#</option> <option value="#[name]#" #(selected)#::selected#(/selected)#>#[name]# #(active)#not active::active#(/active)# #(shared)#not shared::shared#(/shared)#</option>
@ -30,14 +30,14 @@ Edit List:
</select> </select>
<input type="submit" name="changelistbutton" value="select"><br> <input type="submit" name="changelistbutton" value="select"><br>
<br> <br>
New List: New list:
<input type="text" name="newlist"> <input type="text" name="newlist">
<input type="submit" name="newlistbutton" value="create"> <input type="submit" name="newlistbutton" value="create">
</td> </td>
<td valign="top" align="right"> <td valign="top" align="right">
<input type="submit" name="activatelistbutton" value="enable/disable this list"><br> <input type="submit" name="activatelistbutton" value="Enable/disable this list"><br>
<input type="submit" name="sharelistbutton" value="share/do not share this list"><br> <input type="submit" name="sharelistbutton" value="Share/don't share this list"><br>
<input type="submit" name="dellistbutton" value="delete this list"><br> <input type="submit" name="dellistbutton" value="Delete this list"><br>
</td> </td>
</tr> </tr>
</table> </table>
@ -47,14 +47,14 @@ New List:
</td></tr> </td></tr>
<tr> <tr>
<td colspan="2"> <td colspan="2">
<h3>Active List: #[filename]#</h3> <h3>Active list: #[filename]#</h3>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
these are the domain name / path patterns in this blacklist:<br> These are the domain name / path patterns in this blacklist:<br>
you can select them here for deletion<br> You can select them here for deletion<br>
<form action="Blacklist_p.html" method="post" enctype="multipart/form-data"> <form action="Blacklist_p.html" method="post" enctype="multipart/form-data">
<input type="hidden" name="filename" value="#[filename]#"> <input type="hidden" name="filename" value="#[filename]#">
<select name="Itemlist" size="10"> <select name="Itemlist" size="10">
@ -76,7 +76,7 @@ Enter new domain name / path pattern in the form:<br>
<td bgcolor="#889988" width="1px"></td> <td bgcolor="#889988" width="1px"></td>
<td valign="top"> <td valign="top">
</form> </form>
Import Blacklist Items from other YACY Peers:<br> Import blacklist items from other YaCy peers:<br>
<form action="sharedBlacklist_p.html" method="get"> <form action="sharedBlacklist_p.html" method="get">
<input type="hidden" name="filename" value="#[filename]#"> <input type="hidden" name="filename" value="#[filename]#">
Host: <select name="hash"> Host: <select name="hash">
@ -85,23 +85,23 @@ Host: <select name="hash">
#{/otherHosts}# #{/otherHosts}#
</select> </select>
<br> <br>
<input type="submit" value="Load new Blacklist Items"> <input type="submit" value="Load new blacklist items">
</form> </form>
<p>Import Blacklist items from URL:<br> <p>Import blacklist items from URL:<br>
<form action="sharedBlacklist_p.html" method="get"> <form action="sharedBlacklist_p.html" method="get">
<input type="hidden" name="filename" value="#[filename]#"> <input type="hidden" name="filename" value="#[filename]#">
URL: <input type="text" name="url"> URL: <input type="text" name="url">
<br> <br>
<input type="submit" value="Load new Blacklist Items"> <input type="submit" value="Load new blacklist items">
</form> </form>
<p>Import Blacklist items from File:<br> <p>Import blacklist items from file:<br>
<form action="sharedBlacklist_p.html" method="get"> <form action="sharedBlacklist_p.html" method="get">
<input type="hidden" name="filename" value="#[filename]#"> <input type="hidden" name="filename" value="#[filename]#">
File: <input type="text" name="file"> File: <input type="text" name="file">
<br> <br>
<input type="submit" value="Load new Blacklist Items"> <input type="submit" value="Load new blacklist items">
</form> </form>
</td> </td>
@ -110,9 +110,9 @@ File: <input type="text" name="file">
<p> <p>
#(status)# #(status)#
:: ::
<b>#[item]#</b> was removed from Blacklist <b>#[item]#</b> was removed from blacklist
:: ::
<b>#[item]#</b> was added to the BlackList <b>#[item]#</b> was added to the blackList
#(/status)# #(/status)#

Loading…
Cancel
Save