home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / filed36b.zip / BFSMake.Txt < prev    next >
Text File  |  1997-06-21  |  6KB  |  146 lines

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