home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / frnews.lzh / frnews.man < prev    next >
Text File  |  1991-12-03  |  4KB  |  181 lines

  1.  
  2.  
  3.  frnews(1)                  Amiga UUCP Users Manual                   frnews(1)
  4.  
  5.  
  6.    1 Usage       
  7.  
  8.  
  9.    frnews: Usage: frnews frozennewsbatch 
  10.  
  11.  
  12.         Melts frozennewsbatch  to  tmpfile  (with  `freeze  <frozennewsbatch
  13.    >tmpfile  -d')  and feed this to `relaynews -r'. Sure, this could be done
  14.    in  a  fancy  script,  bur  unfortunately, the system()-call I use is not
  15.    (yet) capable of executing shell-script, thus I wrote this in C.  
  16.  
  17.  
  18.    2 Software Requirements      
  19.  
  20.  
  21.         This is  more  than  a hack! First of all, you have to run AmigaUUCP
  22.    Plus  or  CNews  (WARNING: the later hasn't been tested yet). Second, the
  23.    executables  of  `freeze'  and  `relaynews'  HAVE TO lie anywhere in your
  24.    search  path. Third, you may want to have - at least for your convenience
  25.    -  an  UUXQT that knowns about `frnews' and a sendbatch that known how to
  26.    produce frozen newsbatches like this.  
  27.  
  28.  
  29.    3 Installation       
  30.  
  31.  
  32.         Just copy  frnews anywhere into your search path, I would suggest as
  33.    UUCP:c/frnews.  Tell  your  upstream feed to send you your news in frozen
  34.    format  (that  is: `freeze <batch >tmpfile; uux tmpfile yoursys!frnews').
  35.    Enjoy.  To feed other sites with frozen news, execute `sendbatch -F site'
  36.    (note the capital 'F'; and refer to sendbatch.man).  
  37.  
  38.  
  39.    4 Problems/Bugreports/Suggestions       
  40.  
  41.    In  case  of  problems or if you find a bug in frnews, feel free to write
  42.    to  <sendmail@hactar.hanse.de>.  Same address applies for any suggestions
  43.    ...  
  44.  
  45.    Have fun! 
  46.  
  47.                                     Snail:
  48.                            -------------------------
  49.                               Kai 'wusel' Siering
  50.                                Heidlohstrasze 3a
  51.                                D-2000 Hamburg 61
  52.                                  West Germany
  53.                            -------------------------
  54.                             Phone: +49 40 550 35 49
  55.              (Carrier (V.32bis/V.42bis/HST) from 22:00-12:00 MET)
  56.                  (Don't worry if you get "NO CARRIER" - maybe
  57.                 the system went down for a trip to India =:->)
  58.  
  59.  
  60.  Release 1.00            Last Change:  3 Dec 1991 20:18                  Page 1
  61.  
  62.  
  63.  frnews(1)                  Amiga UUCP Users Manual                   frnews(1)
  64.  
  65.  
  66.                            -------------------------
  67.               EMail: Kai 'wusel' Siering <wusel@hactar.hanse.de>
  68.                            -------------------------
  69.                       This version of frnews is based on
  70.                            batcher.c with came with
  71.                             the Amiga port of CNews
  72.                          - see frnews.c for details -
  73.  
  74.                        All modifications to the Code are
  75.                         (c) 1991 by Kai 'wusel' Siering
  76.                all rights reserved but no liability assumed ...
  77.  
  78.  
  79.    5 DISCLAIMER       
  80.  
  81.                           #include <stddisclaimer.h>
  82.  
  83.                            USE IT AT YOUR OWN RISK -
  84.                           and backup your disks! =:->
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  Page 2                  Last Change:  3 Dec 1991 20:18            Release 1.00
  121.  
  122.  
  123.  frnews(1)                  Amiga UUCP Users Manual                   frnews(1)
  124.  
  125.  
  126.                                Table of Contents
  127.  
  128.  
  129.    1 Usage      ......................................................    1
  130.  
  131.    2 Software Requirements     .......................................    1
  132.  
  133.    3 Installation      ...............................................    1
  134.  
  135.    4 Problems/Bugreports/Suggestions      ............................    1
  136.  
  137.    5 DISCLAIMER      .................................................    2
  138.  
  139.  
  140.  
  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.00            Last Change:  3 Dec 1991 20:18                  Page 3
  181.