home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / VUBBS / FBROW134.ZIP / FBROWSER.DOC next >
Text File  |  1998-03-25  |  5KB  |  120 lines

  1. v 1.34
  2.  
  3.                     -=Public Domain=-
  4.                By: Jim Woodward
  5.                based on a program written by: Jonas Öberg
  6.  
  7. Upgrade: Must compile fbrowser.mex file!!!
  8.  
  9. ========
  10. Files in archive:
  11. fbrowser.mex    The program
  12. fbrowser.vm     The program compiled (for people that run max 3.0)
  13. xgetch.mh       Needed assistance for program to work
  14. fbrowser.doc    This file
  15. readme.com      This file
  16.  
  17. Installation Steps
  18. ════════════
  19.  
  20.  
  21. 1. fbrowser.MEX, xgetch.mh  go in your MEX directory.
  22.     compile the file: fbrowser.mex!  extra heap may be needed.
  23.     i.e. commmand line: mex fbrowser -h20000
  24.  
  25. 2. FILE_ID.DIZ & FBROWSER.DOC - Well, put them were you keep all the junk. :)
  26.  
  27. 3. Now you need to modify your MENUS.CTL to read something like this:
  28.  
  29.     MEX              M\fbrowser                 Demoted "File titles"
  30.  
  31. 4.  SILT MAX
  32.  
  33.  
  34. 5.  If you want the file date to be in form dd/mm/yy, then edit
  35.     fbrowser.mex (somewhere around line 252) and uncomment (i.e.
  36.     erase the '// ddmmyy' from that line) and comment the line below
  37.     (i.e. put a '//' in front of it, and of course the 's are not added).
  38.  
  39. 6.  Run Maximus and check it out!
  40.  
  41. *****************************************
  42. Lines in the files.bbs file which have a
  43.     '-' or a ' ' in the first column will be treated as comment lines.
  44. Below changed sept. 1996
  45.     If column 1 is '-' and column 2 is '!',
  46.     then the next line in the files.bbs file will start a
  47.     new page in fbrowser's display screen.
  48. *****************************************
  49.  
  50. Where to reach me
  51. ═════════════════
  52. If you want to report a bug, PLEASE tell me the version you are using.
  53.  
  54. internet:   jwoodwar@eagle.lhup.edu
  55. Homepage:   www.lhup.edu/~jwoodwar
  56.  
  57. Woody's NutHouse    BBS Tel. #: 717-748-5728  (SupraFax 33.6)
  58.  
  59. Jim Woodward      1:268/412 (fido) ( I use this line to get on internet too)
  60. Fido Node        BBS Tel. #: 717-748-1834  (ZyXEL Elite 2864 V.34)
  61.  
  62.  
  63. 03/02/96 Will use standard file listings when user is TTY.
  64. May 10, 1996    Fbrowser should now handle a file area
  65.     of type: CD DateList alright.
  66. July 23, 1996 Several bugs corrected.
  67. August 7, 1996  Added a sysop feature that will allow one file at a time
  68.     to be copied to designated path by tagging a file and hitting the
  69.     "d" key for download. This only works for sysops (priv>89)
  70.     and local logon.
  71. Aug. 21, 1996   Added support for '/tb' as the first word in the
  72.     description (page 66 of Max printed manual). Did not add support
  73.     for '/t' or '/b'. I will do this if someone needs it.
  74. Aug. 27, 1996   When the file area is from a CD, staged downloading is
  75.     implemented.
  76. Aug.30, 1996    Major change in the program. The dos compiler is at
  77.     its max, i.e. nothing new without taking something out. If one is
  78.     running  OS/2, you can add more. I will not make a fbrowser that
  79.     doesn't work on both dos and os/2 systems, as this program is
  80.     being used all over the world. Please let me know if the major
  81.     change has caused problems for you. The first screen will take
  82.     longer to appear, but I think the reward will be great. I imagine
  83.     if you are using a 386 or slower, then this versiom might be too
  84.     slow. I prefer internet email to fido messages, if possible.
  85.  
  86.  
  87. CDs The type should be 'CD Datelist' and the files.bbs type files, in
  88.     my opinion, should be copied to your HD. I have 9 CDs online (Night
  89.     Owls and Cream of the Crops) and I make a filedivision for
  90.     each CD and this has worked well for me. The files.bbs type files
  91.     for CDs do NOT have to be 'one line per file' files. On the Night
  92.     Owls, I use the dir1, dir2, ... files found in in the pcbtext
  93.     directory for my files.bbs type files.
  94.  
  95. Note for fbrowser 1.21
  96.     There is only one small cosmetic change in 1.21, as some lines weren't
  97.     quite right.
  98.  
  99. Note for fbrowser 1.22
  100.     Made some small changes to help sysops that have users who hit
  101.     the '+' key too fast in order to page down, and their comm program
  102.     takes over. The left and right arrow keys now will change pages.
  103.     Fixed it so a filename with a space after it would work, but in
  104.     order to do this, I had to cut out saying no description
  105.     was given, as the dos version is at the max, which means in order
  106.     to add to the program, I have to delete something. Hopefully
  107.     the next edition of Maximus will allow larger programs.
  108.  
  109. Note for fbrowser 1.30
  110.     This version does not use a screen fbrowser.mec file. This version
  111.     takes into account the users screen length, so to the sysop,
  112.     sometime the screen looks odd when the user has a different screen
  113.     length.
  114.  
  115.     Since I don't know who is using this program, I would appreciate it
  116.     if users with internet access would drop me a note containing their
  117.     BBS name and number, and any suggestions.
  118.     Thanks,
  119.     Jim Woodward  (jwoodwar@eagle.lhup.edu)
  120.