home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / A / CRR0143B.ZIP / CRR.DOC < prev    next >
Text File  |  1992-06-25  |  32KB  |  966 lines

  1.  
  2.  
  3.  
  4.                          =============================  
  5.                          = CRR - CP/M offline reader =  
  6.                          =============================  
  7.  
  8.                      Documentation for version 1.43 (beta)
  9.  
  10.      ____________      ____________      ____________   
  11.      Introduction      Introduction      Introduction 
  12.  
  13.      CRR      CRR works with Fidonet bulletin boards allowing you to read your  
  14.      messages offline (which is supposed to save you money). You download  
  15.      the messages in a batch, view them at leisure, and upload your replies  
  16.      in another batch.  
  17.  
  18.      CRR works in conjunction with Mike Ratledge's XRSDoor which can be  
  19.      found on QBBS, RemoteAccess, and SuperBBS bulletin boards bulletin  
  20.      boards, and is the CP/M equivalent of XRS. XRSDoor used to be called  
  21.      variously: QMX, RAX, RAQMX, and RQSeX. CRR will work with Opus,  
  22.      Maximus, and XBBS boards when the interface software for these is  
  23.      written. CRR also works with Rudi Kuster's XCS (PKT2XRS) 0.47 and  
  24.      later. CRR will work with QWK format mail, too.  
  25.  
  26.      To be able to use CRR you will need ARK.COM or ARC.COM, UNARC.COM or  
  27.      UNZIP.COM, and a text editor which can take a filename as a command  
  28.      line argument. For a long time I have used VDE. I now use ZDE, the  
  29.      descendent of CP/M VDE. I recommend it.  
  30.  
  31.      If you're not using CRR on an Amstrad CPC/PCW or Sinclair Spectrum +3  
  32.      in CP/M Plus, you'll need to install it for your terminal. This is  
  33.      done by using the supplied program CRRINST.  
  34.  
  35.      ----------------------------------------------------------------------  
  36.  
  37.       CRR is copyright (C) 1990-1992 Paul Martin.  
  38.  
  39.      CRR is shareware. You are allowed to use it for evaluation purposes  
  40.      for a month. After that time you should register it. CRR is not  
  41.      crippled if you don't register -- I leave the persuasion to your  
  42.      conscience and peer pressure. Please see the file REGISTER.CRR for  
  43.      further details.  
  44.  
  45.      No charge must be made for CRR's propagation other than that of the  
  46.      cost price of the media on which it is distributed. In particular,  
  47.      not this program may not be distributed by shareware or public domain  
  48.      libraries without the author's express written permission.  
  49.  
  50.      No responsibility whatsoever can be taken for any effects of using  
  51.      as is this software. This software is supplied as is, and no warranty,  
  52.      express or implied, is given for this software.  
  53.  
  54.      ----------------------------------------------------------------------  
  55.  
  56.      Paul Martin, 85 Hollin Lane, Middleton, Manchester, GB M24 3FE  
  57.      Fidonet: Paul Martin 2:250/107        Internet: pm.nowster@spuddy.uucp  
  58.  
  59.  
  60.  
  61.                            (c) 1990-1992 Paul Martin  
  62.  
  63.  
  64.  
  65.      Page [2]                                 CRR 1.43 (beta) Documentation  
  66.  
  67.      _______ __      _______ __      _______ __
  68.      Setting up      Setting up      Setting up  
  69.  
  70.      Create a file called DEFAULTS.CRR. This file is not necessary for CRR  
  71.      to function, but it allows you to configure your copy. The file should  
  72.      contain pairs of lines of the form  
  73.  
  74.              PROPERTY  
  75.              value  
  76.  
  77.      You do not have to specify everything. The properties are:  
  78.  
  79.      SCREEN    The length of your screen in lines. (Defaults to 20)  
  80.  
  81.      DRIVE     The drive on which the message packet files can be found.  
  82.                (eg. B:) (Defaults to current drive)  
  83.  
  84.      FASTDRIVE The drive on which temporary files should be put (eg. a  
  85.                RAMdisc) (Defaults to current drive)  
  86.  
  87.      PACKER    This tells CRR what to call to start your archive program.  
  88.                CRR substitutes $1 with the name of the archive, and $2 with  
  89.                the intermediate file to be packed. To include a $ in the  
  90.                line use $$.  
  91.                (Defaults to "ARK $1 $2")  
  92.  
  93.      EDITOR    This tells CRR what to call to run your editor. CRR  
  94.                substitutes $1 with the name of the file to be edited. To  
  95.                include a $ in the line use $$.  
  96.                (Defaults to "VDE $1")  
  97.  
  98.      SIGN      A one line "signature" that will be put on the bottom of  
  99.                every message you write. You can specify up to nine different  
  100.                signatures. After the last one you should leave a blank line.  
  101.  
  102.      SOFTCR    This property, which has no accompanying value, tells CRR  
  103.                that you are using VDE in Ascii mode, and so it can leave  
  104.                paragraph formatting to the bulletin board.  
  105.  
  106.      KLUDGES   This property, which has no accompanying value, allows CRR to  
  107.                display the Fidonet "kludge" lines starting with CTRL-A in  
  108.                messages. (Advanced feature)  
  109.  
  110.      USEPID    This property, which has no accompanying value, forces CRR to  
  111.                use the ^aPID: kludge instead of putting its name on the  
  112.                tear line. (Advanced feature)  
  113.  
  114.      PADNULL   If your sysop complains that your messages are producing "bad  
  115.                packet" errors, you can try including this option. (It  
  116.                switches from padding the end of your reply PKT file with end  
  117.                of file characters to padding with nulls).  
  118.  
  119.      SUMMSKIP  Setting this makes the summary display skip all the preamble  
  120.                and just display the "Messages that you selected to read".  
  121.  
  122.  
  123.  
  124.  
  125.                            (c) 1990-1992 Paul Martin  
  126.  
  127.  
  128.  
  129.      Page [3]                                  CRR 1.43 (beta) Documentation  
  130.  
  131.      NOSTRIP   CRR normally removes spaces from the left hand side of quoted  
  132.                messages. Including this stops CRR from stripping the spaces.  
  133.  
  134.      USETAG    If this keyword is included CRR will not put a tear line on  
  135.                local messages, but put a QWK style tag line instead. This  
  136.                option is included for completeness, but it is very unlikely  
  137.                that you will ever need to use it.  
  138.  
  139. |    VISIBLE   If the bulletin board you use strips tear lines or tag lines,  
  140. |              and people can't see you're using CRR, you might like to try  
  141. |              this option. <grin>  
  142.  
  143. |    MAXQUOTE  The maximum length of a quoted line that CRR will put in a  
  144. |              reply. Longer lines are split in half. The default for this  
  145. |              is 75 characters.  
  146.  
  147. |    INTRO     This is the introduction line that is put at the top of  
  148. |              replies. A combination of a dollar sign "$" and another  
  149. |              character is expanded as follows:  
  150.  
  151. |              $F   Who from originally      $T   Who to originally  
  152. |              $1   First name of $F         $2   Last name of $F  
  153. |              $S   Subject of message       $D   Date of message  
  154. |              $/   Start a new line         $$   Dollar sign "$"  
  155.  
  156. |              The default for INTRO is "In a message to $T <$D> $F said:"  
  157.  
  158.      ORIGIN    The name put in the origin line of messages. More than one  
  159.                bulletin board can be specified. There should be a blank line  
  160.                after the last entry. The lines contain the node number of  
  161.                the bulletin board, a space, and the origin text.  
  162.                (eg. 250/107 Aspects, Manchester UK [061-792 0260])  
  163.  
  164.      Please note that origin lines are a contentious issue. If the bulletin  
  165.      board provides an XORIGIN.XRS file in the message packet, that will be  
  166.      used by CRR in preference to the one in your defaults file. Put any  
  167.      personal "marks" in the signature line -- that's what it's there for.  
  168.  
  169.      It may be that the bulletin board allows you to use your own origin  
  170.      line for some message areas, but not others.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.                            (c) 1990-1992 Paul Martin  
  189.  
  190.  
  191.  
  192.      Page [4]                                 CRR 1.43 (beta) Documentation  
  193.  
  194.      An example file might be:  
  195.  
  196.              ORIGIN  
  197.              250/107 ASPECTS, Manchester UK [+44 617920260]  
  198.              250/102 /\/\erkinstead, Manchester [+44 614347059]  
  199.  
  200.              SIGN  
  201.              CP/M systems never die, they just get more BIOSed with age.  
  202.              There's life in CP/M yet.  
  203.  
  204.              SCREEN  
  205.              21  
  206.              SOFTCR  
  207.              SUMMSKIP  
  208.              DRIVE  
  209.              B:  
  210.              EDITOR  
  211.              ZDE16 $1 /A  
  212.              PACKER  
  213.              B:ARK $1 $2  
  214. |            INTRO  
  215. |            In a message to $T <$D> $F wrote:$/$/Hello $1,  
  216.  
  217.      Having set up the defaults file, put your editor and packer in the  
  218.      places that CRR can find them.  
  219.  
  220.      You should then configure CRR for your screen using CRRINST.  
  221.  
  222.      (Currently the screen is set up to clear the screen on the sequence  
  223.      "ESC-E ESC-H", turn on inverse video with "ESC-p", and turn it off  
  224.      with "ESC-q". This is for a Heath H19, Zenith or VT52 terminal  
  225.      emulator.)  
  226.  
  227.      Configure your editor to word wrap. This will make things simpler when  
  228.      people quote your messages.  
  229.  
  230.      The next step is to log on to the bulletin board, enter its XRSDoor  
  231.      section, configure it to read the message areas you want, and select  
  232.      the PKZIP or PKARC packing method. This can seem daunting, but it only  
  233.      needs to be done once. Then get XRSDoor to pack the messages. You will  
  234.      then be asked to download the file BAT1MAIL.ZIP or BAT1MAIL.ARC (this  
  235.      is your message packet). Log off the bulletin board. Later versions of  
  236.      XRSDoor only support named mail packets (such as ASPECTS1.ZXR or  
  237.      ASPECTS1.AXR). These have the same structure. ZXR is a ZIP, LXR is an  
  238.      LZH, and AXR is an ARC archive.  
  239.  
  240.      If pre-packing of mail is set up on the bulletin board, any pre-packed  
  241.      mail will have a different filename which is based on your name. The  
  242.      filenames will be similar to "936FA354.ZXR", "936FA354.ZX1", and so  
  243.      on. The bit before the dot should be the same for all the bulletin  
  244.      boards you use.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.                            (c) 1990-1992 Paul Martin  
  252.  
  253.  
  254.  
  255.      Page [5]                                 CRR 1.43 (beta) Documentation  
  256.  
  257.      The program UNZIP099.COM truncates certain files, and so should not be  
  258.      used. If you want to use ZIP compression, use the UNZIP program by  
  259.      Dave Goodenough -- not only does it work properly, but it is also  
  260.      about eight times smaller. It is supplied with CRR.  
  261.  
  262.      Unpack the message packet by typing  
  263.  
  264.              UNARC A:BAT1MAIL B:  
  265.              or  
  266.              UNARC A:ASPECTS1.AXR B:  
  267.              or  
  268.              UNZIP A:ASPECTS1.ZXR B:  
  269.  
  270.      or whatever necessary to put the messages where CRR has been told to  
  271.      expect them.  
  272.  
  273.      Out of the packet should come  
  274.  
  275.              AREAS1.XRS  
  276.              BAT1MAIL.XRS  
  277.              MAIL1IDX.XRS  
  278.              SUMMARY1.XRS  
  279.              USER1.XRS  
  280.  
  281.      and possibly a few other files with the XRS extension.  
  282.  
  283.      You now have enough to start using CRR.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.                            (c) 1990-1992 Paul Martin  
  315.  
  316.  
  317.  
  318.      Page [6]                                 CRR 1.43 (beta) Documentation  
  319.  
  320.      UNZIP.COM      UNZIP.COM      UNZIP.COM  
  321.  
  322.      This program, which is included in the CRR archive, is the latest  
  323.      version of an archive extractor program for ZIP-type archives. The  
  324.      original author is Dave Goodenough (dg@pallio.uucp). Many  
  325.      modifications have been made to the original.  
  326.  
  327.      The syntax of UNZIP is:  
  328.  
  329.              UNZIP archive[.ext] [dr:][afname]  
  330.  
  331.      The file must be a PKZIP-compatible archive. If no destination is  
  332.      given, UNZIP just lists the contents of the archive.  
  333.  
  334.      Example uses:  
  335.  
  336.      UNZIP BAT1MAIL  
  337.              lists the contents of BAT1MAIL.ZIP  
  338.      UNZIP B:ASPECTS1.ZXR  
  339.              lists the contents of B:ASPECTS1.ZXR  
  340.      UNZIP BAT1MAIL B:  
  341.              extracts all the contents of BAT1MAIL.ZIP to drive B:  
  342.      UNZIP ASPECTS1.ZXR B:*.XRS  
  343.              extracts all .XRS files to drive B:  
  344.  
  345.      Please note that it will only work with files produced by PKZip 1.10    
  346.      and earlier. 
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.                            (c) 1990-1992 Paul Martin  
  378.  
  379.  
  380.  
  381.      Page [7]                                 CRR 1.43 (beta) Documentation  
  382.  
  383.      _____ ___      _____ ___      _____ ___     
  384.      Using CRR      Using CRR      Using CRR  
  385.  
  386.      Assuming that you have an unpacked packet, enter the program CRR. (It  
  387.      is important that you run CRR on the current drive, and that the file  
  388.      CRR.000      CRR.000 is on the current drive too).  
  389.  
  390.      After about 15-30 seconds of disc drive whirring you should get a  
  391.      copyright message from the XRSDoor package. You will be asked to press  
  392.      a key. If you have a correct origin line set it will also be displayed  
  393.      at this time.  
  394.  
  395.      You will be then shown the main menu which gives you the following  
  396.      options:  
  397.  
  398. |            (C)ontinue reading  
  399.              (R)ead messages [all]  
  400.              (M)y mail only  
  401.              (O)ne area only  
  402.              (S)elect message from summary  
  403.  
  404.              (E)nter new message  
  405.              (N)etmail enter  
  406.  
  407.              (V)iew replies  
  408.              (P)ack the responses  
  409.  
  410.              (X)ternal command  
  411.              (Q)uit  
  412.  
  413.      You will not get the netmail option if you have not been allowed to  
  414.      send netmail by the sysop of the board you are using.  
  415.  
  416.      Packing messages should be the last thing done before you next log on  
  417.      to the bulletin board. If there are no replies at the moment, the (V)  
  418.      and (P) options do not appear.  
  419.  
  420.  
  421.      Reading messages      Reading messages      Reading messages  
  422.  
  423.              (R)ead messages [all]  
  424.              (M)y mail only  
  425.              (O)ne area only  
  426.              (S)elect message from summary  
  427.  
  428.      These options allow you to read the messages you have downloaded.  
  429.  
  430.             R      Option R shows all the messages in the order they were 
  431.                    downloaded.  
  432.  
  433.             M      Option M shows you all the mail addressed to you.  
  434.  
  435.             O      Option O shows you a menu of available message areas, 
  436.                    allowing you to read the messages in only one area. 
  437.                    You enter the number which is associated with the area 
  438.                    name or Q to quit.  
  439.  
  440.             S      Option S shows the summary file a screen at a time, 
  441.                    allowing you to  +     -      browse it using + and -. 
  442.                    You can also type in the number of the  
  443.  
  444.                            (c) 1990-1992 Paul Martin  
  445.  
  446.  
  447.  
  448.      Page [8]                                 CRR 1.43 (beta) Documentation  
  449.  
  450.      message at which you wish to start reading. If the SUMMSKIP option is  
  451.      set then there will be a delay of a few seconds while the summary file  
  452.      preamble is skipped. If you press any key whilst it is "skipping" or  
  453.      displaying the summary file, it will stop and allow you to enter your  
  454.      choice.  
  455.  
  456.      While you are reading a message, CRR will pause after every screen.  
  457.            SPACE                            ENTER    RETURN
  458.      Press SPACE to see the next screenful, ENTER or RETURN to show the  
  459.      next line. Any other key will be taken as a menu selection. You can  
  460.      also press a menu selection key while the message is displaying -- it  
  461.      will be acted upon immediately. (This is similar to "hotkeys" on  
  462.      bulletin boards).  
  463.  
  464.      At the end of a message you will be shown a menu:  
  465.  
  466.      [14/43] (R)eply (-+) (N)ext (P)rev (H)elp:  
  467.  
  468.             R      Option R allows you to reply to a message. Upon selecting
  469.                    this option, you will be asked whether you want to quote
  470.                    the current message in   Y  N     G      your reply. The 
  471.                    responses are Y, N and G. Response G allows the tear lines,
  472.                    origin lines, and signature lines to be quoted.  
  473.  
  474.              N     P      Options N and P move you forwards and backwards 
  475.                           through the messages.  
  476.  
  477.              -     +      Options - and +, when shown, allow you to follow 
  478.                           a "thread" of   -    +      messages. If the message
  479.                           that - or + would take you to is not available, 
  480.                           nothing will happen. (This function will only work
  481.                           properly with XRS-Door/RAQMX 1.40 and later).  
  482.  
  483.             H |    Option H shows a full list of the options available.  
  484.  
  485.             V      Option V shows the current message again (useful if it's 
  486.                    very long).  
  487.  
  488.             F |    Option F allows you to forward a message to anyone in an 
  489.                    other echo, or netmail area.  
  490.  
  491.             Y      If there is no Option Y prints out the current message on 
  492.                    the printer. If there is no printer attached your computer
  493.                    may crash if you select this option. 
  494.  
  495.             X      Option X prints out the current message to a file. You will 
  496.                    be asked for the file name. If the file exists the message 
  497.                    will be tagged on to the end of existing file.  
  498.  
  499.             M |    Option M stops reading and shows the main menu. The 
  500.                    difference between 
  501.             Q |    this option and option Q is that you can resume reading at 
  502.                    the same  M |    point after using an option off the main 
  503.                    menu if you use M.  
  504.  
  505.             S      Option S saves your position and exits CRR. When you 
  506.                    subsequently restart CRR it will resume at that same point.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.                            (c) 1990-1992 Paul Martin  
  516.  
  517.  
  518.  
  519.      Page [9]                                 CRR 1.43 (beta) Documentation  
  520.  
  521.      Entering new messages     
  522.  
  523.              (E)nter new message  
  524.              (N)etmail enter  
  525.  
  526.             E      Option E allows you to enter a new message in a particular 
  527.                    area. You will be shown a menu of area names. Enter the 
  528.                    number associated with    Q      the area name or Q to 
  529.                    quit. You will then asked who the message is to, and what
  530.                    subject the message should have.  
  531.  
  532.             N      Option N, if present, allows you to enter a netmail 
  533.                    message. You will be asked who the message is to, the 
  534.                    netmail address to which this message should be sent, and 
  535.                    the subject of the message.  
  536.  
  537.      To send a netmail message, you will need the FidoNet address of the  
  538.      recipient. This should be typed in the normal format. Acceptable  
  539.      address types are:  
  540.  
  541.              250/107  
  542.              250/107.3  
  543.              2:250/107  
  544.              2:250/107.3  
  545.  
  546.  
  547.      Message editing      Message editing      Message editing  
  548.  
  549.      When editing a message, do not touch the top four lines:  
  550.  
  551.              To: Xxxxx Yyyyyy  
  552.              Subject: Test message  
  553.              Area: General  
  554.  
  555.              Rhubarb rhubarb rhubarb  
  556.              rhubarb rhubarb custard  
  557.  
  558.      You can edit the name following the To:, and the Subject, but if you  
  559.      change the order of the To:, Subject: or Area: lines your message will  
  560.      be ignored. You may also edit the Area: line. CRR will try to match  
  561.      the area you give firstly with the sysop's name for that area (eg.  
  562.      Local Chatter), then with the area's tag (eg. CHATTERBOX), and finally  
  563.      interpret it as an area's number (eg. 25). The area name can be  
  564.      entered in any case (eg. cHaTTerBoX would match with CHATTERBOX).  
  565.  
  566.      There should be a blank line after the Area: line.  
  567.  
  568.      If the bulletin board is using a new version of XRSDoor, you will see  
  569.      a line with REPLY and a series of numbers at the start of the reply.  
  570.      Write beneath it and don't touch it -- it's used by some bulletin  
  571.      boards to link together message threads.  
  572.  
  573.      When you've finished editing, use the "Save and Exit" function of your  
  574.      editor. In VDE/ZDE this is CTRL-K X. You will be automatically be  
  575.      returned to CRR.  
  576.  
  577.  
  578.  
  579.  
  580.                            (c) 1990-1992 Paul Martin  
  581.  
  582.  
  583.  
  584.      Page [10]                                CRR 1.43 (beta) Documentation  
  585.  
  586.      Viewing and Packing up
  587.  
  588.              (V)iew replies  
  589.              (P)ack the responses  
  590.  
  591.              (X)ternal Command  
  592.              (Q)uit  
  593.  
  594. V      Option V shows you what messages you have written, and allows you to  
  595. |    edit them again, delete them, or forward a copy to anyone in an other  
  596. |    message area.  
  597.  
  598. P      Option P packs up the outgoing messages into an archive to be sent to  
  599.      the bulletin board. While it is doing this it displays a summary of  
  600.      what it is doing. When the packing has completed you will be left in  
  601.      CP/M.  
  602.  
  603. X      Option X allows you to execute a CP/M command and return to CRR.  
  604.  
  605. Q      Option Q quits CRR and returns to CP/M.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.                            (c) 1990-1992 Paul Martin  
  644.  
  645.  
  646.  
  647.      Page [11]                                CRR 1.43 (beta) Documentation  
  648.  
  649.      ____ ________      ____ ________      ____ ________
  650.      User Requests      User Requests      User Requests  
  651.  
  652.      All versions of XRS-Door from 1.44 onwards support "user requests".  
  653.  
  654.      A user request is a message you send to XRS-Door to turn on/off  
  655.      message areas and request files.  
  656.  
  657.      To send a request you put a message addressed to XRS in the LOCAL area  
  658. |    (area 0). Put "UserRequest" in the subject. You then put your requests  
  659.      in the body of the message.  
  660.  
  661.      To turn on a message area put that area's tag (eg. CPM), the sysop's  
  662.      name for it (eg. CPM Echo), or the area number (as shown by the "One  
  663.      message area only" option) on one line. If the area name has a dot in  
  664.      it, you should "escape" the name by putting a "`" in front of the  
  665.      name. The case is not significant.  
  666.  
  667.      To turn off a message area you do the same as to turn it on, except  
  668.      that you put a minus (-) in front of the name.  
  669.  
  670.      To request a file (which will be sent with your mailbag) just put its  
  671.      name on a line. The sysop may have turned off the file request  
  672.      feature. Please note that any requests containing any of "*?\:" will  
  673.      be ignored.  
  674.  
  675.      For example:  
  676.  
  677.              To: XRS  
  678. |            Subject: UserRequest  
  679.              Area: LOCAL  
  680.  
  681.              CPM  
  682.              amstrad  
  683.              -IBM  
  684.              `ENET.SYSOP  
  685.              34  
  686.              -56  
  687.              `-comp.os.cpm  
  688.              CRR0140.ZIP  
  689.              ZDE16.LBR  
  690.  
  691.      would request that areas CPM, AMSTRAD, ENET.SYSOP, and number 36 are  
  692.      turned on, and that areas IBM, number 56 and comp.os.cpm are turned  
  693.      off. The files CRR0140.ZIP and ZDE16.LBR are requested.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.                            (c) 1990-1992 Paul Martin  
  708.  
  709.  
  710.  
  711.      Page [12]                                CRR 1.43 (beta) Documentation  
  712.  
  713.      __________      __________      __________
  714.      CRRQWK.CHN      CRRQWK.CHN      CRRQWK.CHN  
  715.  
  716.      CRR will work with QWK format mail, and comes with a conversion  
  717.      program. If your bulletin board offers XRS-Door and QWK mail, use  
  718.      XRS-Door.  
  719.  
  720.      CRRQWK has a few extra keywords that can be put in your DEFAULTS.CRR:  
  721.  
  722.      QWKIN     With this you tell CRRQWK on which drive it expects to find  
  723.                the unpacked QWK mail. The default is the current drive.  
  724.                CRRQWK converts from the QWKIN drive to your DRIVE drive.  
  725.  
  726.      QWKTIDY   If you include this keyword, CRRQWK will delete any XRS files  
  727.                that are on the DRIVE drive, and delete most of the QWK files  
  728.                after converting them.  
  729.  
  730.      QWKTEAR   If you include this, CRRQWK will put a Fidonet style tear  
  731.                line on the end of your messages instead of a QWK tag line.  
  732.  
  733.      eg. part of your DEFAULTS.CRR might look like this:  
  734.  
  735.              QWKIN  
  736.              C:  
  737.              QWKTIDY  
  738.              QWKTEAR  
  739.  
  740.      To convert a QWK packet into something CRR can work with, extract all  
  741.      the files (CRRQWK only really needs the *.DAT files) to your QWKIN  
  742.      drive, and run CRR by typing:  
  743.  
  744.              CRR QWK  
  745.  
  746.      CRR will then run, and execute the CRRQWK.CHN file to convert. When  
  747.      the conversion has completed CRR will continue as normal. The  
  748.      conversion only has to be done once. Once converted, CRR can be used  
  749.      as with an XRS-Door packet.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.                            (c) 1990-1992 Paul Martin  
  772.  
  773.  
  774.  
  775.      Page [13]                                CRR 1.43 (beta) Documentation  
  776.  
  777.      ____ _________      ____ _________      ____ _________
  778.      Fido Etiquette      Fido Etiquette      Fido Etiquette  
  779.  
  780.      When using quoting, only quote the minimum necessary for people to  
  781.      follow the thread of the conversation. In general, there should be  
  782.      more message than quote.  
  783.  
  784.      Keep your messages as short as you can. If a message is more than two  
  785.      screens in length it's probably too long.  
  786.  
  787.      Leave a blank line between your message and any quote line.  
  788.  
  789.      Leave a blank line between paragraphs.  
  790.  
  791.      Separate your message into paragraphs. It makes it easier for the eye  
  792.      to follow.  
  793.  
  794.      Large amounts of blank lines in a message look untidy, especially at  
  795.      the end of a message.  
  796.  
  797.      Don't feel obliged to reply to every message.  
  798.  
  799.      Don't leave private messages in public areas. CRR now only allows  
  800.      public messages unless told otherwise by the ACCESSx.XRS file. Private  
  801.      messages are always allowed in the LOCAL area. If you want to send a  
  802.      private message to someone on another board use netmail.  
  803.  
  804.      Don't use echo areas for local chatter.  
  805.  
  806.      Don't leave offensive messages. Don't leave messages that would bring  
  807.      FidoNet into ill-repute.  
  808.  
  809.      Some message areas do not allow the use of signatures. In these areas  
  810.      don't include a signature line.  
  811.  
  812.      Pedantry for its own sake does not engender good feelings.  
  813.  
  814.      Don't use netmail without getting the sysop's consent.  
  815.  
  816.      Don't send international netmail without getting the sysop's blessing.  
  817.      Grovelling may help. You may be asked to pay. An air-mail letter will  
  818.      almost certainly take less time, and may in the long term be cheaper.  
  819.  
  820.      Remember that FidoNet is run by enthusiasts who give up their own time  
  821.      and money to provide the service.  
  822.  
  823.      In short, show due consideration to others.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.                            (c) 1990-1992 Paul Martin  
  836.  
  837.  
  838.  
  839.      Page [14]                                CRR 1.43 (beta) Documentation  
  840.  
  841.      ________ __ _______ ______      ________ __ _______ ______
  842.      Glossary of Fidonet Jargon      Glossary of Fidonet Jargon
  843.  
  844.      Tear line. This is a line at the bottom of a message which starts with  
  845.      three minus signs, and tells you which software created that message.  
  846.      eg.  
  847.      --- CRR 1.43+  
  848.  
  849.      Origin line. This is a line at the bottom of an echomail message which  
  850.      tells you on which bulletin board the message was sent. The numbers in  
  851.      the brackets are the Fidonet address of that bulletin board. eg.  
  852.       * Origin: Aspects Manchester UK [+44-61-792-0260] (RA 2:250/107.3)  
  853.  
  854.      Kludge. This is a line that starts with a CTRL-A character, and  
  855.      contains additional information for the use of mail processing  
  856.      software.  
  857.  
  858.      PID. This is a kludge, which has the same purpose as a tear line, ie.  
  859.      to tell you what software created a message.  
  860.  
  861.      Tag line. This is a line at the bottom of a message which tells you  
  862.      which software was used to create that message. Its use is not popular  
  863.      in Fidonet, as software ought to be using tear lines. It is a part of  
  864.      the (now outmoded) QWK specification. eg.  
  865.       * CRR 1.43+ *  
  866.  
  867.      Echomail. Messages entered in an echomail conference are "echoed" to  
  868.      other bulletin boards that participate in that conference.  
  869.  
  870.      Netmail. Netmail messages are sent from one bulletin board to another  
  871.      (where as echomail is one to many).  
  872.  
  873.      Alias. A "handle" or pseudonym sometimes allowed in some message  
  874.      areas. In general, the use of aliases is banned in most echomail  
  875.      conferences.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.                            (c) 1990-1992 Paul Martin  
  900.  
  901.  
  902.  
  903.      Page [15]                                CRR 1.43 (beta) Documentation  
  904.  
  905.      _____ ____ __ ___      _____ ____ __ ___      _____ ____ __ ___
  906.      Files used by CRR      Files used by CRR      Files used by CRR  
  907.  
  908.      Temporary files:      Temporary files:  
  909.  
  910.      EDIT    .CRR   Response currently being edited.  
  911.      M???????.CRR   Outgoing messages.  
  912.      M00?????.CRR   Outgoing message index.  
  913.  
  914.      $$$     .SUB   This is a special record-type submit file, which does  
  915.                     not need SUBMIT.COM.  
  916.  
  917.      Permanent files:      Permanent files:  
  918.  
  919.      CRR     .COM   CRR itself.  
  920.      CRR     .000   CRR's overlays.  
  921.      CRRSTATE.CRR   Various internal pointers.  
  922.  
  923.      User provided files:      User provided files:  
  924.  
  925.      DEFAULTS.CRR   Setup file  
  926.  
  927.      Message packet files:      Message packet files:  
  928.  
  929.      ACCESS1 .XRS (used if present)  
  930.      AREAS1  .XRS  
  931.      BAT1MAIL.XRS  
  932.      MAIL1IDX.XRS  
  933.      SUMMARY1.XRS  
  934.      USER1   .XRS  
  935.      XORIGIN .XRS (used if present)  
  936.  
  937.      Response packets:      Response packets: (to be uploaded)  
  938.  
  939.      ????????.XXY   ???????? is an 8 digit hex number, unique to you  
  940.                     XX is the first two letters of the current day name  
  941.                     Y  is the number of the packet  
  942.                     eg. 7452FF9B.MO1  
  943.  
  944.      The response packet and the .CRR files should be on the same drive as  
  945.      the CRR program itself.  
  946.  
  947.      ---------------------------------------------------------------------  
  948.  
  949.      XRS, XRS-Door, QMX, RAX, and RAQMX are trademarks of Mike Ratledge and  
  950.      Smokin' Software.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.                            (c) 1990-1992 Paul Martin  
  964.  
  965.  
  966.