home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 4: Phase Four / 17Bit_Phase_Four.iso / files / 3040.dms / 3040.adf / BootScreen / BootScreen.readme < prev    next >
Encoding:
Text File  |  1994-02-11  |  9.4 KB  |  233 lines

  1.  
  2. BOOTSCREEN
  3. ~~~~~~~~~~
  4. Startup screen program for Amigas with Workbench release 37 (2.04) or higher.
  5.  
  6.  
  7. Copyright ©1994 by Joseph Luk.  All rights reserved.
  8.  
  9. ------------------------------------------------------------------ README FILE
  10. $VER: 2.1 (2/11/94)
  11. UNREGISTERED VERSION
  12.  
  13.  
  14. IMPORTANT
  15. ~~~~~~~~~
  16.    BootScreen 2.1 is now ShareWare.  Registration instructions are included
  17.    at the bottom of each doc file.  The version that you have here is
  18.    complete except it only contains one sample picture file -- I chose not
  19.    to hand out crippled versions or annoying requesters in the hope that the
  20.    Amiga community hasn't come to need them.  You do get benefits by 
  21.    registering, and the least of them is the smaller executable size of the 
  22.    registered versions.  :>  Please read the main documentation and 
  23.    registration instructions for more information.
  24.    
  25.    
  26.  
  27. LEGAL
  28. ~~~~~
  29.    All contents of this archive are Copyright ©1994 by Joseph Luk.  They are
  30.    to be distributed ONLY in the exact same way as they are presented here.
  31.    All documentation, and other files must be preserved if redistrbuted.
  32.    No tampering with executables is allowed under any circumstance.  Note
  33.    that this includes "patching" them with third-party programs.  I make one
  34.    and only exception for those who wish to use RTPatch by Nico Francois
  35.    to make the Preferences Editor use ReqTools requesters.  This is allowed
  36.    only for your own copy of this program.  NO DISTRIBUTION OF REQTOOLS 
  37.    PATCHED PROGRAMS IS ALLOWED UNDER ANY CIRCUMSTANCE WHATSOEVER!
  38.    
  39.    The files contained in this archive are ShareWare.  They are offered
  40.    here on a trial basis only.  The user may use them for up to one month,
  41.    after which they must be removed or replaced with registered versions.
  42.    
  43.    Distribution of this archive may be conducted for reasonable costs only.
  44.    The end user must pay no greater than $10 to acquire this demo version.
  45.    
  46.    If one or more of these terms cannot be met, all files in this archive
  47.    must be deleted from all locations on this system immediately.  You can
  48.    report fraud to me, and I will take it to the SPA if necessary.
  49.    
  50.    The "Commodore Windows" graphic is a reasonable parody based on the startup
  51.    screen for Microsoft Windows, a registered trademark of Microsoft
  52.    corporation.  It was totally reconstructed originally and is not intended
  53.    to infringe upon the copyrights of said corporation.
  54.    
  55.    
  56. THANKS
  57. ~~~~~~
  58.    Christian A. Weber, for iff.library.  And for WBVerlauf.  Great stuff!
  59.    
  60.    Jan Van Den Baard, for GadToolsBox.  Wow, it sure works nice after if
  61.       you bother to read the manuals!
  62.       
  63.    Kenneth Fribert, for making me come up with the really crazy idea of
  64.       loading the monitor driver early.
  65.       
  66.    Michael Nielsen, for reporting the enforcer hit bug.  Whew, and I thought
  67.       I had tested it to the bone!
  68.       
  69.    Everybody who reported bugs and made suggestions for the 2.00 version!
  70.    
  71.    All the people who have registered versions, you know who you are and
  72.       why I'm thankful to you!
  73.    
  74.    
  75.    
  76. FORTHCOMING ENHANCEMENTS
  77. ~~~~~~~~~~~~~~~~~~~~~~~~
  78.    Here's a quick look at what's on my "To do" list:
  79.    
  80.    - "Emergency break" feature would allow you to break your startup-sequence
  81.      while BootScreen is active.
  82.    - Blank the pointer during display
  83.    - Making it so that other screens don't show up behind the "Test" screen
  84.      when automatic centering is on.
  85.    - Adjustable centering.
  86.    - 3rd party graphics board support.  Anyone willing to give me code?
  87.    - Copperlist support.  Again, anyone willing to donate code?
  88.    - Integrating the close daemon into the BootScreen program.  Please
  89.      see the technical article on "Why So Many" files for more information.
  90.    - Install script should have an option whereby the user can choose which
  91.      line to add the BootScreen command after.  This will allow Dirk Wrocklage
  92.      to have his special startup-sequence work properly.  :>
  93.    
  94.    
  95.    
  96.  
  97. RELEASE HISTORY
  98. ~~~~~~~~~~~~~~~
  99.  
  100. 2.1    Future      Mostly bug fixes, but some new features added.  This 
  101.                    version was sort of rushed out, because of important
  102.                    bugs in 2.00.  Sorry beta testers!
  103.                    - Version number only has tenths now because the
  104.                      literal "BootScreen200.lha" was one character too
  105.                      long for BBBBS bulletin boards.
  106.                    - Added "BYPASS" monitor option.  This allows you to keep
  107.                      the monitor ID for advanced mode selection.  See the
  108.                      technical article on "Alternate Modes and Early Monitor
  109.                      Loading."
  110.                    - Fixed enforcer hit (AARGH!) when file requester opened
  111.                      with empty string gadget.
  112.                    - 2.00 should not have required V38 (2.1) ASL library
  113.                      as I had already written code to cope with the V37
  114.                      ASL library.  This has been fixed.
  115.                    - Fixed "Test" screen close bug.  The old method I used
  116.                      was to peek at IntuitionBase and wait until the active
  117.                      screen changed -- quite bad, but it saved some code size.
  118.                      This broke on some machines, so I now open a window on
  119.                      the screen and use the system-friendly I/O method.
  120.                    - Minor aesthetic install script changes.
  121.                    - Icon positions adjusted.  I use Times for my icon font
  122.                      so it's narrower than Topaz.  :>
  123.                    - Changes to the documentation:                     
  124.                      - new article on alternate mode possibilities
  125.                      - rewritten monitor mode descriptions
  126.                      - added "to do" list
  127.                      - added troubleshooting guide in readme first file
  128.                      - removed registration instructions from readme first
  129.                        file
  130.  
  131.  
  132. 2.00   05-Feb-94   First ShareWare release.  Code rewritten from scratch. 
  133.                    - New configuration program works just like standard
  134.                      Preferences editors
  135.                    - PAL support
  136.                    - Automatic screen centering
  137.                    - Install, Upgrade, and Remove scripts
  138.                    - Documentation rewritten
  139.                    - Synchronous loading saves time and wear on hard disk
  140.                    - No more seperate versions for Workbench 2.x and 3.x+
  141.                      machines.
  142.                    - Icons created for preferences editor (MagicWB and
  143.                      standard 4-color)
  144.                    - "Commodore Windows" graphic shrunk to take advantage
  145.                      of screen centering.
  146.                    - BootScreen loads configuration off Preferences editor
  147.                      icon -- no more command line arguments!
  148.  
  149.  
  150. 1.01   21-Jan-94   - Added overscan support.  Uses the old 1.3 method for
  151.                      creating overscan, since 2.0 methods are not available
  152.                      at boot-time.
  153.                      
  154. 1.00   19-Jan-94   BootScreen37 improvised to support Workbench 2.x.
  155.  
  156. 1.00   25-Dec-93   Initial release.  Public domain.
  157.  
  158.  
  159.  
  160.  
  161. REGISTRATION
  162. ~~~~~~~~~~~~
  163.    When you register, you will receive a disk containing the latest version
  164.    of BootScreen, and it will be a personalized version just for you.  Also on
  165.    the disk will be as many sample pictures as will fit, and perhaps a utility
  166.    or two that might be relevant to BootScreen.
  167.    
  168.    
  169.    The registration levels are as follows:
  170.    
  171.    $5    Basic registration.  This is a small amount of money!!!  This
  172.          covers the registered version of the disk and U.S. postage
  173.          ONLY.  For International orders, add $5 U.S. to any order.
  174.          
  175.    $10   Uprgade registration.  Will get you upgrade notices in the
  176.          mail for one year and significant discounts on upgrades.  Will
  177.          also get you my personal approval as well as notices for other
  178.          products by myself.  :>
  179.          
  180.    $11+  If you choose to send additional cash or other gifts (even
  181.          a postcard will be cherished), we can arrange specific rewards.
  182.          I might even consider that 020 version.  :>
  183.          
  184.          
  185.    
  186.    To register, fill out the following form and mail it to me, along with
  187.    a check or money order made out for the amount you wish to donate.
  188.    
  189.    
  190.    BOOTSCREEN 2.1 REGISTRATION
  191.    
  192.    
  193.    Date _________________
  194.    
  195.    
  196.    Full name ________________________________________________________________
  197.    
  198.    
  199.    Address __________________________________________________________________
  200.            
  201.            __________________________________________________________________
  202.            
  203.            __________________________________________________________________
  204.            
  205.            
  206.    Telephone # ______________________
  207.    
  208.    
  209.    E-mail address(es) _______________________________________________________
  210.                       
  211.                       _______________________________________________________
  212.                       
  213.                       
  214.    
  215.                             Registration Amount    ________
  216.    Check if International postage required [  ]  +    $5.00
  217.    
  218.                            Total Amount Sent       ________
  219.    
  220.    
  221.    --
  222.    
  223.    Mail to:
  224.    
  225.    Joseph Luk
  226.    P.O. Box 884401
  227.    San Francisco, CA 94188-4401
  228.    U.S.A.
  229.    
  230.    Your disk will be mailed within four weeks.  You may check with me via
  231.    e-mail as to the status of your order, if you so choose.
  232.    
  233.    THANK YOU!!!!