filter.doc
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:1k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1.    Cool features of innbbsd: adding filters
  2. 1. Install
  3.   a. cd convert/hztty; make; make sys-type
  4.   b. modify Makeifle, 
  5.      choose one of the LAN options:
  6. #LANG=BIG5
  7. #LANG=GB
  8. #LANG=ENGLISH
  9.      uncomment out
  10. #FILTER=
  11. #FILTEROBJ=
  12.   c. modify innd/filter.ctl
  13.      to clarify as examples:
  14. tw.bbs.*,alt.chinese.text.big5:big2gb:gb2big
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^
  16. newsgroups in wildcard pattern  ^       ^
  17. and separated with ",".         |       |
  18.       receive  send
  19.                               filter   filter
  20. Three types of filters:
  21. 1. builtin
  22. 2. pipe stream of builtin filter
  23. 3. external commands
  24. Available builtin filters
  25. gb2big, big52gb, hz2gb, hz2big 
  26. Useful external command filters
  27. j2b (jis2big), b2j(big2jis) 
  28. Successful testing:
  29. builtin: 
  30.   receive: big2gb, hz2gb, hz2big
  31.   send:    gb2big, /usr/local/bin/b2g|/usr/local/bin/gb2hz
  32. external:
  33.   receive: /usr/local/bin/j2b
  34.   send:    /usr/local/bin/b2j