home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / vmgr_201 / votemgr.ctl < prev    next >
Text File  |  1994-06-27  |  9KB  |  324 lines

  1. ; votemgr will search its home directory for the file called VOTEMGR.CTL
  2. ;
  3. ; VOTEMGR.CTL structure
  4. ;
  5. ;      . general options
  6. ;      . receipt text files
  7. ;      . voting definition block structure
  8. ;
  9. ;
  10. ; Note: paths MUST be terminated with a backslash '\'
  11. ;
  12. ; Notation:     <...>   one item
  13. ;               {...}   one or more items
  14. ;               [<...>] optional item
  15. ;
  16. ;
  17. ; ---------------------------------------------------------------------
  18. ; general options
  19. ; ---------------------------------------------------------------------
  20.  
  21. ; user name
  22. ; USERCODE <1stname lastname>
  23. usercode Your Name
  24.  
  25. ; user key
  26. ; USERKEY <the keynumber you received from Harrie Beuvink on 2:283/705.0>
  27. userkey NONE
  28.  
  29. ; your address in complete 4-D!!!!
  30. ; ADDRESS zone:net/node.point
  31. ; {ADDRESS zone:net/node.point}
  32. address 2:283/705.0
  33. address 90:5/0.0
  34.  
  35. ; the name of your net mailarea
  36. ; NETMAIL  <path>
  37. netmail c:\msgs\0025
  38.  
  39. ; receipt message status
  40. ; p-private; k-kill; h-hold; c-crash; s-sent; d-direct
  41. ; note that if you don't want votemgr to send messages you must flag
  42. ; them as SENT
  43. ; NOTE: you may also overrule this keyword in a voting definition block.
  44. ; [STATUS   {pkhcsd}]
  45. status p
  46.  
  47. ; if you want to erase processed messages. default is to flag them Rcvd
  48. ; note that those messages subject to be moved will -not- be erased
  49. ; even if you set killprocessed.
  50. ; [KILLPROCESSED]
  51. killprocessed
  52.  
  53. ; ---------------------------------------------------------------------
  54. ; receipt text files
  55. ; ---------------------------------------------------------------------
  56. ; these files should contain plain vanilla ASCII texts
  57. ;
  58. ;
  59.  
  60. ; "Regards," heading
  61. ; The sysopname will be written by VoteMGR-ST after this file.
  62. ; [SIGNOFFTXT <file_spec>]
  63. signofftxt sign_off.txt
  64.  
  65. ; "list of active votings" heading
  66. ; [ACTIVETXT <file_spec>]
  67. ACTIVETXT active.txt
  68.  
  69. ; "general helpfile" text
  70. ; [HELPTXT <file_spec>]
  71. HELPTXT help.txt
  72.  
  73. ; "You made the next error(s)" string.
  74. ; Will be placed at the start of the error message.
  75. ; [ERRORSTRING <string>]
  76. ERRORSTRING Your vote isn't processed! You made the next error(s):
  77.  
  78. ; "list of valid choices" heading
  79. ; [CHOICESTXT <file_spec>]
  80. CHOICESTXT choices.txt
  81.  
  82. ; "return receipt" text
  83. ; [RECEIPTTXT <file_spec>]
  84. RECEIPTTXT receipt.txt
  85.  
  86. ; "you have already voted" text
  87. ; [DUPLICATETXT <file_spec>]
  88. duplicatetxt duplic.txt
  89.  
  90. ; "not a valid entry" text
  91. ; [ERRCHOICETXT <file_spec>]
  92. errchoicetxt errchoi.txt
  93.  
  94. ; "not an active voting" text
  95. ; [ERRVOTTXT <file_spec>]
  96. errvottxt errvot.txt
  97.  
  98. ; "no password used" text
  99. ; [NOPWTXT <file_spec>]
  100. nopwtxt nopw.txt
  101.  
  102. ; "not validated for this voting" text
  103. ; [ERRVOTTXT <file_spec>]
  104. errvaltxt errval.txt
  105.  
  106. ; "ballot received too late"
  107. ; [TOOLATETXT <file_spec>]
  108. toolatetxt toolate.txt
  109.  
  110. ; "ballot received too soon"
  111. ; [TOOSOONTXT <file_spec>]
  112. toosoontxt toosoon.txt
  113.  
  114. ; "received the same entries within a multi-choice vote"
  115. ; Only used within a multi-choice vote.
  116. ; [DUPENTRYTXT <file_spec>]
  117. dupentrytxt dupentry.txt
  118.  
  119. ; received the same keyword in a multi-choice vote.
  120. ; Only used within a multi-choice vote.
  121. ; [KEYWORDUNIQUETXT <file_spec>]
  122. keyworduniquetxt uni_keyw.txt
  123.  
  124. ; received the same choice in a multi-choice vote.
  125. ; Only used within a multi-choice vote.
  126. ; [CHOICEUNIQUETXT> <file_spec>]
  127. choiceuniquetxt uni_choi.txt
  128.  
  129. ; ---------------------------------------------------------------------
  130. ; voting definition block structure
  131. ; ---------------------------------------------------------------------
  132. ; this block can be repeated as many as 25 times, defining 25 different
  133. ; votings IF YOU REGISTRATE THIS SOFTWARE.
  134.  
  135. ; Unregistrated users can only run ONE voting. Only the first 
  136. ; voting definition in this block will be used.
  137.  
  138. ; definition block starter
  139. ; electname must be a valid DOS file name (max 8 chars)
  140. ; DEFINE <electname>
  141. DEFINE pgp-1
  142.  
  143. ; receipt message status
  144. ; p-private; k-kill; h-hold; c-crash; s-sent; d-direct
  145. ; note that if you don't want votemgr to send messages you must flag
  146. ; them as SENT.
  147. ; NOTE: if you don't use this keyword in this voting definition block, then
  148. ; it will take the default as installed by the general options.
  149. ; [STATUS   {pkhcsd}]
  150. status p
  151.  
  152. ; validate statements allow you to specify who is allowed to vote.
  153. ; ALL macro is supported; read documentation for more details on this.
  154. ;
  155. ; VALIDATE <address [{address}]>
  156. ; [{VALIDATE <address [{address}]>}]
  157. validate 2:282/all.0 2:283/all.0 2:284/all.0
  158. validate 2:500/149.6058
  159. validate 2:2802/188.0
  160.  
  161. ; reject statements allow you to specify who is -not- allowed to vote.
  162. ; this statement is used to make exceptions to global validations.
  163. ; ALL macro is supported.
  164. ;
  165. ; REJECT <address [{address}]>
  166. ; [{REJECT <address [{address}]>}]
  167. reject 2:283/705.0 2:284/412.0
  168.  
  169. ; area tag of the echomail area for which packets will be created
  170. ; [AREA <area_tag>]
  171. area c:\msgs\0049
  172.  
  173. ; your originline
  174. ; [ORIGINLINE <origin_line>]
  175. originline # democracy made easy : VoteMGR-ST #
  176.  
  177. ; first day of ballot processing (ballots received previous to this
  178. ; date will be ignored, and addressee will be notified)
  179. ; FROMDATE <dd.mm.yyyy>
  180. fromdate 07.05.1994
  181.  
  182. ; last day of ballot processing (ballots received after this date will
  183. ; be ignored, and addressee will be notified)
  184. ; TODATE <dd.mm.yyyy>
  185. todate 22.07.1994
  186.  
  187. ; hides names and addresses when reporting results FOR THIS VOTING
  188. ; [PRIVATE]
  189. private
  190.  
  191. ; description of the voting to be displayed when listed
  192. ; [INFOTXT <file_spec>]
  193. infotxt pgp_info.txt
  194.  
  195. ; heading for results. this text defaults to INFOTXT
  196. ; [RESULTTXT <file_spec>]
  197. resulttxt pgp_resu.txt
  198.  
  199. ; list of valid choices for the voting. only one choice per line.
  200. ; choices can contain spaces ' '.
  201. ; up to 100 different choices can be defined.
  202. ; If you don't use the keyword MAXCHOICE within a defenition
  203. ; the vote will be a "single-choice" vote. The voter must write
  204. ; a netmail like "[choice] ![my sercret password]"
  205. ; BEGINCHOICES
  206. ; ...
  207. ; ENDCHOICES
  208. BEGINchoices
  209.       yes
  210.       no
  211. ENDchoices
  212.  
  213.    ----------------------------------
  214.    Optional for multi-choice votes
  215.    ----------------------------------
  216.  
  217.  ; From: User Name
  218.  ; to  : Votemgr-ST
  219.  ; Subj: DECIDE
  220.  ; ------------------------------------------------
  221.  ; ![password]
  222.  ; <keyword> choice
  223.  ; [<keyword> choice]
  224.  ;   ....
  225.  ; [<keyword> choice]
  226.  ;
  227.  ; A password is a string, starting with a "!" and CAN
  228.  ; contain spaces ' '. (ie. "! my security password")
  229.  ;
  230.  ; A keyword is a string not containing spaces ' '. (ie. "chairman")
  231.  ;
  232.  ; a choice can be anything. (ie. "Carlos Terre")
  233.  
  234.  
  235.  ; For a multi-choice vote NUMBER MUST BE BIGGER THAN 1 (ONE) !!!!
  236.  ; MAXCHOICES is the maximal number of entries a voter may do in one vote.
  237.  ; [MAXCHOICES number]
  238.  
  239.  
  240.  ;BEGINchoices
  241.  ;
  242.  ;       NOTE: you have to define ALL the possible combinations!!!!
  243.  ;
  244.  ;       chairman Carlos Terre
  245.  ;       chairman Miquel Piulats
  246.  ;       chairman Tirs Abril
  247.  ;       chairman Harrie Beuvink
  248.  ;       chairman Andre van Duin
  249.  ;
  250.  ;       secretary Carlos Terre
  251.  ;       secretary Miquel Piulats
  252.  ;       secretary Tirs Abril
  253.  ;       secretary Jan Jans
  254.  ;
  255.  ;       treasurer Carlos Terre
  256.  ;       treasurer Miquel Piulats
  257.  ;
  258.  ;ENDchoices 
  259.  
  260.  
  261.  ; If the keywords must be unique, so in this case only one chairman,
  262.  ; one secretary or one treasurer can be choosen, you must use:
  263.  ; <UNIQUEKEYWORD>
  264.  
  265.  
  266.  ; If the choices must be unique, so only unique names in this vote,
  267.  ; you must use:
  268.  ; <UNIQUECHOICE>
  269.  
  270.  
  271.  ; When the you want to give the vote a certain weight you can use the
  272.  ; BEGINCOUNT/ENDCOUNT statement as shown here.
  273.  ; In this case, the voters first entry will have four points, the seccond
  274.  ; two points en the third entry one point.
  275.  ; The principal is the same as used with the European Song Contest.
  276.  ;
  277.  ; Begincount
  278.  ;   4
  279.  ;   2
  280.  ;   1
  281.  ; Endcount
  282.  
  283.  
  284.  ; definition block END marker
  285.  ; ENDDEF
  286. ENDDEF
  287.  
  288. ; You can define more than one voting definitionblocks if you have
  289. ; registrated this software.
  290.  
  291. DEFINE        tweedeling
  292. status        pc
  293. validate      2:282/all.all 2:283/all.all
  294. reject        2:283/705.0
  295. area          c:\msgs\gossip_d
  296. originline    # democracy made easy : VoteMGR-ST #
  297. fromdate      14.06.1994
  298. todate        28.07.1994
  299. private
  300. infotxt       twee_inf.txt
  301. resulttxt     borresul.txt
  302. maxchoices    3
  303. uniquekeyword
  304. uniquechoice
  305. begincount
  306.    4
  307.    2
  308.    1
  309. endcount
  310. BEGINchoices
  311. ; NOTE: you have to define ALL the possible combinations!!!!
  312.      chairman    Miquel Piulats
  313.      chairman    Andre van Duin
  314.      secretary   Carlos Terre
  315.      secretary   Tirs Abril
  316.      secretary   Jan Jans
  317.      treasurer   Carlos Terre
  318.      treasurer   Miquel Piulats
  319. ENDchoices 
  320.  
  321. ENDDEF
  322.  
  323. ; ---------------------------------------------------------------------
  324.