home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FR20.ZIP / FR.PAR < prev    next >
Text File  |  1994-01-31  |  6KB  |  131 lines

  1. Reg=Not Registered0003586737
  2.  
  3.    FR.PAR           FRANK'S READER V20  PARAMETER FILE        31 Jan 94
  4.                     ----------------------------------
  5.  
  6.    This is the parameter file for Frank's Reader, Version 20. It controls
  7.    the configuration of the reader, and is required for its operation.
  8.    The first line of this file is the Registration ID, which normally
  9.    contains the name and account number of a registered owner. In this
  10.    shareware distribution package however it contains a special ID which 
  11.    allows the reader to be examined by you prior to registering it, and
  12.    alters the profile of the reader to accomodate the needs of new users.
  13.  
  14.    Frank's Reader (FR) looks for its FR.PAR file in the current active
  15.    directory, probably the one you started it from. FR.PAR can be
  16.    re-located to any other directory however if you install an environment
  17.    variable "FR" whose value is the path to FR.PAR. See the example below.
  18.    Note that there is a trailing "\".  In this example, FR.PAR is located
  19.    in a utility directory called "UTIL" the SET command is:
  20.  
  21.                             SET FR=C:\UTIL\
  22.  
  23.    FR.PAR is an ordinary text file which you may change with your text 
  24.    editor.   All lines which begin in Column 1 are interpreted as parameter 
  25.    settings, while all other lines are treated as comments. You may therefore 
  26.    keep alternate settings as comments, or make them active by moving them to 
  27.    the left margin. Comments may also be added to parameter lines where the
  28.    value is numerical or logical (Yes/No). Comments must not be added to
  29.    lines for string parameters however because in that case they would
  30.    be interpreted as part of the string. This means parameters like MARK,
  31.    ENDMARK, EDITOR, and EDFILE. The parameters may appear in any order.
  32.  
  33.    COLORS: There are eight color parameters, each of which may have any
  34.            of sixteen values. Set these to whatever pleases you. The
  35.    following values are suggestions to get you started. You will note
  36.    that the color settings are active (left justified). If you are using
  37.    a monochrome monitor, before you use the reader you should move the
  38.    color set one column right, and the monochrome set one column left.
  39.    Otherwise parts of the display will be invisible.
  40.  
  41.    For reference, the nominal colors produced by the sixteen possible
  42.    color numbers are listed below. The meaning of these numbers may vary
  43.    however. Note that the actual colors are displayed on a color sub-menu
  44.    of FR which can be reached from the Parameter menu via the "C" command.
  45.  
  46.  
  47.  COLOR SETTINGS   (Active)
  48.  ---------------------------------
  49. BC=9       background
  50. FC=14      foreground
  51. HBC=7      highlight background
  52. HFC=14     highlight foreground
  53. MBC=4      menu background
  54. MFC=10     menu foreground
  55. SBC=7      system background
  56. SFC=8      system foreground
  57.  
  58.    0=black, 1=blue, 2=green, 3=cyan, 4=red, 5=magenta, 6=brown, 7=white
  59.    Adding 8 to these makes them brighter, except for 14, which is yellow.
  60.  
  61.  MONOCHROME SETTINGS  (on Standby)
  62.  ---------------------------------
  63.  FC=0       foreground
  64.  BC=7       background
  65.  HFC=7      highlight foreground
  66.  HBC=0      highlight background
  67.  MFC=7      menu foreground
  68.  MBC=0      menu background
  69.  SFC=10     system foreground
  70.  SBC=0      system background
  71.  
  72.  OTHER PARAMETERS
  73.  ---------------------------------------------------------------------
  74. AM=Yes       Enable Automatic Module Mark Recognition for input files
  75. KM=No        Keep all modules unless manually deleted
  76. LL=19        Length of the Module List  (1 to 19)
  77. MORE=100     Max lines per module, after which input modules are split
  78. MUSIC=Yes    Play a little tune on startup and shutdown
  79. NODES=1400   Number of nodes to allocate
  80. SC=No        Show the number of lines in each module as a list prefix
  81. SM=No        Show the Module Mark as a list prefix
  82. UM=Yes       Use Marks to identify modules
  83.  
  84.  
  85.  Your Text Editor, work file, and quotation prefix for module editing
  86.  Note that there is an unseen blank after the ">" in PREFIX.
  87.  --------------------------------------------------------------------
  88. EDITOR=EDIT
  89. EDFILE=D:\EDIT.FR
  90. PREFIX=> 
  91.  
  92.  
  93.  MODULE MARKS   Do not add comments to the MARK definitions below
  94.  ------------------------------------------------------------------------
  95.    Marks in the list below will be automatically recognized by the reader 
  96.    when it opens a file. It looks at the first line of every new file and
  97.    compares what it sees with the list of marks below. If it finds a 
  98.    match, it will then use that mark for reading the file. If it does not
  99.    find a match, then you will be given an opportunity to define the mark
  100.    on-line. The list is scanned from the bottom up, so if any marks
  101.    contain other marks (such as #: and #) the longest members of such
  102.    a set must be lowest in the list.
  103.  
  104.    A MARK definition consists of the entire line after the "=" sign. This 
  105.    includes any blanks. Some text editors will add a trailing blank to any 
  106.    line they create, but usually there is an option to turn this off. You 
  107.    should be aware of this because if the MARK definition (below) has a 
  108.    trailing blank and the text material you use the reader with does not,
  109.    then the match will fail.
  110.  
  111. MARK= Newsgroups:
  112. MARK=Searching
  113. MARK=SUB
  114. MARK=[
  115. MARK=/
  116. MARK=Q
  117. MARK=Q:
  118. MARK=#
  119. MARK=#:
  120. MARK=+
  121. MARK=.
  122. MARK=.+
  123. MARK=Date:
  124.                 The default value for ENDMARK is null, so all module
  125.                 data is preserved. For message files which contain
  126.                 junk after an end mark (such as <<<>>>), install an
  127.                 ENDMARK string to cut off the message at that point.
  128.  ======================================================================
  129.    ENDMARK=<<<>>>
  130.  
  131.