home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / sendbatch.lzh / sendbatch.man < prev    next >
Encoding:
Text File  |  1991-12-03  |  6.1 KB  |  241 lines

  1.  
  2.  
  3.  sendbatch(1)               Amiga UUCP Users Manual                sendbatch(1)
  4.  
  5.  
  6.    1 Usage       
  7.  
  8.  
  9.    sendbatch: Usage: sendbatch [-c|-f|-F] [-l length] system 
  10.  
  11.     -c uses  `compress'  to compress each created newsbatch before spooling,
  12.        the result will be spooled with "uux batchfile system!rnews".  
  13.  
  14.     -f uses  `freeze'  to  compress  each created newsbatch before spooling,
  15.        the result will be spooled with "uux batchfile system!rnews".  
  16.  
  17.     -F uses  `freeze'  to  compress  each created newsbatch before spooling,
  18.        result will be spooled with "uux batchfile system!frnews".  
  19.  
  20.     -l <length>  sets  the  maximum size of each created newsbatch. Note: as
  21.        the  news  articles  are  read  sequentially  from a list file, it is
  22.        possible  that  some  batches  are significantly smaller while others
  23.        are  greater  than  the value you specified (i. e. there are articles
  24.        larger  than  <lenght>).  For  example, if you set <length> to a VERY
  25.        low  value  (how  about  1000?  =:->), you will end up with dozens of
  26.        batches  actually  greater  than  the  <length>  you  specified - the
  27.        reason is that we can't split articles.  
  28.  
  29.     system finally is the system receiving the newsbatch.  
  30.  
  31.  
  32.    1.1 Frozen News vs. Compressed News   
  33.  
  34.  
  35.         This sendbatch  supports  the  creation  of `frozen' news as used at
  36.    least  by  some  UN*X-Systems near Braunschweig, Germany. Instead of good
  37.    old  `compress',  they  are  using  `freeze'áwhich  produces  in  general
  38.    significantly  shorter  output  -  but  is  unfortunately incompatible to
  39.    compress,  so  we  can't  just `mv freeze compress' =:-( Thus, they use a
  40.    simple  method, that is piping the news batch through `freeze' and UUXing
  41.    the result to `system!frews' (instead of the unusal `rnews').  
  42.  
  43.         For Amiga   UUCP   Plus,   this  little  script  (by  Gerald  Malitz
  44.    <gm@germal.bs.open.de>) will serve as `frnews': 
  45.  
  46.            .key in 
  47.            .bra { 
  48.            .ket } 
  49.            freeze <uuspool:{in} >t:frnews.{$} -d 
  50.            relaynews <t:frnews.{$} -r 
  51.            delete t:frnews.{$} quiet 
  52.  
  53.         But you  will  need  an UUXQT that is aware of this new command (the
  54.    Dillon  1.15-version  I modified for my sendmail should have been in this
  55.    archive as well) if you want to receive frozen news.  
  56.  
  57.         To send,  just  use  the flag `-F' (please note the CAPITAL `F', `f'
  58.  
  59.  
  60.  Release 1.11            Last Change:  3 Dec 1991 14:12                  Page 1
  61.  
  62.  
  63.  sendbatch(1)               Amiga UUCP Users Manual                sendbatch(1)
  64.  
  65.  
  66.    is  used  for  another  way  of  generating frozen news, using a modified
  67.    rnews) when calling sendbatch.  
  68.  
  69.  
  70.    2 Software Requirements      
  71.  
  72.  
  73.         Sorry Folks,  to  make use of this, you have to run Amiga UUCP Plus.
  74.    No  way  for DUUCP-users - a version for CNews might be available as soon
  75.    as time permits.  
  76.  
  77.         Furthermore, as  mentioned  above,  you  will  need a new UUXQT, for
  78.    example  "@()uuxqt.c  1.15.11c  (rsmtp/frnews) Dec  3 1991, 00:17:11" (or
  79.    newer), which should have been in this archive, too.  
  80.  
  81.         If you   want   to   run   frozen  news,  you  will  also  need  the
  82.    `freeze'-binary,  available with FTP from several sites or with anon-uucp
  83.    from at least hactar.hanse.de and brewas.swb.de.  
  84.  
  85.  
  86.    3 Installation       
  87.  
  88.  
  89.         Just copy  this  sendbatch anywhere into your search path or better:
  90.    replace  your old version (uucp:c/sendbatch) with this version. Make sure
  91.    that  the  executables  of  `uux',  `compress'á(and `freeze') are in your
  92.    search path! 
  93.  
  94.  
  95.    4 Problems/Bugreports/Suggestions       
  96.  
  97.    In  case  of  problems  or  if  you find a bug in sendbatch, feel free to
  98.    write   to  <sendmail@hactar.hanse.de>.  Same  address  applies  for  any
  99.    suggestions ...  
  100.  
  101.    Have fun! 
  102.  
  103.                                     Snail:
  104.                            -------------------------
  105.                               Kai 'wusel' Siering
  106.                                Heidlohstrasze 3a
  107.                                D-2000 Hamburg 61
  108.                                  West Germany
  109.                            -------------------------
  110.                             Phone: +49 40 550 35 49
  111.              (Carrier (V.32bis/V.42bis/HST) from 22:00-12:00 MET)
  112.                  (Don't worry if you get "NO CARRIER" - maybe
  113.                 the system went down for a trip to India =:->)
  114.                            -------------------------
  115.               EMail: Kai 'wusel' Siering <wusel@hactar.hanse.de>
  116.                            -------------------------
  117.                      This version of sendbatch is based on
  118.  
  119.  
  120.  Page 2                  Last Change:  3 Dec 1991 14:12            Release 1.11
  121.  
  122.  
  123.  sendbatch(1)               Amiga UUCP Users Manual                sendbatch(1)
  124.  
  125.  
  126.                            batcher.c with came with
  127.                             the Amiga port of CNews
  128.                         - see sendbatch.c for details -
  129.  
  130.                        All modifications to the Code are
  131.                         (c) 1991 by Kai 'wusel' Siering
  132.                all rights reserved but no liability assumed ...
  133.  
  134.  
  135.    5 DISCLAIMER       
  136.  
  137.                           #include <stddisclaimer.h>
  138.  
  139.                            USE IT AT YOUR OWN RISK -
  140.                           and backup your disks! =:->
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  Release 1.11            Last Change:  3 Dec 1991 14:12                  Page 3
  181.  
  182.  
  183.  sendbatch(1)               Amiga UUCP Users Manual                sendbatch(1)
  184.  
  185.  
  186.                                Table of Contents
  187.  
  188.  
  189.    1 Usage      ......................................................    1
  190.  
  191.       1.1 Frozen News vs. Compressed News  ...........................    1
  192.  
  193.    2 Software Requirements     .......................................    2
  194.  
  195.    3 Installation      ...............................................    2
  196.  
  197.    4 Problems/Bugreports/Suggestions      ............................    2
  198.  
  199.    5 DISCLAIMER      .................................................    3
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  Page 4                  Last Change:  3 Dec 1991 14:12            Release 1.11
  241.