home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 129_02 / operatn.doc < prev    next >
Text File  |  1985-03-10  |  3KB  |  73 lines

  1. /************************************************************************/
  2. /*                operatn.doc                */
  3. /************************************************************************/
  4.  
  5. /************************************************************************/
  6. /*                History                 */
  7. /*                                    */
  8. /* 82Dec07 CrT    Created.                        */
  9. /************************************************************************/
  10.  
  11. /************************************************************************/
  12. /*                Audience                */
  13. /*                                    */
  14. /*  People who have successfully installed the Citadel system.        */
  15. /************************************************************************/
  16.  
  17. /************************************************************************/
  18. /*                Purpose                 */
  19. /*                                    */
  20. /*  Hints and general comments on running the system.            */
  21. /************************************************************************/
  22.  
  23. /************************************************************************/
  24. /*                General                 */
  25. /************************************************************************/
  26.  
  27. Citadel systems haven't had great reliability problems to date, but
  28. reasonably regular backups aren't a bad idea anyhow.  An incremental
  29. archive program is contemplated.
  30.  
  31. There's no proper way to expand the message files in a running system yet.
  32. If you can tack the required number of empty sectors onto ctdlMsg.sys,
  33. you should be able to change MESSAGEK in ctdlcnfg.sys, rerun configur.com,
  34. and be off without losing any messages.  Best for now is just to start out
  35. with as big a MESSAGEK setting as you need, and stick with it.
  36.  
  37. There's nothing compiled into the system concerning the number or structure
  38. of .hlp files.    The system just looks for a ".hlp" file with the requested
  39. name, and prints it.  Feel free to edit existing help files and add new
  40. ones as typical points of confusion become clear.  Helpfiles may also be
  41. put in directory rooms, of course.  A local-BBs listing probably makes more
  42. sense as a .hlp file, while the full RCPM list would be a download file.
  43.  
  44. Pointlets:
  45.  o  The system does a 20-sec wait on bad passwords, to discourage
  46.     password guessing.    If you're establishing a new account, use a
  47.     single-letter pw on first password prompt, and you can bypass this.
  48.  
  49.  o  The system converts messages from uppercase-only folks to lowercase,
  50.     then does a simple capitalization algorithm.  This is lots easier
  51.     on the eyes, but will confuse someone sooner or later.
  52.  
  53.  o  Be careful to leave the system in MODEM rather than CONSOLE mode when
  54.     you quit playing around.
  55. 
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. ************************************