w3m.1 (4506B)
1 .nr N -1 2 .nr D 5 3 .TH W3M 1 Local 4 .UC 4 5 .SH NAME 6 w3m \- a text based Web browser and pager 7 .SH SYNOPSIS 8 .B w3m 9 [options] [URL or filename] 10 .PP 11 .SH DESCRIPTION 12 .\" This defines appropriate quote strings for nroff and troff 13 .ds lq \&" 14 .ds rq \&" 15 .if t .ds lq `` 16 .if t .ds rq '' 17 .\" Just in case these number registers aren't set yet... 18 .if \nN==0 .nr N 10 19 .if \nD==0 .nr D 5 20 .I 21 w3m 22 is a World Wide Web (WWW) text based client. It has English and 23 Japanese help files and an option menu and can be configured to 24 use either language. It will display hypertext markup language 25 (HTML) documents containing links to files residing on the local 26 system, as well as files residing on remote systems. It can 27 display HTML tables and frames. 28 In addition, it can be used as a "pager" in much the same manner 29 as "more" or "less". 30 Current versions of 31 .I 32 w3m 33 run on 34 Unix (Solaris, SunOS, HP-UX, Linux, FreeBSD, and EWS4800) 35 and on 36 Microsoft Windows 9x/NT. 37 .PP 38 .SH OPTIONS 39 At start up, \fIw3m\fR will load any local 40 file or remote URL specified at the command 41 line. For help with runtime options, press \fB"H"\fR 42 while running \fIw3m\fR. 43 Command line options are: 44 .PP 45 .TP 46 .B -t tab 47 set tab width 48 .TP 49 .B -r 50 ignore backspace effect 51 .TP 52 .B -l line 53 # of preserved line (default 10000) 54 .TP 55 .B -I charset 56 document charset 57 .TP 58 .B -O charset 59 display/output charset 60 .TP 61 .B -B 62 load bookmark 63 .TP 64 .B -bookmark file 65 specify bookmark file 66 .TP 67 .B -T type 68 specify content-type 69 .TP 70 .B -m 71 internet message mode 72 .TP 73 .B -v 74 visual startup mode 75 .TP 76 .B -M 77 monochrome display 78 .TP 79 .B -N 80 open URL of command line on each new tab 81 .TP 82 .B -F 83 automatically render frame 84 .TP 85 .B -dump 86 dump formatted page into stdout 87 .TP 88 .B -cols width 89 specify column width (used with -dump) 90 .TP 91 .B -ppc count 92 specify the number of pixels per character (4.0...32.0). 93 Larger values will make tables narrower. [default 8.0] 94 .TP 95 .B -ppl count 96 specify the number of pixels per line (4.0...64.0) 97 .TP 98 .B -dump_source 99 dump page source into stdout 100 .TP 101 .B -dump_head 102 dump response of HEAD request into stdout 103 .TP 104 .B -dump_both 105 dump HEAD and source into stdout 106 .TP 107 .B -dump_extra 108 dump HEAD, source, and extra information into stdout 109 .TP 110 .B -post file 111 use POST method with file content 112 .TP 113 .B -header string 114 insert string as a header 115 .TP 116 .B +<num> 117 goto <num> line 118 .TP 119 .B -num 120 show line number 121 .TP 122 .B -no-proxy 123 don't use proxy 124 .TP 125 .B -4 126 IPv4 only (-o dns_order=4) 127 .TP 128 .B -6 129 IPv6 only (-o dns_order=6) 130 .TP 131 .B -no-mouse 132 don't use mouse 133 .TP 134 .B -cookie 135 use cookie. 136 .TP 137 .B -no-cookie 138 don't use cookie 139 .TP 140 .B -graph 141 use graphic character 142 .TP 143 .B -no-graph 144 don't use graphic character 145 .TP 146 .B -S 147 squeeze multiple blank lines 148 .TP 149 .B -W 150 toggle wrap search mode 151 .TP 152 .B -X 153 don't use termcap init/deinit 154 .TP 155 .B -title [=TERM] 156 set buffer name to terminal title string. 157 If TERM is specified, use the TERM style title configuration. 158 .TP 159 .B -o opt=value 160 assign value to config option 161 .TP 162 .B -show-option 163 show all available config option 164 .TP 165 .B -config file 166 specify config file 167 .TP 168 .B -help 169 show usage 170 .TP 171 .B -version 172 show w3m version 173 .TP 174 .B -reqlog 175 write request logfile 176 .TP 177 .B -debug 178 DO NOT USE 179 .SH EXAMPLES 180 .TP 181 To use w3m as a pager: 182 .br 183 $ ls | w3m 184 .br 185 .TP 186 To use w3m to translate HTML files: 187 .br 188 $ cat foo.html | w3m -T text/html 189 .TP 190 or 191 .br 192 $ cat foo.html | w3m -dump -T text/html >foo.txt 193 .SH FILES 194 .TP 195 .I ${HOME}/.w3m/config 196 configuration file 197 .TP 198 .I ${HOME}/.w3m/keymap 199 key binding configuration file 200 .\" .TP 201 .\" .I ${HOME}/.w3m/menu 202 .\" ??? 203 .TP 204 .I ${HOME}/.w3m/mouse 205 mouse configuration file 206 .TP 207 .I ${HOME}/.w3m/cookie 208 cookie file 209 .TP 210 .I ${HOME}/.w3m/history 211 history file 212 .TP 213 .I ${HOME}/.w3m/passwd 214 passowrd and username file 215 .TP 216 .I ${HOME}/.w3m/pre_form 217 form parameters file 218 .TP 219 .I ${HOME}/.w3m/mailcap 220 external viewer configuration file 221 .TP 222 .I ${HOME}/.w3m/mime.types 223 MIME types file 224 .\" .TP 225 .\" .I ${HOME}/.w3m/urimethodmap 226 .\" ??? 227 .SH NOTES 228 This is the 229 .I 230 w3m 231 0.5.3 Release. 232 .PP 233 Please see the MANUAL.html file distributed with w3m for 234 more detailed documentation. 235 236 Additional information about 237 .I 238 w3m 239 may be found on its Japanese language Web site located at: 240 http://w3m.sourceforge.net/index.ja.html 241 .br 242 or on its English version of the site at: 243 http://w3m.sourceforge.net/index.en.html 244 .SH ACKNOWLEDGMENTS 245 .I 246 w3m 247 has incorporated code from several sources. 248 Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics 249 have the copyright of the GC library comes with w3m package. 250 Users have contributed patches and suggestions over time. 251 .SH AUTHOR 252 Akinori ITO <aito@fw.ipsj.or.jp>