make additions and changes to manuals
[spider.git] / html / adminmanual-4.html
index 40e432549ffab2f1bea4e71a12f1c9c777c51a52..d0f9178cd4a0e9b38f7190225114ca13b8491686 100644 (file)
@@ -2,7 +2,7 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
- <TITLE>The DXSpider Administration Manual v1.48: Scripts</TITLE>
+ <TITLE>The DXSpider Administration Manual v1.50: Scripts</TITLE>
  <LINK HREF="adminmanual-5.html" REL=next>
  <LINK HREF="adminmanual-3.html" REL=previous>
  <LINK HREF="adminmanual.html#toc4" REL=contents>
@@ -33,7 +33,7 @@ below and is included in the distribution as startup.issue.
 # startup script example
 #
 # set maximum no of spots allowed to 100
-# set/var $Spot::maxspots = 1
+# set/var $Spot::maxspots = 100
 #
 # Set registration on
 # set/var $main::reqreg = 1
@@ -44,7 +44,16 @@ below and is included in the distribution as startup.issue.
 </PRE>
 </CODE></BLOCKQUOTE>
 <P>
-<P>As usual, any text behind a # is treated as a comment and not read.
+<P>As usual, any text behind a # is treated as a comment and not read.  To use
+this file, simply rename it from startup.issue to startup.  In our example
+above there are three options.  The first option is the amount of spots that
+a user can request with the <EM>sh/dx</EM> command.  Normally the default is
+to give 10 spots unless the user specifies more.  Without this line enabled,
+the maximum a user can request is 100 spots.  Depending on your link quality
+you may wish to enable more or less by specifying the number.
+<P>
+<P>The other 2 options are dealt with more fully in the security section.
+<P>
 <P>Secondly, it is used to store the login scripts for users and nodes.  Currently
 this can only be done by the sysop but it is envisaged that eventually users will 
 be able to set their own.  An example is included in the distibution but here is