home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / orionful.zip / Docs / Bfsmake.Txt < prev    next >
Text File  |  1997-08-24  |  6KB  |  153 lines

  1. BFSMake 0.97 (Updated 19970728)
  2. -------------------------------
  3. 1. No Change except that the file area numbers limit is now checked
  4.    although it will still allow upto 10240, try to keep it down to
  5.    under 9999 till FSys is updated and filebase structures change.
  6.  
  7.  
  8. BFSMake 0.97 (Updated 19970617)
  9. -------------------------------
  10. Modified by nitin@poboxes.com
  11. -----------------------------
  12. 1. Adept sets the security in the filebase based on the read security
  13.    of the file area to which a file is uploaded...Although I did add
  14.    almost all other flags, I left out the security flag till I could
  15.    figure out what Adept did with it...
  16.  
  17.    This version of BFSMake corrects this problem and makes the filebase
  18.    more consistent with Adept's own handling of uploads to any areas.
  19.  
  20. 2. BFSMake will also update the cost per k field if given and the Age
  21.    field in the filebase from the file area settings.
  22.  
  23. 3. BFSMake, Adept and FileEd are now more synchronized...
  24.  
  25.  
  26. ------------------------------------------------------------------------
  27.  
  28. BFSMake 0.96
  29. Modified by nitin@poboxes.com
  30.  
  31. Thanks to dougk@primenet.com who originally provided me
  32. with the source for BFSMake
  33.  
  34. What's New in this BFSMake 0.96.1 (Updated 19970515)?
  35. -----------------------------------------------------
  36. I "Fixed" the irritating prob BFSMake had when building a FileBase. It
  37. would join the first 2 lines in any file description. This is now fixed :)
  38. So...now when (if you have to) you re-build a FileBase, your descriptions
  39. will come up fine, specially if you exported them using FileEd.
  40.  
  41.  
  42. What's New in this BFSMake 0.96?
  43. --------------------------------
  44. Now that I am also working on Adept itself as well, I discovered some
  45. serious omissions between the co-ordination of BFSMake and the BBS
  46. itself.
  47.  
  48. First off, the flags were incorrectly defined in the BFSMake files,
  49. though that did not matter much 'cause BFSMake did not set any area
  50. flags at all, 'cepting for copyfile to HDD which had an incorrect
  51. value from the BBSs' viewpoint anyway.
  52.  
  53. I was rather shocked to see a user d/l files which were marked as not
  54. d/l but were listable. (I use an area for myself for ppl to u/l
  55. personal files/mail and stuff). Well...to cut it short, BFSMake will
  56. now set the flags in the File System where req. and the BBS will be
  57. fixed to check for and honour the same. BFSMake will also set the Age
  58. now.
  59.  
  60. In short, if any SysOp has used BFSMake to build the file system for
  61. Adept and not manually checked the flags using FileEd, then please
  62. rebuild your file base with this version of BFSMake.
  63.  
  64. There is a gap between the FileSystem and the BBS in some respects,
  65. but we will try to work around that...let's hope...
  66.  
  67. That's it for now.
  68.  
  69. What's New in this BFSMake 0.95?
  70. --------------------------------
  71. Just a small modification...in case you are running a free BBS (as I am)
  72. you might want have a download limit and yet are too lazy to split large
  73. files to that size and want to let them be and still want users to be
  74. able to download them. A new switch is added to this BFSMake to do just
  75. that.
  76.  
  77. /F:<size>
  78.  
  79. The default size is 1,500,000 bytes if not specified. All files over this
  80. specified limit are marked as bytes free as well as free. This means, the
  81. user had to save time in the bank if he cannot download the larger files
  82. within the BBS allocated time limit, but will be able to once he has time
  83. in the bank.
  84.  
  85. I hope this sounds clear enough :)
  86.  
  87. NOTE: by default, this free marking if OFF
  88.  
  89.  
  90. What's New in BFSMake 0.94?
  91. ---------------------------
  92.  
  93. Well...not much really, but it has some modifications I made specifically
  94. for myself and might help some other sysops going to Adept. Anyway I got
  95. my job done currently, maybe I'll come up with more Adept stuff later...
  96.  
  97.  
  98. New CommandLine Options
  99. -----------------------
  100.  
  101. /E<c> - Lets you define an alternate extended description marker for files.bbs
  102.  
  103.         My files.bbs had the '>' character for the ED and BFSMake handled only
  104.         the '|' character. This has now been modified to check for both these
  105.         by default and although the '|' marker remains fixed, you can define
  106.         another character using the /E option which will replace the second
  107.         default ED maker '>'.
  108.  
  109.         This means that, by default, if your files.bbs uses both the '|' and '>'
  110.         mixed up for EDs, then you no longer have to bother...they will be
  111.         cleaned up by default.
  112.  
  113. /I    - Turn on the indent for descriptions as with earlier BFSMake
  114.  
  115.         I personally saw no need for the default indent in descriptions in
  116.         BFSMake so it is gone by default as it is not required by Adept
  117.         itself. What the indent did do was mis-align the display in AFile.
  118.         Since I had put in AFile as one of the options in the file list
  119.         I thought maybe others using AFile might also find this modification
  120.         useful.
  121.  
  122.  
  123. Other Internal Modifications
  124. ----------------------------
  125.  
  126. 1. Added Files1.BBS to BFSMakes default order to handle files1.bbs before
  127.    Files.BBS as some CDs I had used the 2 column format in files1.bbs and
  128.    4 in files.bbs and I had the rest of the files.bbs on the HDD as 2.
  129.    This should not affect the normal processing, but might be extremely useful
  130.    for sysops who have a similar setup.
  131.  
  132. 2. BFSMake created the "Files.List" directory by default before checking for
  133.    config files, I just moved it to after the check to avoid the creation of
  134.    the directory when not required. Just a cosmetic change...no big deal!
  135.  
  136.  
  137. Disclaimer
  138. ----------
  139.  
  140. Besides holding me responsible for modifying the program, I cannot be
  141. held responsible for anything else :)
  142.  
  143.  
  144.  
  145. -------------------------------------------------------------------------------
  146. AFMOS keep up the good work...the BBS world will use Adept and OS/2 only :)
  147. -------------------------------------------------------------------------------
  148.  
  149.  
  150. Any comments/suggestions? e-mail me at nitin@indiagate.com
  151.  
  152. PS: I am looking to mod FUtil as well....if I get hold of it.
  153.