home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / CEN100.ZIP / CENSUS.CFG < prev    next >
Text File  |  1993-02-22  |  3KB  |  108 lines

  1. ; Census config file.
  2. ; All lines that start with a ; are ignored.
  3.  
  4. ;The NodeName keyword defines the name of your system.  It is included in the
  5. ;header of the message report.
  6.  
  7. NodeName Carp Valley Point
  8.  
  9. ;The NodeSysop keyword defines the name of the system operator.  It is
  10. ;included in the header of the message report.
  11.  
  12. NodeSysop Steve Mulligan
  13.  
  14. ;The NodeAddress keyword defines the address of the system.  It is included
  15. ;in the header of the message report.
  16.  
  17. NodeAddress 1:163/307.30
  18.  
  19. ;The NodeOrigin defines what appears on the Origin Line in the messages
  20. ;Census posts to message bases.
  21.  
  22. NodeOrigin Carp Valley Point * Carp, Ontario (1:163/307.30)
  23.  
  24. ;The HistoryPath verb points to the history file path name.
  25.  
  26. HistoryPath e:\modem\bbs\census.his
  27.  
  28. ;The InputDevice verb tells census where it should read report information
  29. ;from.  It can be Message for message bases or History to read from the
  30. ;History file.  The default is History.
  31.  
  32. InputDevice History
  33.  
  34. ;The StartFrom verb tells Cenpol how to scan the message base.  It can be
  35. ;First or LastRead.  Starts scanning the message bases from the First
  36. ;message.  LastRead start scanning from the LastRead position in the message
  37. ;base.  The default is LastRead.
  38. ;
  39. ;NOTE - This has no effect on CENSUS.EXE.  This verb is used ONLY in
  40. ;CENPOL.EXE
  41.  
  42. StartFrom LastRead
  43.  
  44. ;The MsgBasePath verb is the pathname of your message base Census is to scan.
  45.  
  46. MsgBasePath e:\msgs\test305
  47.  
  48. ;The MsgBaseType can be Squish, Hudson or Fido.  It defines what type of
  49. ;message base you want Census to scan.
  50.  
  51. MsgBaseType Squish
  52.  
  53. ;The MsgBaseName is the AreaTag of your message base.  It is included in the
  54. ;header of the message report.
  55.  
  56. MsgBaseName TEST305
  57.  
  58. ;The OutputDevice defines where you want your report sent.  It can be Screen,
  59. ;File, Squish, Hudson or Fido.
  60.  
  61. OutputDevice Squish
  62.  
  63. ;The OutputMargin defines how big a report margin should be.  65 for message
  64. ;bases, 79 for screen & files is recommended.
  65.  
  66. OutputMargin 65
  67.  
  68. ;The OutputPath points to the output path of the message base or file.
  69.  
  70. OutputPath e:\msgs\cvpfiles
  71.  
  72. ;The Output method defines how to write reports to a file.  It can be Append
  73. ;or Overwrite.
  74.  
  75. OutputMethod Overwrite
  76.  
  77. ;The NumDays defines how many days old message can before the are excluded
  78. ;from the tally.
  79.  
  80. NumDays 3
  81.  
  82. ;The Posters keyword decides if the Posters should be included in the report.
  83. ;It can be Yes or No.
  84.  
  85. Posters Yes
  86.  
  87. ;The Receivers keyword decides if the Receivers should be included in the
  88. ;report.  It can be Yes or No.
  89.  
  90. Receivers Yes
  91.  
  92. ;The Subjects keyword decides if the Subjects should be included in the
  93. ;report.  It can be Yes or No.
  94.  
  95. Subjects Yes
  96.  
  97. ;The MaxPosters is the maximum number of posters to display in the report.
  98.  
  99. MaxPosters 5
  100.  
  101. ;The MaxReceivers is the maximum number of Receivers to display in the report.
  102.  
  103. MaxReceivers 5
  104.  
  105. ;The MaxSubjects is the maximum number of Subjects to display in the report.
  106.  
  107. MaxSubjects 5
  108.