home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / f / fido12u.zip / AREAS.INI next >
Text File  |  1990-05-02  |  5KB  |  130 lines

  1. ;
  2. ;    AREAS.INI: Message & File Area definition file
  3. ;    For: Fido/Fidonet version 12
  4. ;    Copyright T. Jennings 
  5. ;    2 May 90
  6. ;
  7. ;This file defines all of the message and file areas available within
  8. ;Fido/FidoNet. After making any changes to this file, you must run 
  9. ;SET-FIDO to make the changes take effect.
  10. ;
  11. ;The following is a sample set of message and file areas. Though you will 
  12. ;probably want to change them, these will work just fine. Instructions
  13. ;and comments follow.
  14. ;
  15. msgarea= genmsg    D="General Messages"    O=New             ;all can access
  16. msgarea= tosysop   D="Messages to/from Sysop" O=GoodBye      ;all can access    
  17.  
  18. filearea= genfiles U= upload   D="General Junk"              ;all can access
  19. filearea= docfiles D= "Documentation"                        ;no uploads here
  20. ;
  21. ;If you use FidoNet your areas might look like this: (remove the semicolons.)
  22. ;
  23. ;msgarea= netmsg    D="FidoNet Messages"    O= FidoNet Priv=2 ;level 2 users
  24. ;filearea= netfiles U= netfiles D="FidoNet Files" O=Fi Pr= 2  ;level 2 users
  25.  
  26. ;
  27. ;----------------------------------------------------------------
  28. ;
  29. ; - DEFINING AREAS -
  30. ;
  31. ;Three things must be specified as a minimum to define an area:
  32. ;the MSGAREA or FILEAREA keyword, a subdirectory name and a description.
  33. ;
  34. ;    For example:
  35. ;
  36. ;MSGAREA= C:\FIDO\MESSAGE1    D="General Messages"
  37. ;
  38. ;This defines a message area in a subdirectory on drive C:. Any
  39. ;privilege level caller can access this area, and no locks are applied.
  40. ;Refer to LOCKS and PRIVILEGE LEVELS below on restricting caller access.
  41. ;
  42. ;Subdirectories that do not exist are created automatically when
  43. ;SET-FIDO.EXE is run. If it does exist, any files already inside the
  44. ;subdirectory are not affected.
  45. ;
  46. ; - LOCKS -
  47. ;
  48. ;    LOCKS can be applied to areas as needed. Using the example above,
  49. ;you apply locks as follows:
  50. ;
  51. ;msgarea= c:\fido\messages    L= 32   d="General Messages"
  52. ;
  53. ;    Callers can access this message area only if they have key 32. The
  54. ;same applies to file areas. Any number of keys can be applied, such
  55. ;as "L= 1,2,32".
  56. ;
  57. ; - PRIVILEGE LEVEL -
  58. ;
  59. ;    The minimum privilege level to access areas by default is zero; any
  60. ;caller can access them. For example, to allow only privilege level 3 
  61. ;callers and above to access a given area, use:
  62. ;
  63. ;msgarea= c:\fido\message1    P= 3   d="General Messages"
  64. ;
  65. ; - OTHER OPTIONS -
  66. ;
  67. ;    Besides defining message and file areas, you can specify here
  68. ;what areas to assign as defaults to new callers when they first log on,
  69. ;define the area that Fido puts messages entered at the G)oodbye command,
  70. ;and tell FidoNet which area to use for FidoNet messages and FidoNet files.
  71. ;To do this you Use the O= options. You must use at least the first two
  72. ;characters of the option name; for example, "O=Fi" or "O= FIDONET".
  73. ;
  74. ; O=FidoNet    this is the FidoNet message or file area
  75. ;
  76. ; O=NewCaller    this is the message and/or file area that new callers get
  77. ;        assigned as their default area. If you don't specify this,
  78. ;        Fido uses the first area defined.
  79. ;
  80. ; - THESE APPLY TO MESSAGE AREAS ONLY: -
  81. ;
  82. ; O=Goodbye    this is the area that callers leave msgs entered at G)oodbye
  83. ;        If no goodbye area is defined, then the G)oodbye command
  84. ;        doesn't ask the caller to leave a message.
  85. ;
  86. ; O=Anonymous    When entering new messages, Fido normally sets the "From:"
  87. ;        field to the callers name; O=Anon lets the user change this.
  88. ;
  89. ; O=Public    New messages entered into this area will be PRIVATE.
  90. ;
  91. ; O=Shared    Causes Fido to recount when generating new messages. Use
  92. ;        when this area is shared by another Fido or other program.
  93. ;        Avoids same-message-number collisions at the expense of
  94. ;        performance.
  95. ;
  96. ; O=ReadOnly    Callers with less than sysop privilege level cannot enter 
  97. ;        new messages nor reply in this area.
  98. ;
  99. ; - THESE APPLY TO FILE AREAS ONLY: -
  100. ;
  101. ; O=OverWrite    Uploaded files may overwrite existing files, otherwise
  102. ;        Fido will abort any upload of a file with the same name.
  103. ;
  104. ;File areas are the same as message areas with one exception: you
  105. ;can define a seperate subdirectory for uploading. If none is specified,
  106. ;uploading is not allowed in that area. If you want to allow uploads
  107. ;into the same subdirectory as downloads, enter "U=" then repeat the
  108. ;subdirectory name.
  109. ;
  110. ;You can define an upload subdirectory by:
  111. ;
  112. ;filearea= c:\fido\files  U= C:\FIDO\UPLOADS   d= "General Files"
  113. ;
  114. ;If no upload subdirectory is specified, then callers cannot 
  115. ;upload in this area.
  116. ;
  117. ; ----------------------------------------
  118. ;
  119. ;    Locks, Privilege levels and Options may be used in any combination.
  120. ;It is possible (and common) to use for example, the same message area
  121. ;for new callers and G)oodbye messages, and to allow uploads and
  122. ;overwrites into the FidoNet File area. 
  123. ;
  124. ;    You can put MSGAREA and FILEAREA lines in any order; all of one
  125. ;kind first, or alternate line by line, it makes no difference.
  126. ;
  127. ;    The following are usable message and file areas; you need only 
  128. ;remove the semicolons from the others to use them. Change as necessary!
  129. ;
  130.