home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / addnewshdr / ReadMe < prev   
Text File  |  1998-04-05  |  2KB  |  68 lines

  1.               AddNewHdr V0.12
  2.               ~~~~~~~~~~~~~~~
  3.  
  4. Purpose
  5. ~~~~~~~
  6.  
  7. A thread on a.a.v raised the question of adding additional
  8. fields to the header of usenet postings.
  9.  
  10. The enclosed data file is a VIX module to add a user-specified
  11. set of fields to the header just before they are sent. (But
  12. don't expect an icon on the Voyager toolbar, it doesn't use one).
  13.  
  14.  
  15. Installation
  16. ~~~~~~~~~~~~
  17. Open up the VIX Manager (preferences), and drag the "AddNewsHdr"
  18. file onto the icon, then click OK.
  19.  
  20. Then edit the !Voyager.Apps.Transports.NNTPSend file to include
  21. the lines:
  22.  
  23. WimpSlot -min 32k -max 32k
  24. Run <AddNewsHdr$Dir>.!RunImage
  25.  
  26. at the top.
  27.  
  28. Then quit Voyager, and restart.
  29.  
  30.  
  31. Usage
  32. ~~~~~
  33.  
  34. Usage of AddNewsHdr is transparent (it is automagically kicked off
  35. when the Voyager connects to the Internet).
  36.  
  37. To alter the header fields added by AddNewsHdr, simply edit the file
  38. !Voyager.VIX.AddNewsHdr.NewFields - currently it just does uses
  39.  
  40. X-No-Archive: yes
  41.  
  42. for those of you who don't want your pearls of wisdom recorded for
  43. posterity on deja-news.
  44.  
  45. NB If !Voyager.VIX.AddNewsHdr.NewFields is not present, the program
  46. will exit correctly - ie it won't complain, and will exit without
  47. altering the headers.
  48.  
  49.  
  50. Copyright/Disclaimer
  51. ~~~~~~~~~~~~~~~~~~~~
  52.  
  53. AddNewHdr is distributed as is: the author accepts no responsibility
  54. for any resultant damage, whatever its form. Notwithstanding this
  55. disclaimer, if you do have problems, please email me describing the
  56. problem, and I will do what I can do fix the problem.
  57.  
  58. AddNewsHdr is FREEWARE not Public Domain, and copyright remains with
  59. me.
  60.  
  61.  
  62. History
  63. ~~~~~~~
  64.  
  65.   0.10  First release version
  66.   0.11  Fix for blank lines in NewsHeader file
  67.   0.12  Countdown VIX can cause problems to AddNewsHdr, so patch put
  68.         in to dodge round the bug (not in my code, honest!)