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.
45 lines
1.6 KiB
45 lines
1.6 KiB
<fieldset>
|
|
<legend id="seed">Seed Upload Settings</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>
|
|
<strong>General Settings:</strong>
|
|
If you enable one of the available uploading methods, you will become a principal peer.
|
|
Your peer will then upload the seed-bootstrap information periodically,
|
|
but only if there have been changes to the seed-list.
|
|
</p>
|
|
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
|
<table border="0" cellspacing="5">
|
|
<tr valign="top">
|
|
<td><label for="method">Upload Method</label>:</td>
|
|
<td><select name="seedUploadMethod" id="method" size="1">
|
|
#{seedUploadMethods}#
|
|
<option value="#[name]#"#(selected)#:: selected="selected"#(/selected)#>#[name]#</option>
|
|
#{/seedUploadMethods}#
|
|
</select>
|
|
<input type="submit" name="seedSettings" value="Submit" />
|
|
</td>
|
|
<td><em>Here you can specify which upload method should be used. Select 'none' to deactivate uploading.</em></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td><label for="url">URL</label>:</td>
|
|
<td><input name="seedURL" type="text" id="url" size="40" value="#[seedURL]#" /></td>
|
|
<td>
|
|
<i>
|
|
The URL that can be used to retrieve the uploaded seed file, like
|
|
http://www.<my-host>.net/yacy/seed.txt'
|
|
</i>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"><input type="submit" name="seedUploadRetry" value="Retry Uploading" /></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
|
|
#{seedUploadMethods}#
|
|
#%[file]%#
|
|
#{/seedUploadMethods}#
|
|
</fieldset> |