home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / uupcb100.zip / DBFSETUP.NEW < prev    next >
Text File  |  1992-04-18  |  7KB  |  154 lines

  1.                          DBFSETUP History File
  2.  
  3. Version 0.78 - 4/18/92 This is a bug fix release.  In some situations, Version
  4.                        0.77 was causing QEMM Exception 13 errors.  In addition
  5.                        Flat File imports would terminate prematurely.  Fixed.
  6.                        Also cleaned up some problems with displays.
  7.  
  8. Version 0.77 - 4/6/92   Added two new features:
  9.                         (1). Flat File import
  10.                         (2). Report function now routes to LPT1:, LPT2: or
  11.                              a file.
  12.  
  13. ┌──────────────────────────────────────────────────────────────────────────┐
  14. │NOTICE: THIS VERSION USES THE SAME FORMAT AS DBFSETUP 0.75 AND 0.76.  IF  │
  15. │YOU ARE CURRENTLY RUNNING DBFSETUP VERSION 0.74 OR EARLIER, READ THE      │
  16. │UPGRADE INSTRUCTIONS FOR VERSION 0.75 BELOW.                              │
  17. └──────────────────────────────────────────────────────────────────────────┘
  18.  
  19.                           ┌────────────────┐
  20.                           │Flat File Import│
  21.                           └────────────────┘
  22.  
  23. This feature will allow you to add a large number of Usenet newsgroups to
  24. your system quickly and with little hassle.
  25.  
  26. This function is intended to import segments of the UNIX "active" file,
  27. which is the master listing of newsgroups found on a typical Unix Usenet
  28. system.
  29.  
  30. An active file looks like this:
  31.  
  32. comp.os.msdos.apps 0000456 0000234 y
  33. comp.dcom.telecom  0005780 0004567 m
  34.  
  35. These four entries are:
  36. 1. The newsgroup name (imported by DBFSETUP)
  37. 2. The high message pointer on the unix system.
  38. 3. The low message pointer on the unix system.
  39. 4. The letter "y" (lower case!) if not moderated, the letter "m" if
  40.    moderated.
  41.  
  42. You can fake an active file, if necessary, by substituting "0" for the
  43. pointers.  DBFSETUP ignores the pointers.  It only looks at the first
  44. and fourth entries on each line.  Therefore, if you create an ascii file
  45. with the names of the newsgroups you want to import, two dummy entries
  46. and the y or m flags for moderator status.  A dummy file might look like
  47. this:
  48.  
  49. comp.os.msdos.apps 0 0 y
  50. comp.dcom.telecom 0 0 m
  51.  
  52. Once you have your active file, edit it with a good text editor to
  53. include ONLY those newsgroups you want.  Then start DBFSETUP.  Take the
  54. "F" option (Flat File).  DBFSETUP will ask you for the filename.  If
  55. that file is not found, DBFSETUP will report an error.
  56.  
  57. The next question is the PC Board Conference number to start with.  For
  58. example, 500.  DBFSETUP will enter the first line of the active file in
  59. conf 500, the next line in conf 501, and so on.
  60.  
  61. DBFSETUP will fill in fields # 1(PC Board Conf #), 2 (Usenet newsgroup),
  62. 3(moderated Y/N) and 4(Moderators email address).  The moderators email
  63. address utilizes the uunet alias service.  With this service, email can
  64. be sent to an alias address on uunet and it will be forwarded to the
  65. moderator.  You do *NOT* have to be a uunet subscriber to use this.
  66. DBFSETUP will enter the address in the Moderators Email ID field.  For
  67. example, for the moderated group "comp.dcom.telecom", DBFSETUP will
  68. automatically enter the ID: "comp-dcom-telecom@uunet.uu.net".  You can
  69. manually edit this later, if you wish.
  70.  
  71.                         ┌─────────────────────┐
  72.                         │Report Output Options│
  73.                         └─────────────────────┘
  74.  
  75. When you select the "R" option, it will now give you three choices,
  76. LPT1:, LPT2: and print to file.  If you elect print to file, it will ask
  77. you for the filename.
  78.  
  79. Version 0.76 - 4/5/92   Revised to take care of problems with the display
  80.                         of record numbers.  No other changes.
  81.  
  82. Version 0.75 - 4/4/92   This version is revised to support new fields.
  83.  
  84. ┌───────────────────────────────────────────────────────────────────────────┐
  85. │NOTICE: BEFORE RUNNING THIS VERSION OF DBFSETUP, YOU MUST CONVERT YOUR     │
  86. │DATABASE.  RUN CONVDBF.EXE IN THE DIRECTORY THAT HOLDS UUPCB.DBF.  THIS    │
  87. │WILL ADD THE FIELDS TO EACH DATABASE RECORD.  YOU SHOULD REINDEX THE       │
  88. │UUPCB.DBF FILE AFTER CONVERSION.  SEE CONVDBF.DOC FOR FULL INSTRUCTIONS.   │
  89. └───────────────────────────────────────────────────────────────────────────┘
  90.  
  91. The screen now looks like this:
  92.  
  93. ┌─────────────────────────────────────────────────────────────────────────────┐
  94. │                          uuPCB DBF Setup - 0.75ß                            │
  95. │            Copyright 1991, 1992 Edward T. Hopper - All Rights Reserved      │
  96. │          Ed Hopper's BBS 713-997-7575 or ed.hopper@ehbbs.hou.tx.us          │
  97. └─────────────────────────────────────────────────────────────────────────────┘
  98. PC Board Conference Number:     1                Active Record   1 of 24
  99. USENET Newsgroup          : news.newusers.questions
  100. Moderated Newsgroup? (Y/N): N
  101. Moderators email address  :
  102. Host for articles (opt)   :
  103. Default Distribution (opt):
  104. Conference Path           : D:\PCB\TEST1\MSGS
  105. Conference Name           : U-NewQuest
  106. Archive Directory         : \
  107. Archive Dir File          :   \
  108. Archive Flag              :     >  New Fields
  109. Archive Prefix            :   /
  110. Block Flag                : /
  111. ─────────────────────────[Esc to Abort Edit or Entry]──────────────────────────
  112.  [A]dd         [C]Names Import [D]elete        [E]dit
  113.                [N]ext          [P]revious      [Q]uit
  114.  [R]eport      [U]ndelete      [#] Goto Record #
  115.  Your Choice:
  116.  
  117. Note that five new fields are added.  These are the following:
  118.  
  119. Archive Directory - Directory in which to store archived messages.
  120. Archive Dir File - PC Board style Directory File to hold descriptions.
  121. Archive Flag - Numerical value fron 0 to 5 (default is 0).
  122. Archive Prefix - 1 to 5 character prefix for files stored from this newsgroup.
  123. Block Flag - if Y messages from this newsgroup will not be posted nor will they
  124.              go in the junk conference.
  125.  
  126. The functions associated with these fields are described in UUPCBIN.NEW.
  127. No other changes are made to this version.
  128.  
  129. Version 0.74 -          Experimental, not released.
  130.  
  131. Version 0.73 - 1/14/92- Plugged a lot of holes that lead to abnormal term-
  132.                         inations.  The problem came from situations in which
  133.                         a DBF entry would have resulted in a duplicate key
  134.                         in the index.  This was an error situation, but it
  135.                         was not being trapped.  I have not been able to break
  136.                         this version (but I am not as creative as some! :-))
  137.  
  138.                         Fixed the problem with improper carry over of
  139.                         the conference path and name fields.
  140.  
  141.                         Fixed problem with improper display of Record #X of X
  142.                         display.
  143.  
  144.                         Fixed CNAMES.@@@ import routine.  It will now accept
  145.                         the entry of the PATH only (with or without trailing
  146.                         "\") or the PATH and FILENAME.
  147.  
  148. Version 0.72 - 1/10/92- Not generally released
  149. Version 0.71 - 1/2/92 - Fixed problem with overflows in LARGE CNAMES.@@@
  150.                         files.  It was giving invalid paths, particularly
  151.                         above conference 200 or so.
  152.  
  153. Version 0.70 - 1/1/92 - Initial Release
  154.