newsfeeds.bbs.5
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:3k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. .TH NODELIST.BBS 5 "30 Jul 1995" "NCTU CSIE" "Kuhn's Utility Reference Manual"
  2. .SH NAME
  3. newsfeeds.bbs - specify the newsfeeds relation between 
  4. .I News Newsgroups
  5. and
  6. .I BBS Boards
  7. for use by
  8. .I innbbsd
  9. and
  10. .I bntplink.
  11. .SH SYNOPSIS
  12. Newsgroups Boards Server Lists
  13. group1,group2,... board1,board2,board3,... node1 node2 node3
  14. .SH DESCRIPTION
  15. .PP
  16. When referred by 
  17. .I innbbsd,
  18. articles from
  19. .I Newsgroups
  20. will be received and posted into Boards.
  21. When referred by
  22. .I bntplink, 
  23. articles in
  24. .I Boards 
  25. will be sent to 
  26. .I Newsgroups
  27. .SH OPTIONS
  28. .TP
  29. .I Newsgroups
  30. is the newsgroups to be received by 
  31. .I innbbsd
  32. or sent to by
  33. .I bntplink. 
  34. You can specify multiple newsgroups separated by  commas ","
  35. without space, for example, "tw.test,csie.test".
  36. .TP
  37. .I Boards
  38. is the boards to carry articles from
  39. .I innbbsd
  40. or sent out by
  41. .I bntplink.
  42. You can specify multiple boards separated by commas ","
  43. without space; for example, "SYSOP,admin".
  44. .TP
  45. .I Server Lists
  46. is the list of servers to be the feed destination from 
  47. .I bntplink
  48. or the source of
  49. .I innbbsd.
  50. You can specify multiple feed destination or source by
  51. specifying lists separated by space, for example, "server1 server2".
  52. .SH EXAMPLES
  53. .IP
  54. .nf
  55. .ft B
  56. # This is a sample of newsfeeds.bbs
  57. # newsgroups                boards          servers
  58. #-----------------------  --------------    -----------
  59. csie.bbs.adm.local        admin             news.csie.nctu
  60. tw.bbs.comp.hardware      hardware          bbsroute skhuang.graddorm
  61. tw.bbs.comp.network       network,          null
  62. tw.bbs.rec.comic,         comic             bbsroute
  63. nctu.test,                nctutest          bbsgate  skhuang.graddorm
  64. nctu.test,                nctutest2         bbsgate  skhuang.graddorm
  65. nctu.test                 nctutest,nctutest2 bbsgate skhuang.graddorm
  66. csie.test,tw.test         csietest          bbsgate sk-mail-list skhuang.graddorm
  67. tw.test                   csietest,          bbsgate skhuang.graddorm
  68. csie.test                 csietest,          news.csie.nctu sk-mail-list skhuang.graddorm
  69. .ft R
  70. .fi
  71. .LP
  72. .PP
  73. The server lists can be referred to nodelist.bbs.
  74. The first line specifies 1). articles from newsgroups "csie.bbs.adm.local"
  75. will be received from news.csie.nctu and put in board "admin". 2). 
  76. article in board "admin" will be sent out to csie.bbs.adm.local in
  77. server news.csie.nctu.
  78. .PP
  79. The second line specifies 1). articles from newsgroups "tw.bbs.comp.hardware"
  80. will be received and put in board "hardware". 2). articles in board "hardware"
  81. will be sent out to servers "bbsroute" and "skhuang.graddorm".
  82. .PP
  83. The third line specifies single direction gateway:
  84. articles from "tw.bbs.comp.network" will be put in board "network" but 
  85. won't be sent out to any servers.
  86. .PP
  87. The forth line specifies another single direction gateway:
  88. articles in board "comic" will be sent out to  "tw.bbs.rec.comic", but
  89. won't be received.
  90. .PP
  91. The following three lines specifies single group to multiple boards
  92. gateway:
  93. .IP
  94. group nctu.test           --> boards nctutest,nctutest2
  95. .IP
  96. boards nctutest,nctutest2 --> nctu.test
  97. .PP
  98. The last three lines specifies multiple groups to single board gateway:
  99. .IP
  100. group tw.test,csie.test -> board csietest
  101. .IP
  102. board csietest          -> groups tw.test,csie.test
  103. .SH FILES and DIRECTORIES
  104. .BR ~bbs/innd/bbsname.bbs, ~bbs/innd/nodelist.bbs
  105. .BR ~bbs/innd/innbbs.conf, ~bbs/out.going, ~bbs/innd/bbslog
  106. .BR ~bbs/bbslog
  107. .BR ~bbs/boards
  108. .SH AUTHOR
  109. Shih-Kun Huang (skhuang@csie.nctu.edu.tw)
  110. .SH BUGS
  111. .SH "SEE ALSO"
  112. .BR newsfeeds.bbs (5), innbbsd (8), bntplink (8)