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.
67 lines
3.2 KiB
67 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]#': Augmented Browsing</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="Settings">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuSemantic.template%#
|
|
<h2>Augmented Browsing</h2>
|
|
|
|
<form id="parsersettings" action="AugmentedBrowsing_p.html" method="post" enctype="multipart/form-data">
|
|
<fieldset><legend id="urlproxy">URL Proxy Settings</legend>
|
|
<p>
|
|
With this settings you can activate or deactivate URL proxy which is the method used for augmentation.
|
|
Service call: http://localhost:8090/proxy.html?url=parameter, where parameter is the url of an external web page.
|
|
</p>
|
|
|
|
<dl>
|
|
|
|
<dt>URL proxy:</dt>
|
|
<dd>
|
|
<input type="checkbox" name="urlproxyenabled" id="urlproxyenabled" #(urlproxyenabled_checked)#:: checked="checked"#(/urlproxyenabled_checked)# />Enabled<br/>
|
|
<p class="help">
|
|
Globally enables or disables URL proxy via http://yourpeer:yourport/proxy.html?url=http://externalurl/
|
|
</p>
|
|
</dd>
|
|
|
|
<dt>Show search results via URL proxy:</dt>
|
|
<dd>
|
|
<input type="checkbox" name="urlproxyuseforresults" id="urlproxyuseforresults" #(urlproxyuseforresults_checked)#:: checked="checked"#(/urlproxyuseforresults_checked)# />Enabled<br/>
|
|
<p class="help">
|
|
Enables or disables URL proxy for all search results. If enabled, all search results will be tunneled through URL proxy.
|
|
</p>
|
|
<p class="help">Alternatively you may add this javascript to your browser favorites/short-cuts, which will reload the current browser address
|
|
via the YaCy proxy servlet.<br />
|
|
|
|
<code>javascript: window.location.href = ('http://localhost:8090/proxy.html?url=' + location.href);</code>
|
|
or right-click this link and add to favorites: <code><a class="link" href="javascript: window.location.href = ('http://localhost:8090/proxy.html?url=' + location.href);">YaCy proxy start</a></code>
|
|
</p>
|
|
</dd>
|
|
|
|
<dt>Restrict URL proxy use:</dt>
|
|
<dd>
|
|
<input type="text" name="urlproxyfilter" value="#[urlproxyfilter]#" size="60" /><br/><br/>
|
|
<p class="help">
|
|
Define client filter. Default: 127.0.0.1,0:0:0:0:0:0:0:1.
|
|
</p>
|
|
</dd>
|
|
<dt>URL substitution:</dt>
|
|
<dd>
|
|
<input type="text" name="urlproxydomains" value="#[urlproxydomains]#" size="60" /><br/><br/>
|
|
<p class="help">
|
|
Define URL substitution rules which allow navigating in proxy environment. Possible values: all, domainlist. Default: domainlist.
|
|
</p>
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<input type="submit" name="urlproxySettings" value="Submit" class="btn btn-primary"/>
|
|
</fieldset>
|
|
</form>
|
|
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|