home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / DATAV47.ZIP / WHATSNEW.DOC < prev   
Text File  |  1994-03-16  |  11KB  |  219 lines

  1. WHATSNEW.DOC - DataView 4.7
  2. ▀▀▀▀▀▀▀▀▀▀▀▀
  3.  
  4. CHANGES, ADDITIONS, & BUGFIXES (version 4.7)
  5. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  6. The following list contains all of the changes and additions that have been
  7. made to version 4.7.
  8.  
  9. 1. Previously, DataView would not allow users to extract files that had a
  10.    "-" as the first character in the filename. However, they could mark the
  11.    file, and then read it which was a way to bypass that. DataView no
  12.    longer allows you to do this.
  13.  
  14. 2. In DVCONFIG.EXE, it would add an extra backslash to the SCAN.EXE command
  15.    line. This backslash should not have been there, and DVCONFIG no longer
  16.    puts it there.
  17.  
  18. 3. Fixed problem with DataView not working with self extracting EXEs
  19.    created by ARJ versions 2.41 or greater.
  20.  
  21. 4. Fixed problem with DataView not working with the new type of SDN files
  22.    created by ARJ with a filesafe security envelope.
  23.  
  24. 5. Previously, when a user's security level had a download ratio of zero
  25.    (no download ratio), DataView would not let them download. This problem
  26.    has now been fixed.
  27.  
  28. 6. DataView now reports to the user when they have reached their maximum
  29.    lines. I had thought that it already did this, but I accidently
  30.    commented out some code from the last version, its in there now. :)
  31.  
  32. 7. A new MOD viewing feature has been added. When you try to [R]ead a MOD
  33.    music file (an Amiga music format) DataView will give you a full
  34.    technical description of the file including all sample names and quite a
  35.    bit of other information. DataView currently supports 4, 6, and 8
  36.    channel MODs, although I will be supporting more music formats in the
  37.    near future. Here is an example:
  38.  
  39. Song name    : beyond_music
  40. MOD type     : M.K.                Num Patterns : 38
  41. Song length  : 36                  Pattern size : 38912
  42. Total size   : 432158              Samples size : 392162
  43. ───────────────────────────────────────────────────────────────────────────
  44.  1: SoftBass                       17: Zoh2.Minor
  45.  2: SawSynth.Major1                18: FilterSynth
  46.  3: SawSynth.Major2                19: DistortedBass
  47.  4: SawSynth.Major3                20: SynBrass
  48.  5: HupII                          21: SawSynth.Arrested1
  49.  6: OpenChord2                     22: SawSynth.Arrested2
  50.  7: BassDrum+Bongo                 23: SawSynth.Arrested3
  51.  8: SnareDrum+Bongo                24: AirCraft
  52.  9: BassDrum                       25: PowerOff2
  53. 10: SnareDrum                      26: HupIII
  54. 11: HiHat                          27:
  55. 12: SnareDrumFill                  28: Composed by ...
  56. 13: SawSynth.Minor1                29: Captain/Image!
  57. 14: SawSynth.Minor2                30:
  58. 15: SawSynth.Minor3                31:
  59. 16: BassDrum+Cymbal
  60.  
  61. For those that didn't install version 4.6ß, you may want to read the new
  62. feature list for that version since it also applies to version 4.7. Its
  63. listed below:
  64.  
  65. CHANGES, ADDITIONS, & BUGFIXES (version 4.6ß)
  66. ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  67. The following list contains all of the changes and additions that have been
  68. made to version 4.6ß.
  69.  
  70. 1. Fixed problem with DataView not recognizing 43/50 line mode.
  71.  
  72. 2. Added the [L]ist back to the read and archive view prompts.
  73.  
  74. 3. Modified filter to determine if a file is text or binary. This feature
  75.    should be a little more reliable now. Please note that there is no 100%
  76.    way to know if a file is text or binary, so you may occasionly run into
  77.    a situation where DataView thinks that a text file is actually a binary
  78.    file.
  79.  
  80. 4. Fixed read more prompt from going an extra line more then it should
  81.    have.
  82.  
  83. 5. I made all of the prompts so that they now support wildcards and command
  84.    stacking. This means that you can now do things like:
  85.  
  86.    "R 1 *.DOC DESC.SDI"
  87.  
  88.    The above command line would read file number 1, read all documentation
  89.    files, and read the file DESC.SDI.
  90.  
  91.    You can use this feature on most of the commands where it makes sense to
  92.    do so.
  93.  
  94. 6. Added saving of user settings. Currently the only user settings that
  95.    DataView saves are whether the user is in expert mode, and how many
  96.    files they've downloaded in DataView. The number of files downloaded
  97.    are saved so that DataView can create the appropriate archive names when
  98.    a user downloads multiple files from your BBS. ie: DATAV001.ZIP
  99.    DATAV002.ZIP, etc.
  100.  
  101.    These settings are saved only for the length of the call. After the
  102.    caller logs off and another user enters DataView, the settings are
  103.    lost. I had considered using a btree database so that the settings would
  104.    always be there, but this would slow down the program and make the EXE
  105.    quite a bit larger, so I opted not to take that route. My main goal is
  106.    to keep DataView as fast as possible.
  107.  
  108.    In your \WC30\DATAVIEW\ directory, you may notice some files called
  109.    DV$SET.<nodeNum>. These files are simply the saved user settings, they
  110.    are nothing to worry about.
  111.  
  112. 7. An expert mode has been added to DataView. I added this because the menu
  113.    files have become so large that they can be annoying to have to look at
  114.    everytime (atleast for me) =). If you know all of DataView's comands,
  115.    you can just hit [X]pert Mode and DataView will not display that long
  116.    menu to you. DataView saves this setting for the length of your call, so
  117.    you may go in and out of DataView multiple times, but DataView will
  118.    recognize that you are still in expert mode.
  119.  
  120. 8. I updated the menu files for some of the changes that were made in this
  121.    version. Basicly, the menu files are the same except with a few more
  122.    options added to them. They are still fully editable. In the previous
  123.    version of DataView, there was only a file called DVMAIN.BBS for the
  124.    menu (or DVMAIN.SCR if your using seperate color menus). Well, now
  125.    there's an additional menu file called DVSYSOP.BBS. This is exactly the
  126.    same as DVMAIN.BBS except with yet a couple more features added to it.
  127.    This menu file is displayed to any security level which you have defined
  128.    as having sysop access in DataView.
  129.  
  130. 9. A [D]ownload feature has been added to DataView. This is probably one of
  131.    the most powerful features in the program. This feature allows users to
  132.    create new archives which contain one or more files from the original
  133.    archive. DataView allows you to select which compression method you
  134.    would like to create the new archive with as well.
  135.  
  136.    The download feature also has all internal protocols. Xmodem, Ymodem,
  137.    Kermit, and Zmodem are supported.
  138.  
  139.    DataView supports full ratio, daily download limit, and time checking
  140.    before allowing the user to download anything. This means that there is
  141.    no way that a user could go and try to get free downloads through
  142.    DataView. In addition, DataView updates Wildcat's databases for number
  143.    of downloads and number of kilobytes downloaded.
  144.  
  145.    Which security levels can and can't download are totally selectable
  146.    through DVCONFIG.EXE.
  147.  
  148.    NOTE: The download feature is only available in the registered version
  149.    of DataView.
  150.  
  151. 10.With the new download feature, I decided that there better be a way for
  152.    users to have a marked list of files in DataView. You will notice the
  153.    commands [M]ark, [E]dit marked, and [C]lear marked. These commands do
  154.    the same exact thing that they do in WildCat. The marked files are the
  155.    files that are archived for you when you download.
  156.  
  157.    There are a few other things that you can do with marked files. For
  158.    instance, you can [R]ead all marked files by typing "M" when it asks you
  159.    which files you want to read. In addition, you could [L]ist all marked
  160.    files by typing "L M" at the main menu. These features are just
  161.    shortcuts though, and so I will not go deeply into them since I would
  162.    imagine they won't be used very much.
  163.  
  164. 11.This version of DataView also adds two new features which I think are
  165.    really useful. In DVCONFIG.EXE there is a picklist of security levels
  166.    that have "sysop access". You can pick certain security levels which
  167.    will be able to access the following sysop features:
  168.  
  169.    [Z] Delete files from archive
  170.    [Y] Add files to archive
  171.  
  172.    The delete feature is extremely valuable so that you (the sysop) can go
  173.    and delete files from the archive which you may not want there (ie:
  174.    other BBS ads and such). My BBS is devoted to demos and music files, so
  175.    often I will come across an archive which may have 5 or more BBS ads in
  176.    there! Well, with the delete feature, I can clean up all of that garbage
  177.    and restore the archive to its original clean state.
  178.  
  179.    The add feature probably is not as valuable, and I don't find myself
  180.    using it as much, but its there in case you need it.
  181.  
  182.    These features are VERY powerful, but as you might imagine, they're
  183.    potentially very dangerous as well. This feature is configurable by
  184.    security level, and I would recommend only giving the sysop security
  185.    level access to this feature.
  186.  
  187.    On my BBS, I have a filesysop, so only the filesysop and I have access
  188.    to this feature on my BBS. I would suggest a similar setup for your BBS.
  189.  
  190.    NOTE: These features are only available in the registered version.
  191.  
  192. 12.DataView now has the ability to report to you information on GIF files.
  193.    DataView will give you the resolution, version, and colors in a GIF
  194.    file. If you have other external GIF add on programs, DataView also has
  195.    a couple of other options for you. The following to batch files are
  196.    called up if they exist in the \WC30\DATAVIEW\ directory:
  197.  
  198.    VIEWGIFL.BAT - Called if a local user is attempting to view a GIF file.
  199.    VIEWGIFR.BAT - Called if a remote user is attempting to view a GIF file.
  200.  
  201. 13.Because of all of these new features, the DVTEXT.DAT has grown quite a
  202.    bit larger. Quite a few new prompts have been added. All of them are
  203.    still editable in the registered version of DataView.
  204.  
  205. 14.The configuration program DVCONFIG.EXE has been totally rewritten to
  206.    accommodate all of the new features.
  207.  
  208. 15.Quite a bit of other stuff has been added, but the above is just a
  209.    listing of the most significant stuff.
  210.  
  211. 16.The [R]ead function has been fixed so that it displays ANSI files
  212.    correctly (or atleast most of them).
  213.  
  214. 17.This version of DataView no longer requires a demo key. It will not
  215.    expire! I just decided that I don't like the idea of a demo key. Its too
  216.    much of a pain for you and for me! :)
  217.  
  218.  
  219.