home *** CD-ROM | disk | FTP | other *** search
/ 1st Canadian Shareware Disc / 1st_Canadian_Shareware_Disc_1991.ISO / comms / quotelix / quotelix.doc < prev   
Text File  |  1989-09-27  |  11KB  |  240 lines

  1.  
  2.              ┌─────────────────────────────────────────────────┐
  3.              │  ████    ████                                   │
  4.              │  ██ ██  ██ ██                                   │
  5.              │  ██  ████  ██ ╔══╗ ╔═══╬═╦══ ╔══╗ ╔══           │
  6.              │  ██   ▀▀   ██ ╠══╣ ╚═╗ ║ ╠═  ╠═╦╝ ╚═╗           │
  7.              │  ██        ██ ╜  ╚═══╝ ╙ ╚═══╝ ╚════╝           │
  8.              │  ██     ████████ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀           │
  9.              │         ██    ▀▀                                │
  10.              │         ██                                      │
  11.              │         ████████ ╔══╗ ╔══╬═╗    ╔═╦══╗ ╔══╗ ╔══ │
  12.              │               ██ ║  ║ ╠═ ║ ║ ╔╗ ║ ╠══╣ ╠═╦╝ ╠═  │
  13.              │         ▄▄    ██ ╚══╩═╝  ╙ ╚═╝╚═╝ ╙  ╚═╝ ╚══╩══ │
  14.              │         ████████ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ │
  15.              └─────────────────────────────────────────────────┘
  16.  
  17.                 ┌──────────┐
  18.                 │ QUOTE    │
  19.                 │    TELIX │   MESSAGE QUOTING PROGRAM FOR TELIX
  20.                 └──────────┘
  21.  
  22.  
  23.                              >>> Introduction <<<
  24.  
  25.     Have  you  ever  gotten (or perhaps even sent) a message like this on a
  26.     Computer Bulletin Board?
  27.  
  28.     "I can't see how you feel that is right."
  29.  
  30.     When the person wrote that message  it  made  perfect  sense  to  them,
  31.     because  they  had  the  original message right there on their screens.
  32.     By the time you receive it you have likely written  other  messages  or
  33.     even moved on to a whole new topic, and of course have no idea what the
  34.     message  is  referring  to.  (Of course the original message is deleted
  35.     from the BBS too.)
  36.  
  37.     The temptation is to reply:    "I disagree with you."
  38.  
  39.     By this time you are not even talking to  anyone  anymore  because  you
  40.     no longer have any idea what the original topic was.  What is needed  is
  41.     a  means  of  reminding  the  other  person what you are talking about,
  42.     like this:
  43.  
  44.  
  45.     => The birds always fly south in the fall.
  46.     => This prevents them from freezing to death.
  47.     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.     I can't see how you feel that is right.
  49.  
  50.  
  51.     Now everyone knows what is being said in reference to what!
  52.  
  53.     QUOTELIX  gives  you all the software needed to capture and return this
  54.     kind of reminder using the TELIX communications program.
  55.  
  56.                                  >>> Setup <<<
  57.  
  58.  
  59.     Since  you are reading this message, you already have all the files you
  60.     need to get this going.  You should have the following:
  61.  
  62.     QUOTELIX.EXE   ---> The self-extracting archive. (You can delete it now)
  63.  
  64.     QUOTE.EXE      ---> The quote formatting program. ----\
  65.     QUOTE.SLC      ---> TELIX script file.                | (Put all these
  66.     QUOTE.SLT      ---> Source code for QUOTE.SLC         | files in  your
  67.     CAPTURE.SLC    ---> TELIX script file.                | TELIX SCRIPTS
  68.     CAPTURE.SLT    ---> Source code for CAPTURE.SLC       | directory.)
  69.     QUOTELIX.DOC   ---> This instruction file.        ----/
  70.     QUOTE.TXT      ---> Practice quoting text file. (This goes in your TELIX
  71.                                                      Working directory).
  72.  
  73.     > Using Script Files <
  74.  
  75.     Script files for Telix are like little programs of their  own  and  are
  76.     actually  written  in  a  language  called SALT.  Each script will make
  77.     Telix do something differently, according to how the script is written.
  78.     In QUOTELIX we are using script files for two purposes.   QUOTE.SLC  is
  79.     used  to  shell  out  to  the  QUOTE generator and then send the marked
  80.     lines back to the BBS and CAPTURE.SLC  is  used  to  turn  the  session
  81.     "Capture File" on and off as needed.
  82.  
  83.     Both  files require installation before they will run.  This is an easy
  84.     procedure and requires only that you set up a couple of key macros.   I
  85.     will  use  the  examples  of  the Grey Plus key (on the keypad) and the
  86.     Grey Minus Key  (on  the  keypad),  you  can  of  course  use  any  key
  87.     combination you like.
  88.  
  89.     I  wanted  the  Plus key to bring up the QUOTE window and the Minus key
  90.     to start and stop the  Capture  File  so  I  did  the  installation  as
  91.     follows:
  92.  
  93.         a> Load TELIX and wait for it to initialize the modem.
  94.         b> Type ALT-K  (to bring up the Keyboard Definitions window)
  95.         c> Select EDIT from the menu
  96.         d> When prompted for the key press the Grey Plus key.
  97.         e> When prompted for the definition type in   @QUOTE
  98.            (exactly as I have shown it here)
  99.         f> Press Enter
  100.         g> Press the Grey Minus key to begin defining it.
  101.         h> When prompted for the definition type in  @CAPTURE
  102.            (exactly as I have shown it here)
  103.         i> Press Enter
  104.         j> Exit to the Keyboard Window's menu (press Space)
  105.         k> Save the file as TELIX.KEY.
  106.  
  107.     This  completes  the  installation  of  the scripts and QUOTELIX is now
  108.     ready to use.
  109.  
  110.                             >>> Using QUOTELIX <<<
  111.  
  112.     I  will  continue  along with my examples of the Grey Plus and the Grey
  113.     Minus keys, if you have used different keys all you need to do is  make
  114.     the appropriate substitutions.
  115.  
  116.  
  117.     > How it works <
  118.  
  119.     QUOTELIX uses a pop up window to read and reformat the last 10k of your
  120.     capture  file.  The window then allows you to select and return some or
  121.     all of the capture file back to the BBS for including in a message.  It
  122.     also truncates the file  to  10K to prevent disk over-filling on Floppy
  123.     disk systems.
  124.  
  125.     The CAPTURE script opens and selectively pauses a file called QUOTE.TXT
  126.     which serves as the source file for the QUOTE  formatter  program.  The
  127.     first  time  you  press  the Grey Minus key the file is opened and from
  128.     that time on the Grey Minus starts and  stops  the  capturing  activity
  129.     each  time  you press the key. You can verify the status of the file by
  130.     looking at the status line "CAP" means  the  file  is  running,  "PAUS"
  131.     means it is open but not gathering text, a blank area means the file is
  132.     not opened yet.
  133.  
  134.     The QUOTE script is actvated by the Grey Plus and brings up a window in
  135.     which  you  can see the contents of the capture file. You then can mark
  136.     the lines you wish to use as a quote (or reminder) and have  them  sent
  137.     back to the BBS as part of a message.
  138.  
  139.     The overall effect is that of sending a message writer's own words back
  140.     to them as a reminder of what was said. You can manage the Capture file
  141.     by  pausing and un-pausing it at the appropriate times so that only the
  142.     text you wish to see is presented to QUOTE.
  143.  
  144.     QUOTELIX has an off-line mode built in that allows you to "get the feel
  145.     of it" before using it on a BBS.  QUOTELIX will use a shortened copy of
  146.     this instruction file (QUOTE.TXT) as a source file for testing.
  147.  
  148.  
  149.     > Operating QUOTELIX <
  150.  
  151.     It  all  sounds complex... but after a couple of runs it is really very
  152.     easy to use and a little practice will make  you  into  a  first  class
  153.     quoter.
  154.  
  155.     1> Sign onto a BBS or EMAIL service using TELIX
  156.  
  157.     2>  When you see text you wish to save press the Grey Minus.  From this
  158.     point on the Grey Minus key will start and stop the saving of text each
  159.     time you press it. A little practice  will  show  you  the  appropriate
  160.     times for starting and stopping.
  161.  
  162.  
  163.     3>  When  you  wish  to  reply  to  a  message (or begin entering a new
  164.     message) all you do is start the message up as you always do (I usually
  165.     pause the capture file about now too). When you want to  send  a  quote
  166.     into the message press the Grey Plus key and the quote window will come
  167.     up.
  168.  
  169.     While in the window you have a number of options:
  170.  
  171.         Home key ... Move to beginning of file (Press any key to stop)
  172.         End key  ... Move to the end of the file (Press any key to stop)
  173.         PgUp key ... Move back 15 lines
  174.         PgDn key ... Move forward 15 lines
  175.         Up Arrow ... Move marker bar 1 line up
  176.         Dn Arrow ... Move marker bar 1 line down
  177.         Enter key... Mark or unmark line for quoting
  178.         S key    ... Put a seperator line in quoted text
  179.         Q key    ... Quit and send quoted lines to BBS
  180.         Esc key  ... Abandon quoted lines and exit to TELIX (no quote)
  181.  
  182.             (Again, a little practice makes all this obvious.)
  183.  
  184.     Once  you  have selected the text you wish to send back pressing Q will
  185.     exit the QUOTE window and send the marked lines to the BBS as  part  of
  186.     the message you started.
  187.  
  188.     4>  Having  quoted  into the message, you are now returned to TELIX and
  189.     the rest of the message entry is just like it always is, except now the
  190.     recipient of your message will know what you are referring to.
  191.  
  192.     Hint:
  193.     Most  BBSs have a time out of only a couple of minutes. This means that
  194.     you really don't have a whole lot of time in the  QUOTE  window  before
  195.     the BBS hangs up on you, I would not recommend browsing too long.
  196.  
  197.  
  198.     TELIX is a fine product of EXIS inc.
  199.  
  200.     If  you  have  TELIX  and  wish to register it, or if you wish to order
  201.     TELIX you can reach EXIS at:
  202.  
  203.                                    Exis Inc.
  204.                                   P.O.Box 130
  205.                                West Hill Ontario
  206.                                     M1E 4R4
  207.  
  208.  
  209.     They also operate a support BBS at: 1-416-284-0682
  210.  
  211.  
  212.     If you have problems with the QUOTELIX software contact:
  213.  
  214.                                Masters Software
  215.                            c/o Laura Denise Masters
  216.                            165 Ontario St. #609 St.
  217.                           Catharines Ontario L2R 5K4
  218.  
  219.                              Phone 1-416-688-1509
  220.  
  221.  
  222.  
  223.     Telix  is  part  of  the  User  Supported  Software  concept  and   the
  224.     programmers  at  EXIS  rely  on  your  registration  fees  to  continue
  225.     providing high quality software and support.
  226.  
  227.     QUOTELIX  is Public Domain  software...  there is no fee for its use or
  228.     Distribution.  We ask only that you make a  donation of $10.00 or so to
  229.     the United Way if you like this package.
  230.  
  231.     QUOTELIX may  be distributed freely so long as no charge for use or for
  232.     distribution is levied.  QUOTELIX  is the exclusive property of Masters
  233.     Software, you have our permission to use or distribute this software so
  234.     long as the Masters Software Logo and Credits are not removed.
  235.  
  236.     Masters Software, or associates  will not be held  responsible  for the
  237.     behaviour of this package.  You agree to use  QUOTELIX at your own risk
  238.     and  without recourse against anyone for its failure to meet any or all
  239.     of your expectations.
  240.