home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3260 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  3.0 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
  2. From: Christophe.Wolfhugel@grasp.insa-lyon.fr (Christophe Wolfhugel)
  3. Newsgroups: comp.archives
  4. Subject: [news.software.b] Announcing "sendbatches" for InterNetNews
  5. Followup-To: news.software.b
  6. Date: 4 Sep 1992 06:04:04 GMT
  7. Organization: tomorrow, maybe
  8. Lines: 78
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <186u8kINN17l@agate.berkeley.edu>
  12. References: <inn-announce-real@uunet.uu.net> <1808gsINN106f@grasp1.univ-lyon1.fr>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. Summary: A C-News like sendbatches script and stuff
  15. X-Original-Newsgroups: news.software.b
  16. X-Original-Date: 1 Sep 1992 19:16:12 +0200
  17.  
  18. Archive-name: auto/news.software.b/Announcing-sendbatches-for-InterNetNews
  19.  
  20. Sendbatches for INN is a small package whose goal is to furnish
  21. an interface similar to the powerful sendbatches which is part
  22. of the C-News distribution.
  23.  
  24. The sendbatches for INN also uses one configuration file
  25. where the user can specify several parameters such as the muncher and
  26. sender to be used as well as batch size limits.
  27.  
  28. The archive is available via anonymous ftp to grasp1.univ-lyon1.fr,
  29. as /pub/unix/news/inn/contrib/sendbatches.tar.Z.
  30.  
  31. README file follows:
  32.  
  33. This package is an attempt to furnish a "sendbatches" for INN with similar
  34. behavior than its C-News version.
  35.  
  36. ----------  IMPORTANT  ----------
  37.  
  38. To unpack this tar archive, you should be in $inn (see INN's
  39. Install.ms file if you don't know what $inn means) when doing
  40. the tar xvf command.
  41.  
  42. The files will be put in $inn/contrib/sendbatches and the Makefile
  43. assumes it really is there.
  44.  
  45. Rich Salz has agreed not to use the $inn/contrib for official stuff,
  46. so what you'll find in this sub-directory is not part of the official
  47. release of INN.
  48.  
  49. -----------------------------------
  50.  
  51. This version as well as its extensions will be made available via
  52. anonymous ftp to grasp1.univ-lyon1.fr, in the directory
  53. /pub/unix/news/inn/contrib/sendbatches.tar.Z
  54.  
  55. -----------------------------------
  56.  
  57. How to install sendbatches for INN.
  58.  
  59. - Edit and customize sendbatches.ctl, add one line for each site you
  60.   feed batches to.
  61.  
  62.   Field 1:  site name (from the newsfeeds file)
  63.   Field 2:  maximum # of batches (calls to batcher) per call
  64.   Field 3:  size of batch (passed to batcher)
  65.   Field 4:  muncher (in the batch sub-dir)
  66.   Field 5:  sender (in batch) with its (few) arguments).
  67.  
  68.   Tabulation between each field.
  69.  
  70. - Change, delete and add whatever you need in the batch sub-dir.
  71.  
  72. - Run "make" to get sendbatches subst'ed (C version of subst only).
  73.  
  74. - Give an eye to the script if you wish.
  75.  
  76. - Check the install part of the Makefile in order to be sure none of
  77.   your custom will be destroyed.
  78.  
  79. - Run "make install" with appropriate priviledge.
  80.  
  81. Update your crontab entries in order to run the script.
  82.  
  83. Example: 
  84.  
  85. 0 * * * * /usr/local/news/bin/sendbatches site1 site2 there foo bar
  86.  
  87. ABSOLUTELY NO WARRANTY WITH THIS SOFTWARE.
  88.  
  89. Comments, questions to Christophe.Wolfhugel@grasp.insa-lyon.fr.
  90.  
  91.  
  92. -- 
  93. Christophe Wolfhugel    |    Email: Christophe.Wolfhugel@grasp.insa-lyon.fr
  94.    "No keyboard, press F1 to continue"
  95.  
  96.