home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / max300c.zip / upgrade.txt < prev    next >
Text File  |  1995-08-10  |  6KB  |  178 lines

  1.                 Maximus 3.0 Manual Upgrade Procedure
  2.                 ====================================
  3.  
  4. This document describes the MANUAL conversion procedure for
  5. upgrading a Maximus 2.0 system to Maximus 3.0.
  6.  
  7. In almost all cases, you will want to use the AUTOMATIC conversion
  8. procedure to do the upgrade.  Only use the MANUAL conversion procedure
  9. if your Maximus control files are extremely complex and the automatic
  10. conversion procedure does not convert the control files properly.
  11.  
  12. Please see the README.1ST file for information on the AUTOMATIC
  13. upgrade procedure.
  14.  
  15. Manual upgrade steps
  16. --------------------
  17.  
  18. - MAKE A BACKUP OF YOUR ENTIRE SYSTEM.
  19.  
  20. - Run the install program.  Select "upgrade", but in the upgrade
  21.   screen, DESELECT all options except for the "Extract 3.0 files"
  22.   and "convert tag file" options.
  23.  
  24. * Convert EVENTS file to the new format.  (See the system
  25.   documentation.)
  26.  
  27. * MAX.CTL: Remove "Area Data" and "Area Index"; add "MessageData
  28.   MAREA" and "FileData FAREA".  Change "File Password User.Bbs" to
  29.   "File Password User".
  30.  
  31. * Convert msgarea.ctl / filearea.ctl to the new control file format.
  32.   See the program documentation for more details on the new syntax.
  33.  
  34. * Edit menus.ctl to change:
  35.  
  36.         Area_Change File        -> File_Area
  37.         Contents                -> File_Contents
  38.         Download                -> File_Download
  39.         Locate                  -> File_Locate
  40.         NewFiles                -> File_NewFiles
  41.         Upload                  -> File_Upload
  42.         Type                    -> File_View
  43.         Raw                     -> File_Raw
  44.         Override_Path           -> File_Override
  45.         Area_Change Message     -> Msg_Area
  46.         Enter_Message           -> Msg_Enter
  47.         Forward                 -> Msg_Forward
  48.         Xport                   -> Msg_Xport
  49.         Statistics              -> MEX  m\stats
  50.  
  51.         Remember that "Area_Change File" becomes just "File_Area",
  52.         and similarly with "Area_Change Message".  The new commands
  53.         need no arguments.  The final line should look something
  54.         like this:
  55.  
  56.         Msg_Area                                Twit  "Area Change"
  57.  
  58.         Also, the replacement for the old Statistics command should
  59.         look something like this:
  60.  
  61.                 MEX     m\stats                 Twit "Statistics"
  62.  
  63. * Add the following to MENU MESSAGE:
  64.  
  65.   NoDsp   Msg_Change                                 Twit "`46"   ; alt-c
  66.   NoDsp   Read_Previous                              Twit "`75"   ; left
  67.   NoDsp   Read_Original                              Twit "`115"  ; ctrl-left
  68.   NoDsp   Read_Next                                  Twit "`77"   ; right
  69.   NoDsp   Read_Reply                                 Twit "`116"  ; ctrl-right
  70.   NoDsp   Msg_Reply                                  Twit "`16"   ; alt-q
  71.   NoDsp   Msg_Reply                                  Twit "`19"   ; alt-r
  72.   NoDsp   Msg_Kill                                   Twit "`37" "="; alt-k
  73.   %Msg_Download_Attach                           Disgrace "!Download Attaches"
  74.   %Msg_Reply_Area  .                             Disgrace "&Reply Elsewhere"
  75.  
  76. * Remove all "MenuHeader" lines from MENUS.CTL.
  77.  
  78. * Add the following to the MESSAGE, FILE, CHAT and CHANGE menus
  79.   (respectively):
  80.  
  81.   HeaderFile :m\headmsg
  82.   HeaderFile :m\headfile
  83.   HeaderFile :m\headchat
  84.   HeaderFile :m\headchg
  85.  
  86. * In MAX.CTL, revise "Format {Msg/File}Format" to use "%-20"
  87.   instead of "%-9.9".
  88.  
  89. * Add to the SYSTEM section of MAX.CTL:
  90.         %File Callers    Callers
  91.         MCP Pipe        \pipe\maximus\mcp
  92.         MCP Sessions    16
  93.         File Access     Access
  94.  
  95. * Remove these statements from the SESSION section of MAX.CTL:
  96.         Userlist Minimum
  97.         Userlist Maximum
  98.         Ratio Threshold
  99.         Upload Reward
  100.         Define <priv> <keyword>
  101.  
  102. * Add these statements to the SESSION section of MAX.CTL:
  103.  
  104.         Check    RIP
  105.         MaxMsgSize      8192
  106.         Min RIP Baud    65535
  107.         RIP Path        RIP
  108.         Track Base      Trk
  109.         Track View      Sysop
  110.         Track Modify    Sysop
  111.         Uses EntryHelp  Misc\Msgentry
  112.         Uses HeaderHelp Misc\Hdrentry
  113.         Attach Base     Att
  114.         Attach Path     Attaches
  115.         Attach Archiver ZIP
  116.         Kill Attach Ask Normal
  117.  
  118. * Add this statement to the MATRIX section of MAX.CTL:
  119.  
  120.     Message Edit Ask LocalAttach Normal
  121.  
  122. * Add "Include Access.Ctl" immediately after the "End System
  123.   Section" line in MAX.CTL.
  124.  
  125. * Add to the READER menu in menus.ctl:
  126.  
  127.           Msg_Restrict                          Disgrace "Restrict Date"
  128.  
  129. * Remove all of the following lines from colours.ctl:
  130.  
  131.     Menu        {Name,Highlight,Text}
  132.     Hotflash    {Bar,More,Clear}
  133.     File        {Name,Size,Date,Desc,Find,Offline,New}
  134.     Message     {From,FromTxt,To,ToTxt,Subj,SubjTxt,Attrib,Date,
  135.                  Address,Locus,Body,Quote,Kludge}
  136.     FSR         {MsgNum,MsgLinks,Attribute,MsgInfo,Date,Address,Static,
  137.                  Border}
  138.  
  139. * Add "set maximus=d:\path\max.prm" to autoexec.bat (DOS) or
  140.   config.sys (OS/2).
  141.  
  142. * Remove all "Define xxx" statements from the SESSION section of
  143.   max.ctl.
  144.  
  145. * Change to your \max\olr\dats directory and run "del *.*". This
  146.   will cause a one-time loss of the users' off-line reader area
  147.   mappings.  Users who upload packets which are replies to messages
  148.   created by Max 2.x will be prompted to enter a new area when
  149.   uploading those packets.
  150.  
  151. * Change to your \max directory and run "cvtusr -p".
  152.  
  153. * Change to your \max\rip directory, "mecca *.mec" and "mecca
  154.   *.mer".
  155.  
  156. * Change to your \max\misc directory, and "mecca *.mec".
  157.  
  158. * Change to your \max\hlp directory, and "mecca *.mec".
  159.  
  160. * Change to your \max\lang directory, and "maid english".
  161.  
  162. * Change to your \max\m directory, and enter at the command prompt:
  163.  
  164.   for %f in (*.mex) do mex %f
  165.  
  166.   (If you run this from a .bat or .cmd file, replace "%f" with
  167.   "%%f".)
  168.  
  169. * Change to your \max directory and run:
  170.  
  171.   silt max -u
  172.  
  173. * Change to your \max directory and run:
  174.  
  175.   fb -a
  176.  
  177.                                 ###
  178.