home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newshound / !InstTrans / NewsHound / params < prev    next >
Text File  |  1997-05-24  |  2KB  |  65 lines

  1. # NewsHound Transport, v1.02
  2. #
  3. # v1.01 - added nice !AddGroup program
  4. # v1.02 - added active list stuff, old style getarticle line
  5. #
  6. # where to look for new arrivals
  7. in <NewsHound$NewsDir>.folder.*News news
  8. #
  9. # where to look for queued outgoing files
  10. out <NewsHound$NewsDir>.articles.*
  11. #
  12. # directory to be created for transport on startup
  13. dir <Newsbase$Config>.NewsHound
  14. #
  15. # information line, displayed in Transport control panel
  16. info for NewsHound, by Joseph Heenan
  17. #
  18. # line to read default newsserver
  19. newsgw 0 newsgw
  20. #
  21. setup 0 *filer_opendir <NewsHound$ConfigDir>
  22. #
  23. # sendnews function
  24. sendnews 0 newsbase:qnews -f %f -dir <NewsHound$NewsDir>.articles -copy <NewsHound$NewsDir>.badmarker
  25. #
  26. #
  27. # postfetch tag
  28. #   processes newgroups file, and returns bad news to postmaster
  29. postnews 0 postnews
  30. #
  31. #
  32. # tags to update group files
  33. addgroup 0,w !altgroup -add -n %g
  34. addhead 0,w !altgroup -add -head -n %g
  35. delgroup 0 !altgroup -del -n %g
  36. #
  37. #
  38. # ask NewsHound to fetch this id
  39. getarticle 0 getarticle -file %f
  40. #
  41. # Uncomment this line, and comment the above on to stop newsbase
  42. # queueing fetch body requests
  43. # getarticle 0 getarticle -id %n
  44. #
  45. # for dealing with complete server active files
  46. grplist <NewsHound$NewsDir>.folder.ActiveList
  47. getgroups 0 getgroups
  48. #
  49. # Update 'active' file
  50. mkgroups 0 group -make
  51. #
  52. #
  53. #
  54. status 0 status
  55. startup 0 startup
  56. detect 0 detect
  57. help 0 starthelp NewsHtrans
  58. #
  59. # fetch news every 5 mins
  60. # timer news 300
  61. #
  62. # uncomment to make newsbase invoke newshound automatically to do
  63. # a newsfetch, and quit when it's finished
  64. # getnews 0 startfetch
  65.