home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / text / show / muchmore / muchmore.doc < prev    next >
Text File  |  1995-03-10  |  25KB  |  682 lines

  1.  
  2.                         M u c h M o r e   V 4.6
  3.                      ============================
  4.  
  5.                             © 1988-1992 by
  6.  
  7.                            Fridtjof Siebert
  8.                              Nobileweg 67
  9.                           D-70439 Stuttgart
  10.                                Germany
  11.  
  12.                    EMail: fridi@amokst.adsp.sub.org
  13.  
  14.  
  15.                             © 1992-1995 by
  16.  
  17.                            Christian Stiens
  18.                              Heustiege 2
  19.                          D-59348 Lüdinghausen
  20.                                Germany
  21.  
  22.               EMail: Christian_Stiens@ouzonix.bo.open.de 
  23.  
  24.  
  25.  
  26.   What is MuchMore?
  27.  
  28.     MuchMore is  another  program  like  More,  Less  etc.  that prints
  29.     ASCII-Files to the screen.  Unlike these, it opens its  own  screen
  30.     to show  the  text  and  to scroll it softly!  But not only softly,
  31.     MuchMore is also able to scroll very quickly if  you  want  it  to!
  32.     Furthermore,  there are commands to search for strings and to print
  33.     the text.  MuchMore will run on any  Amiga,  whether  it's  a  PAL,
  34.     NTSC, overscan  or  any Amiga in future.  Because MuchMore's screen
  35.     has no border, there are 80 characters displayed per line.
  36.  
  37.     MuchMore can load  texts,  which are  crunched or crypted by XPK or
  38.     powerpacker,  if  you  have  installed  the XPK  (and  powerpacker)
  39.     libraries.
  40.  
  41.     MuchMore can be made resident with the Resident command of AmigaDOS.
  42.  
  43.     MuchMore  supports  pipes  now,  so  that  you  can  display  the c:
  44.     directory with "dir c: | muchmore", if your shell supports nameless
  45.     pipes.  You can get the standard AmigaDOS Shell to  accept nameless
  46.     pipes, if you copy the 'pipe' command from the shell tools package
  47.     of  Fisk Disk #673 to  c: and  add  the line  'set _pchar "|"'  to
  48.     s:shell-startup.
  49.  
  50.     MuchMore requires AmigaOS 2.04 or better.
  51.  
  52.  
  53.   Why MuchMore instead of MORE, BLITZ or LESS?
  54.  
  55.     MuchMore  is much shorter than  LESS. BLITZ or other  programs that
  56.     scroll quickly or softly usually use 2 Colors and don't support any
  57.     special fontstyles.  MuchMore instead has four Colors and  displays
  58.     bold,  italic,  underlined  and  inverse  text.  Unlike many  other
  59.     programs, MuchMore may use any non-proportional Font to display the
  60.     text.
  61.  
  62.     MuchMore is  ideal  to  display  long  texts.    The text is loaded
  63.     simultaneously while it  is   displayed.   That  is,  while  you're
  64.     reading  the first page, the rest of the text is loaded into memory
  65.     and you're able to move  through  the  text  quickly  then  without
  66.     reloading it.
  67.  
  68.  
  69.   Disclaimer:
  70.  
  71.     The use of this program is on your own risk. There  is no liability
  72.     or responsibility for any damage caused by the program.
  73.  
  74.  
  75.   Copyright:
  76.  
  77.     MuchMore is free to be spread on public-domain and shareware disks,
  78.     as long as they  are sold for a reasonable charge.  It may be used
  79.     there to display readme- and  documentation-files.  My name has to
  80.     be left in the program (HELP).
  81.  
  82.     Although MuchMore is not Shareware, donations are welcome.
  83.  
  84.     It's not allowed to use this in a commercial way without my written
  85.     permission.  This permission is  also  necessary  if  you  want  to
  86.     publish  MuchMore as a  part of a  commercial product or use this
  87.     program commercially in any other way.
  88.  
  89.     If you change anything in my source you're allowed to put your name
  90.     in the program's head (:History.), but leave my name in!  If you've
  91.     made  any  enhancements,  please  send them to me (else there'll be
  92.     thousands of different versions).
  93.  
  94.  
  95.   How to start MuchMore:
  96.  
  97.     CLI:
  98.  
  99.       Template:
  100.  
  101.       B=PLANES/N/K,C=PALETTE/K,D=DISPMODEREQ/S,E=EDITOR/K,F=FONT/K,
  102.       I=INTERLEAVED/S,O=OLDSTYLE/S,P=TOOLPRI/N/K,Q=FASTQUIT/S,
  103.       S=SCROLLMODE/N/K,T=TABWIDTH/N/K,U=PUBSCREEN/K,X=EXTRASPACE/N/K,
  104.       W=WINDOW/S,WL=LEFTEDGE/N/K,WT=TOPEDGE/N/K,WW=WIDTH/N/K,WH=HEIGHT/N/K,
  105.       FW=FRWIDTH/N/K,FH=FRHEIGHT/N/K,FILE:
  106.  
  107.       'FILE' is the  name of  the  ASCII-Text  that is to be displayed.
  108.       If there  are any spaces in  the filename, it must be enclosed by
  109.       quotes. "MuchMore ?" displays  the usage.  If MuchMore is started
  110.       without an  argument it will ask for  the  filename  using a file
  111.       requester.
  112.  
  113.       The  option 'B=PLANES' determines  the  number of  Bitplanes  for
  114.       MuchMore's screen. The maximum is two planes.
  115.  
  116.       With  option 'C=PALETTE'  you can  set the  colors for MuchMore's
  117.       screen. Example: PALETTE=AAA,000,f00,0f0
  118.  
  119.       If you set D=DISPMODEREQ, then a requester appears, with that you
  120.       can choose the  display mode  for  the  screen.  If you  click on
  121.       'Ok'  then  the  setting is  saved  to  'ENV:muchmore.prefs'  and
  122.       'ENVARC:muchmore.prefs'.  This  option  needs  asl.library v38 or
  123.       higher (WB 2.1).
  124.  
  125.       You  may select a font by providing the option 'F=FONT'. To force
  126.       MuchMore  to  use   Topaz 11,  type 'MuchMore F=topaz/11'.  Only
  127.       fixed width fonts are allowed.
  128.  
  129.       Option 'E=EDITOR' tells MuchMore  which editor to use if the user
  130.       hits Alt-Shift-E. Default is 'C:ED'. If there is no %s then %s is
  131.       appended. The %s is replaced with the file name.
  132.  
  133.       Option  'I=INTERLEAVED'  determines if the screen's bitmap should
  134.       be interleaved (OS 3.0+).
  135.  
  136.       IF you set option 'O=OLDSTYLE',  then pageup/down is with a soft-
  137.       scroll, like in older versions of MuchMore.
  138.  
  139.       IF you  set option  'Q=FASTQUIT'  then you can leave the  program
  140.       immediately when you hit X, Q or NK5.
  141.  
  142.       You can specify MuchMore's task priority with option 'P=TOOLPRI'.
  143.  
  144.       The option 'S=SCROLLMODE' determines, which OS routines MuchMore
  145.       takes for the scrolling:
  146.  
  147.         0: MakeScreen/MrgCop/WaitTOF   (Not 100% legal)
  148.         1: ScrollVPort/WaitTOF         (Default)
  149.         2: MakeScreen/RethinkDisplay
  150.         3: ScrollRaster                (For not draggable screens
  151.                                         and external graphic cards)
  152.         4: WaitTOF/ScrollVPort         (Same as 1, but WaitTOF first)
  153.         5: ScrollVPort/WaitBOVP        (Busy waiting)
  154.  
  155.       If MuchMore is running in a window, then this option has no
  156.       effect.
  157.  
  158.       With option 'T=TABWIDTH' you can set the tabulator width (default
  159.       is 8).
  160.  
  161.       The  option  'X=EXTRASPACE' tells  MuchMore to put the specified
  162.       number of pixels between the lines.
  163.  
  164.       If option  'W=WINDOW' is set,  then MuchMore  uses  a  window on
  165.       the workbench to display the text. The position and size of this
  166.       window can be specified with options LEFTEDGE, TOPEDGE, WIDTH and HEIGHT.
  167.  
  168.       The options 'FW=FRWIDTH' und 'FH=FRHEIGHT' specify the size of the file
  169.       requester.
  170.  
  171.       With 'U=PUBSCREEN' you specify on which  public screen  MuchMore
  172.       shall open his window.
  173.  
  174.       MuchMore's Tooltypes  are   evaluated  now  also  on  CLI-Start.
  175.       If MuchMore is resident then the icon is searched in C:
  176.  
  177.     Workbench:
  178.  
  179.       Just click the text to be printed with your mouse and then shift-
  180.       doubleclick MuchMore.
  181.  
  182.       Texts with  MuchMore as  their  default-tool (e.g.  ":c/MuchMore"
  183.       when MuchMore has been copied to the disk's :c/ directory) can be
  184.       displayed easily by doubleclicking them.
  185.  
  186.       MuchMore supports the following Tooltypes:
  187.  
  188.          PALETTE=#{,#}          corresponding to CLI Option C
  189.          EXTRASPACE=#           corresponding to CLI Option X
  190.          FONT=name/size         corresponding to CLI Option F
  191.          EDITOR=name            corresponding to CLI Option E
  192.          OLDSTYLE=TRUE|FALSE    corresponding to CLI Option O
  193.          FASTQUIT=TRUE|FALSE    corresponding to CLI Option Q
  194.          INTERLEAVED=TRUE|FALSE corresponding to CLI Option I
  195.          P