#这个是用LYNX看HTML文件的.这个看效果比较好
#text/html;lynx --dump %s; nametemplate=%s.html; copiousoutput
#这个是用W3M看HTML文件的
text/html;w3m -dump %s; copiousoutput; description=HTML Text; nametemplate=%s.html
#这个是用LYNX看DOC文件,第一个文件是王垠的,我用不了,自己做的第二个,很好用
#application/msword; wvHtml --charset=gb2312 %s - | lynx --dump -stdin; nametemplate=%s.html; copiousoutput
#application/octet-stream; wvHtml --charset=gb2312 %s - | lynx --dump -stdin; nametemplate=%s.html; copiousoutput
#application/octet-stre; wvHtml --charset=gb2312 %s - | lynx --dump -stdin; nametemplate=%s.html; copiousoutput
#这是一个专门针对W3M的设置,与上面的LYNX不能同时设置.经本人测试,这是最强的设置方法,但TEXT是文本,没有链接,最好用LYNX,DOC用W3M.
#application/octet-stream; wvHtml --charset=gb2312 %s - |w3m -dump -I gb2312 -T text/html ;copiousoutput
#application/octet-stre; wvHtml --charset=gb2312 %s - |w3m -dump -I gb2312 -T text/html ;copiousoutput
application/msword; wvHtml --charset=gb2312 %s - |w3m -dump -I gb2312 -T text/html ;copiousoutput
阅读(1819) | 评论(0) | 转发(0) |