summaryrefslogtreecommitdiff
path: root/htroot/ConfigBasic.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-28 10:12:17 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-28 10:12:17 +0000
commit6c35b68f173eb33a158fa76288e24ab523879ae0 (patch)
treea5f016e2762202347a0a3022c71e84d529d98c8d /htroot/ConfigBasic.html
parent8bc66b9e843756d2a7f0ab252f28e68231807c8a (diff)
- removed 'peerName' property from the yacy settings file because this information is stored in the yacy seed file
- the own seed file gets the lead for storage of the peer name - exchanged default peer name generation method with one that does not use the local ip - default peer names are now strings starting with '_anon' - added another switch to suppress forwarding to ConfigBasic if the name was already changed - replaced all usages of the yacy.conf peerName with access to the local seed - changes to the peer name are now applied directly and not after the next peer ping git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7453 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigBasic.html')
-rw-r--r--htroot/ConfigBasic.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html
index 665de7ed3..f8066fb36 100644
--- a/htroot/ConfigBasic.html
+++ b/htroot/ConfigBasic.html
@@ -75,7 +75,7 @@
<dl>
<dt><label for="peername">Peer Name: </label></dt>
<dd>
- <input type="text" name="peername" id="peername" value="#[defaultName]#" size="20" maxlength="32" />
+ <input type="text" name="peername" id="peername" value="#[defaultName]#" size="32" maxlength="32" />
</dd>
</dl>
</fieldset>
@@ -99,9 +99,8 @@
</dl>
</fieldset>
</li>
- <li>
<fieldset>&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="set" value="Set Configuration" /></fieldset>
- </li>
+
</ol>
</form>
<p><strong>What you should do next:</strong></p>