home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / UORA51.ZIP / USERON.SUP < prev    next >
Text File  |  1996-02-07  |  4KB  |  115 lines

  1.  
  2.                            -=( The UserDoes idea )=-
  3.  
  4.  
  5. This is a little documentationfile about the UserDoes and the
  6. SysDoes files used by my UserOn door and by HandyMan.
  7.  
  8. If you support UserDoes and/or SysDoes files, a reference to this file
  9. (or inclusion the file itself) would be appriciated.
  10.  
  11.  
  12. History and Why??
  13. =================
  14.  
  15. The idea for the UserOn door was born after RA threw in the
  16. status field for the "Who's online" menu type. Users on the other
  17. lines could see what the other users were doing.. or.. could
  18. they? Well, actually, as long as the other user stayed in RA,
  19. everything wasn't to bad.. But when the uses started a door, RA
  20. was only telling that the user was "External" Who cares..
  21.  
  22. So I dreamed up UserOn. Every door can post information for
  23. UserOn to display. If the door doesn't do it, the SysOp can do it
  24. himself from batch. So there's no longer any excuse for just
  25. "External"....
  26.  
  27.  
  28. UserDoes:
  29. =========
  30.  
  31. UserDoes.<Node> is the info file created by the door. It's a
  32. textfile with a single line of text of max. 75 characters.
  33.  
  34. The extension of the UserDoes file is the node of the program who
  35. created the UserDoes file.
  36.  
  37. So USERDOES.1 is a legal name. (USERDOES.001 is NOT!)
  38.  
  39. This UserDoes file can contain a simple line like:
  40.  
  41.      Is playing multi-line tradewars 3001.. Return of the
  42.      klingons!
  43.  
  44. Or can be continuously be updated to show the users score.
  45.  
  46. F.e. 
  47.  
  48.      Is playing Tetra. Score 100 Lines 35
  49.  
  50.  
  51. it is the responsibility of the door or batchfile to clean up its
  52. own mess and delete the UserDoes again.
  53.  
  54. SysDoes:
  55. ========
  56.  
  57. Ok, the UserDoes tells the world what the users are doing, but
  58. what if the system is processing mail.. And you want to tell the
  59. world why everything is so slow.. SysDoes is a file shown in
  60. UserOn (and HandyMan) when there's no user on line. You can use
  61. it for occasions like thisone, or to tell everybody that Line 3
  62. is just a local line waiting for the sysop.
  63.  
  64. Example:
  65.  
  66. Let's say that Node 1 is processing mail and node 3 is a local
  67. node. Create a SysDoes.3 with the line:
  68.  
  69.      * Local node, just waiting for the SysOp *
  70.  
  71. and put it into your semaphore directory. From that point on,
  72. whenever you're  not logged on to node 3, this line is shown in
  73. UserOn. It's never deleted  unless you delete it yourself..
  74.  
  75. At the beginning of your incoming mail batch you write a line:
  76.  
  77.      Echo Node is processing mail. > G:\SEMAPHORE\SYSDOES.1
  78.  
  79. and at the end of the mailbatch
  80.  
  81.      Del G:\SEMAPHORE\SYSDOES.1
  82.  
  83. And everybody who logs on to the other lines can see why node one
  84. is down.
  85.  
  86. Tech info:
  87. ==========
  88.  
  89.      ■    SYSDOES and USERDOES files are posted through the
  90.           SEMAPHORE directory. (The semaphorepath in the
  91.           RAConfig)
  92.  
  93.      ■    SYSDOES is never deleted. It's overruled by a user
  94.           logging in. Or you have to delete it yourself.
  95.  
  96.      ■    USERDOES is created when necessary and it's the
  97.           creators responsibility to clean up!
  98.  
  99.      ■    Both the SysDoes and the UserDoes can contain a single
  100.           line of ascii text. Maximal length 75 printable
  101.           characters. Don't put ansi or avatar codes in those
  102.           strings..
  103.  
  104.  
  105. Doors supporting UserDoes files:
  106.  
  107.  ■ All the LiveSystems Doors and the RADoor door writers toolbox. 
  108.    (Pong, Trivia, UserOn itself, News, ShowFile, Vote, etc.)
  109.  
  110.  ■ Richard Faasen's Tetra and his toolbox RADU
  111.  
  112.  ■ Jos Bergman's RAStock
  113.  
  114.  ■ Ron Huiskes RA_New, RA_Files and his toolbox.
  115.