home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / cen100.zip / CENSUS.DOC < prev    next >
Text File  |  1993-03-11  |  4KB  |  140 lines

  1. ─ Census v1.00 ─────────────────────────────── Copyright Steve Mulligan 1993 ─
  2.  
  3. NOTE : If you use Census and you NetMail me, Steve Mulligan, at 1:163/307.30
  4.        then I will send you a NetMail every time I release a version of
  5.        Census and I will tell you when and where I have sent it.
  6.  
  7. ─ Introduction ─
  8.  
  9.   Census is a program that will scan your Squish, Hudson or Fido style message
  10. base and post a detailed report to the screen, file, Squish, Hudson or Fido
  11. style message base.
  12.  
  13.   Census comes in two parts.  CENPOL.EXE is the POLling program that grabs
  14. should be run evertime your mail is unpacked.  It keeps a record of all the
  15. mail that is tossed so you can delete messages from a message base and they
  16. will still be included in your report.  CENSUS.EXE is the actual report
  17. generator.  It should be run only when you want to make a report on a message
  18. base.
  19.  
  20. ─ Setting It Up ─
  21.  
  22.   Setting up Census is easy.  If you want to use the history file option, you
  23. should first configure Census to support history file use, then, in the batch
  24. file that unpacks your mail, add in the CENPOL program right after everthing
  25. is tossed.
  26.  
  27.   When you want to generate a report, run CENSUS.
  28.  
  29.   To run Census, just type:
  30.  
  31.         CENSUS <configfilename>
  32.  
  33. where <configfilename> is optional.  It is the pathname to a config file.
  34. The default is CENSUS.CFG
  35.  
  36.   To run Cenpol, just type:
  37.  
  38.         CENPOL <configfilename>
  39.  
  40. where <configfilename> is optional.  It is the pathname to a config file.
  41. The default is CENSUS.CFG
  42.  
  43. ─ Example Configuration ─
  44.  
  45. Here is part of the batch file that extracts my mail.  I use Squish so it
  46. extracts my mail and then Cenpol gathers the information from what has just
  47. been tossed.
  48.  
  49. - - -  CUT HERE  - - -
  50. Squish In -fechotoss.log
  51. cenpol test305.cen
  52. cenpol ottprgm.cen
  53. - - -  CUT HERE  - - -
  54.  
  55. In this clip from the same batch file, it shows what happens when I want my
  56. maintenance to be run.  It runs Census with the two config files I have
  57. specified and then deletes all the hisotry files.
  58.  
  59. - - -  CUT HERE  - - -
  60. census test305.cen
  61. census ottprgm.cen
  62.  
  63. echo Purging old log files...
  64. del *.his
  65. - - -  CUT HERE  - - -
  66.  
  67. Here is the TEST305.CEN that is refrenced above
  68.  
  69. - - -  CUT HERE  - - -
  70. NodeName Carp Valley Point
  71. NodeSysop Steve Mulligan
  72. NodeAddress 1:163/307.30
  73. NodeOrigin Carp Valley Point * Carp, Ontario (1:163/307.30)
  74. HistoryPath e:\modem\bbs\test305.his
  75. InputDevice History
  76. StartFrom LastRead
  77. MsgBasePath e:\msgs\test305
  78. MsgBaseType Squish
  79. MsgBaseName TEST305
  80. OutputDevice Squish
  81. OutputMargin 65
  82. OutputPath e:\msgs\test305
  83. OutputMethod Overwrite
  84. NumDays 3
  85. Posters Yes
  86. Receivers Yes
  87. Subjects Yes
  88. MaxPosters 5
  89. MaxReceivers 5
  90. MaxSubjects 5
  91. - - -  CUT HERE  - - -
  92.  
  93. Here is the OTTPRGM.CEN which is also refrenced above:
  94.  
  95. - - -  CUT HERE  - - -
  96. NodeName Carp Valley Point
  97. NodeSysop Steve Mulligan
  98. NodeAddress 1:163/307.30
  99. NodeOrigin Carp Valley Point * Carp, Ontario (1:163/307.30)
  100. HistoryPath e:\modem\bbs\ottprgm.his
  101. InputDevice History
  102. StartFrom LastRead
  103. MsgBasePath e:\msgs\ottprgm
  104. MsgBaseType Squish
  105. MsgBaseName OTTPRGM
  106. OutputDevice Squish
  107. OutputMargin 65
  108. OutputPath e:\msgs\ottprgm
  109. OutputMethod Overwrite
  110. NumDays 3
  111. Posters Yes
  112. Receivers Yes
  113. Subjects Yes
  114. MaxPosters 5
  115. MaxReceivers 5
  116. MaxSubjects 5
  117. - - -  CUT HERE  - - -
  118.  
  119. ─ Beta Testers Wanted ─
  120.  
  121.   If you are in the 163 or 243 net or you don't mind polling long distance
  122. you are eligible to be a beta testers.  Simply NetMail Steve Mulligan at
  123. 1:163/307.30.  I will reply to you and tell you how to get the latest beta
  124. versions of software I make.
  125.  
  126. ─ On the Drawing Board ─
  127.  
  128.    This is a list of all the features my Beta Testers and I want to have added
  129. to FAP.  I'll get around to it in a while.  PLEASE ADD TO LIST AND FORWARD TO
  130. STEVE MULLIGAN 1:163/307.30.  If you want to become a Beta Tester, NetMail me
  131. and I'll send you beta releases.
  132.  
  133. 1.10    · More detailed reports.
  134.         · Due out Aug 93.
  135.  
  136. If you have any additions to this list or any bugs, please let me know!
  137.  
  138. Steve Mulligan 1:163/307.30@fidonet.org
  139.  
  140.