home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0500 / CCE_0562.ZIP / CCE_0562.PD / KTEXT170 / K_TEXT.TXT < prev    next >
Text File  |  1992-03-25  |  7KB  |  182 lines

  1.  
  2.  
  3. K_TEXT  Version 1.7.0
  4.  
  5. Copyright 1991 by Dan Panke
  6.  
  7. Version Date: March 7, 1992
  8.  
  9.  
  10. This version of K_TEXT is 'FREE'.
  11.  
  12.  
  13. OVERVIEW
  14.  
  15.     K_TEXT is a text file reader with a difference. Besides allowing
  16.     you to read a text file in an easy manner it also allows the
  17.     text file to contain VT52 commands, display up to 4 Tiny, Degas
  18.     compressed or uncompressed picture files, play XBIOS 32 music
  19.     files, and give the ability to append text files.
  20.  
  21.     When using a monochrome monitor, loaded text files will be
  22.     searched for the use of VT52 commands. If any are found, the text
  23.     will be edited so that VT52 text can be read in monochrome.
  24.  
  25.     K_TEXT provides an excellent and simple format for advertising
  26.     or describing procedures.
  27.  
  28.  
  29. LOADING K_TEXT
  30.  
  31.     K_TEXT runs in medium or high resolution only. Load K_TEXT from
  32.     the Atari desktop in the normal manner.
  33.  
  34.  
  35. K_TEXT OPERATION
  36.  
  37.     Once loaded, K_TEXT will greet the user by requesting a text file
  38.     to be loaded through the file selector box. When a text file is
  39.     selected and loaded the user may read through the text by using
  40.     the RIGHT MOUSE BUTTON to advance a page and the LEFT MOUSE BUTTON
  41.     to go back a page of text.
  42.  
  43.     You can also move around the loaded text file with the Function
  44.     keys. F1 will always take you to the start of the text file, F10
  45.     will take you to the end. F2 to F9 will move you somewhere in
  46.     between the start and end depending on the size of the text file
  47.     loaded.
  48.  
  49.  
  50. K_TEXT MENU COMMANDS
  51.  
  52.     Located at the top of the screen is a menu bar of commands.
  53.     Simply point the mouse arrow at the desired command and it will be
  54.     performed. These commands are:
  55.  
  56.         LOAD- The file selector will appear and you will be asked to
  57.         select a text file to be loaded.
  58.  
  59.         *LOAD*- If a loaded text file has used the append feature the
  60.         LOAD option will be surrounded by asterisks. Pointing at
  61.         *LOAD* and clicking the RIGHT MOUSE BUTTON will activate the
  62.         append feature. Clicking the LEFT MOUSE BUTTON will activate
  63.         the normal LOAD sequence.
  64.  
  65.         DISPLAY PICTURE- If a picture has been loaded with the text
  66.         file the numbers to the right of the DISPLAY PICTURE command
  67.         will be highlighted in RED (normal display in monochrome).
  68.         Click on the desired picture number for viewing.
  69.  
  70.         QUIT- Used to quit K_TEXT. You will be asked to confirm the
  71.         quit.
  72.  
  73.     The menu bar at the bottom of the screen will always display the
  74.     name of the text file that is presently loaded. You'll notice the
  75.     word 'FIND' located in the bottom left hand corner. This will also
  76.     perfom a function should you click on it.
  77.  
  78.         FIND- Clicking on 'FIND' with the LEFT or RIGHT MOUSE BUTTON
  79.         will change the menu bar at the top of the screen to text
  80.         entry. You'll be asked to enter a string to search for
  81.         within the loaded document. Initializing 'FIND' with the LEFT
  82.         MOUSE BUTTON performs a search from the top of the document.
  83.         Clicking with the RIGHT MOUSE BUTTON performs a search
  84.         starting from the second line displayed to the end of the
  85.         document.
  86.  
  87.  
  88. LOADING TINY/DEGAS PICTURES AND XBIOS 32 MUSIC
  89.  
  90.     To incorporate Tiny or Degas picture files in your text, simply
  91.     add up to 4 names of picture files at the beginning of your text
  92.     file (in either upper or lower case). These picture files must be
  93.     in Tiny, Degas compressed or uncompressed format and have any of
  94.     the following extenders: .TN1, .TN2, .TN3, .TNY, .PI1, .PI2, .PI3,
  95.     .PC1, .PC2, or .PC3. (Standard Degas pictures can also be
  96.     compressed using JAMPACK 4. The extender of the Degas picture
  97.     should be changed to .ICE, .LZH or .LZW.)
  98.  
  99.     Following any or none of the Degas filenames may be one (1) XBIOS
  100.     32 music file. This file must have the extender of '.XBS'. If
  101.     music is being played and you wish it to stop, press the 'ESC'
  102.     key.
  103.  
  104.     After the music file a desired append file may be added. This
  105.     text file must have the extender of '.TXT'.
  106.  
  107.     DO NOT ADD ANY DIRECTORY OR PATH NAMES TO ANY ADDED FILES. Place
  108.     the pictures, music file, and append file in the same directory as
  109.     the text file to be loaded. K_TEXT will default the directory and
  110.     drive to that of the loaded text file.
  111.  
  112.     To compose XBIOS 32 music files I recommend using the XBIOS MUSIC
  113.     CONSTRUCTION SET. This program can be found readily in the Public
  114.     Domain.
  115.  
  116.     EXAMPLE:
  117.         picture1.pi1     (NOTE: Pictures of any resolution are
  118.         picture2.pi2      converted for viewing in K_TEXT.)
  119.         picture3.pi3
  120.         music.xbs
  121.         new_text.txt
  122.  
  123.  
  124. UPDATES:
  125.  
  126.     Version 1.5.1
  127.         -fixed a minor bug in the TINY picture display routine.
  128.  
  129.     Version 1.5.2
  130.         -added the 'LINE NUMBER' display at the top of the screen.
  131.  
  132.     Version 1.6.0
  133.         -removed the Pixel Perfect routine (because no one uses it) as
  134.         well as the MAXI compression routine. Added a few more
  135.         decompression routines for myself (LW & IC). Did a little
  136.         more organization to reduce the overall size of the program.
  137.  
  138.     Version 1.6.1
  139.         -shortened LW routine and added LH routine as well.
  140.  
  141.     Version 1.6.2
  142.         -enabled looping of XBIOS music and the loading of compressed
  143.         XBIOS music. Had to create a 70K buffer if music is loaded.
  144.         (Don't load over 70K of XBIOS music.)
  145.  
  146.     Version 1.6.3
  147.         -stopped XBIOS music upon exiting program. Fixed minor bug for
  148.         reading pictures that don't exist.
  149.  
  150.     Version 1.6.4
  151.         -shortened the program slightly by removing a redundant
  152.         routine that checked for existing pictures.
  153.  
  154.     Version 1.7.0
  155.         -enabled the uncompression of standard Degas pictures created
  156.         with JAMPACK 4 (LZH, LZW & ICE methods).
  157.         -activated viewing of pictures in all resolutions. Centered
  158.         text will indicate what resolution screen was converted from
  159.         if a conversion was necessary.
  160.  
  161.  
  162.     If you have any questions or comments, I can be reached on the
  163.     following systems.
  164.  
  165.         GEnie:  D.PANKE
  166.         CompuServe:  73257,2635
  167.         Delphi:  DPANKE
  168.  
  169.  
  170. If you're looking for an excellent source of software at reasonable
  171. prices, look no further. Just send $1.00 or a blank disk to ST-PLUG
  172. and you'll receive descriptions and ordering information for the
  173. complete line of Budgie UK products (the disk will also contain a few
  174. useful programs as well!)
  175.  
  176.         ST-PLUG
  177.         1670 Heron Road, Box 22026,
  178.         Ottawa, Ontario
  179.         Canada  K1V 0C2
  180.         BBS (613) 731-2779
  181.  
  182.