filter.doc
来自「bbs server linux平台下软件源码」· DOC 代码 · 共 42 行
DOC
42 行
Cool features of innbbsd: adding filters1. Install a. cd convert/hztty; make; make sys-type b. modify Makeifle, choose one of the LAN options:#LANG=BIG5#LANG=GB#LANG=ENGLISH uncomment out#FILTER=#FILTEROBJ= c. modify innd/filter.ctl to clarify as examples:tw.bbs.*,alt.chinese.text.big5:big2gb:gb2big^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^ ^^^^^^newsgroups in wildcard pattern ^ ^and separated with ",". | | receive send filter filterThree types of filters:1. builtin2. pipe stream of builtin filter3. external commandsAvailable builtin filtersgb2big, big52gb, hz2gb, hz2big Useful external command filtersj2b (jis2big), b2j(big2jis) Successful testing:builtin: receive: big2gb, hz2gb, hz2big send: gb2big, /usr/local/bin/b2g|/usr/local/bin/gb2hzexternal: receive: /usr/local/bin/j2b send: /usr/local/bin/b2j
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?