1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
span.mono {
font-family:mono;
}
</style>
<meta http-equiv=content-type content="text/html;charset=US-ASCII">
<title>W3M FAQ</title>
</head>
<body>
<h1 align="center">
Frequently Asked Questions and Answers about w3m
</h1>
<p align="right">
Akinori Ito <aito@fw.ipsj.or.jp><br>
Corrected by Tom Berger <tom.be@gmx.net>
</p>
<h2 id="index">
<u>
Index
</u>
</h2>
<ul>
<li>
<a href="#general">
<b>
General Questions, How to Get It, Required Environment
</b>
</a>
</li>
<ul>
<li>
<b>
How do I pronounce <q>w3m</q>?
</b>
</li>
<li>
<b>
Why is it called <q>w3m</q>?
</b>
</li>
<li>
<b>
On which platforms does w3m work?
</b>
</li>
<li>
<b>
Where can I get more information about w3m?
</b>
</li>
<li>
<b>
Is there a mailing list for w3m?
</b>
</li>
<li>
<b>
Are there any binary distributions?
</b>
</li>
</ul>
<li>
<a href="#install">
<b>
Compile and Install
</b>
</a>
</li>
<li>
<a href="#command">
<b>
Options, Commands, Usage
</b>
</a>
</li>
<ul>
<li>
<b>
w3m quits if started without parameters. What's wrong?
</b>
</li>
<li>
<b>
w3m starts with black characters on a black background. How do
I change this?
</b>
</li>
<li>
<b>
Does w3m support colors?
</b>
</li>
<li>
<b>
Does w3m support monochrome displays?
</b>
</li>
<li>
<b>
How do I shift the display?
</b>
</li>
<li>
<b>
How do I move between hyperlinks?
</b>
</li>
<li>
<b>
Graphical browsers display a word red, but w3m doesn't. Why?
</b>
</li>
<li>
<b>
How do I change the colors for hyperlinks, images and form fields?
</b>
</li>
<li>
<b>
w3m doesn't seem to use the variable EDITOR. Why?
</b>
</li>
<li>
<b>
How do I quit a search or URL text input?
</b>
</li>
</ul>
<li>
<a href="#www">
<b>
Questions about WWW usage
</b>
</a>
</li>
<ul>
<li>
<b>
How do I fill in forms with w3m?
</b>
</li>
<li>
<b>
Seems like w3m is slower than some other browsers. Why?
</b>
</li>
<li>
<b>
Loading time doesn't decrease when loading a previously seen
page.
</b>
</li>
<li>
<b>
How do I download a linked file?
</b>
</li>
<li>
<b>
How do I specify a proxy server?
</b>
</li>
<!-- deleted, see mail dated Mon, 04 Apr 2016 20:50:27 +0900 (JST)
from Tatsuya Kinoshita <tats@debian.org>
<li>
<b>
w3m freezes when I invoke an external browser.
</b>
</li>
-->
<li>
<b>
How do I change the default image viewer?
</b>
</li>
<li>
<b>
How do I enter a URL?
</b>
</li>
<li>
<b>
w3m appends a URL to the former one even when I clear the line
with <span class="mono">CTRL-u</span>. What should I do?
</b>
</li>
</ul>
<li>
<a href="#other">
<b>
Miscellaneous
</b>
</a>
</li>
<ul>
<li>
<b>
What is w3m's configuration file?
</b>
</li>
<li>
<b>
What are these w3mxxxx files in my ~/.w3m directory for?
</b>
</li>
</ul>
</ul>
<h2 id="general">
<u>
General Questions, How to Get It, Required Environment
</u>
</h2>
<dl>
<dt>
<b>
How do I pronounce <q>w3m</q>?
</b>
</dt>
<dd>
<p>
It's <q>W-three-M</q>. It doesn't rhyme with <q>pteranodon</q>.
</p>
</dd>
<dt>
<b>
Why is it called <q>w3m</q>?
</b>
</dt>
<dd>
<p>
It's an abbreviation of <q>WWW-wo-Miru</q>, which is Japanese
for <q>See the WWW</q>. So in English the name of this browser
would be something like <q>stw3</q>.
</p>
</dd>
<dt>
<b>
On which platforms does w3m work?
</b>
</dt>
<dd>
<p>
It runs on various versions of Unix, since version 990226 on OS/2
and since version 990303 also on MS-Windows with Cygwin32.
</p>
<p>
More recent versions have been confirmed to run on:
</p>
<ul>
<li>
SunOS 4.1.x
</li>
<li>
HP-UX 9.x, 10.x
</li>
<li>
Solaris 2.5.x, 2.6, 8
</li>
<li>
Linux 2.0.1 to 3.17
</li>
<li>
FreeBSD 2.2.8, 3.1, 3.2, 4.6
</li>
<li>
NetBSD/macppc, m68k
</li>
<li>
EWS4800 Rel.12.2 Rev.A
</li>
<li>
Digital UNIX: v3.2D, v4.0D
</li>
<li>
IRIX 5.3, IRIX 6.5
</li>
<li>
OS/2 with emx
</li>
<li>
Windows 9x/NT with Cygwin32 b20.1
</li>
<li>
MS-DOS with DJGPP and WATT32 packet driver
</li>
<li>
MacOS X Server
</li>
<li>
MacOS X 10.1, 10.2
</li>
</ul>
</dd>
<dt>
<b>
Where can I get more information about w3m?
</b>
</dt>
<dd>
<p>
At the
<a href="http://w3m.sourceforge.net/index.en.html">English w3m
home page</a>.
</p>
</dd>
<dt>
<b>
Is there a mailing list for w3m?
</b>
</dt>
<dd>
<p>
There is a mailing list for developers (w3m-dev-en). Please see
the <a href="http://w3m.sourceforge.net/index.en.html">w3m home
page</a> for details. You may also mail your comments to
<a href="mailto:aito@fw.ipsj.or.jp">the author</a>.
</p>
</dd>
<dt>
<b>
Are there any binary distributions?
</b>
</dt>
<dd>
<p>
So far there are only binaries for the win/cygnus32 version.
<!--
You can get them from
<a href="http://prdownloads.sourceforge.net/w3m/">here</a>.
!-->
Contact <a href="mailto:aito@fw.ipsj.or.jp">the author</a> if you
want to contribute binaries for other platforms.
</p>
</dd>
</dl>
<p align="right">
<i>
Up to <a href="#index">index</a>
</i>
</p>
<h2 id="install">
<u>
Compile and Install
</u>
</h2>
<p>
No problem :-)
</p>
<h2 id="command">
<u>
Options, Commands, Usage
</u>
</h2>
<dl>
<dt>
<b>
w3m quits if started without parameters. What's wrong?
</b>
</dt>
<dd>
<p>
w3m is a <b>pager</b>. Therefore it just quits when invoked
without any arguments. It keeps running
</p>
<ul>
<li>
with a filename or URL as argument
</li>
<li>
with data piped from standard input
</li>
<li>
when invoked with option -B to show the bookmark file
</li>
<li>
when invoked with option -v to welcome users with a built-in page
</li>
<li>
with specified HTTP_HOME or WWW_HOME variable
</li>
</ul>
</dd>
<dt>
<b>
w3m starts with black characters on a black background. How do I
change this?
</b>
</dt>
<dd>
<p>
When compiled with color support, w3m assumes a white background
and therefore displays black characters.
</p>
<p>
You may either change the background color of your terminal
(e.g. with the -bg option in a xterm) or take these steps
</p>
<ol>
<li>
invoke monochrome mode of w3m with <span class="mono">w3m -M</span>
</li>
<li>
type <q>o</q> to get to the options setting panel
</li>
<li>
mark <q>Display with color</q> as <q>YES</q> and choose an
arbitrary color
</li>
<li>
click on [OK].
</li>
</ol>
</dd>
<dt>
<b>
Does w3m support colors?
</b>
</dt>
<dd>
<p>
Yes. When you run <q>./configure</q>, answer the question
</p>
<pre>
Let's do some configurations. Choose config option among the list.
1 - Baby model (no color, no menu, no mouse, no cookie, no SSL)
2 - Little model (color, menu, no mouse, no cookie, no SSL)
3 - Mouse model (color, menu, mouse, no cookie, no SSL)
4 - Cookie model (color, menu, mouse, cookie, no SSL)
5 - Monster model (with everything; you need openSSL library)
6 - Customize
Which?
</pre>
<p>
with 2, 3, 4, or 5.
</p>
</dd>
<dt>
<b>
Does w3m support monochrome displays?
</b>
</dt>
<dd>
<p>
Yes. You may either
</p>
<ul>
<li>
Answer the above-mentioned <q>configure</q> question with 1,
or
</li>
<li>
Invoke w3m with the -M option, or
</li>
<li>
Type <q>o</q> within w3m to enter the options setting panel and turn
off color display mode.
</li>
</ul>
</dd>
<dt>
<b>
How do I shift the display?
</b>
</dt>
<dd>
<p>
You can shift the display by moving the cursor to the edge of
the screen. You may also use the following commands
</p>
<ul>
<li>SHIFT_LEFT and SHIFT_RIGHT, bound to the keys <span class="mono">></span> and <span class="mono"><</span></li>
<li>SHIFT_LEFT1 and SHIFT_RIGHT1, bound to the keys <span class="mono">.</span> and <span class="mono">,</span></li>
</ul>
<p>
Another idea would be adjusting the xterm with the -geometry
option e.g. something like
</p>
<pre> xterm -geometry 110x45 -bg white -name w3m -e w3m -B</pre>
</dd>
<dt>
<b>
How do I move between hyperlinks?
</b>
</dt>
<dd>
<p>
You can move to the next hyperlink
using <span class="mono">TAB</span>. <span class="mono">ESC
TAB</span> moves the cursor to the previous hyperlink. (see
Section <a href="MANUAL.html#Functions" target="_blank">
Functions and Key bindings</a> of w3m's manual)
</p>
</dd>
<dt>
<b>
Graphical browsers display a word red, but w3m doesn't. Why?
</b>
</dt>
<dd>
<p>
w3m doesn't support the attribute COLOR="..." of HTML. It wouldn't
be impossible to implement this, but I think it would make
documents more difficult to read.
</p>
</dd>
<dt>
<b>
How do I change the colors for hyperlinks, images and form fields?
</b>
</dt>
<dd>
<p>
Type <q>o</q> within w3m to get the options panel. You
can change these settings there.
</p>
</dd>
<dt>
<b>
w3m doesn't seem to use the variable EDITOR. Why?
</b>
</dt>
<dd>
<p>
Go to the options setting panel using the <q>o</q> key. Any
entry in the <q>Editor</q> field overrides the environment
variable.
</p>
<p>
If you want to use the editor specified by EDITOR, blank the
field and save the settings using the button [OK].
</p>
</dd>
<dt>
<b>
How do I quit a search or URL text input?
</b>
</dt>
<dd>
<p>
Clear input text using <span class="mono">CTRL-u</span> and hit <span class="mono">RETURN</span>.
</p>
</dd>
</dl>
<p align="right">
<i>
Up to <a href="#index">index</a>
</i>
</p>
<h2 id="www">
<u>
Questions about WWW usage
</u>
</h2>
<dl>
<dt>
<b>
How do I fill in forms with w3m?
</b>
</dt>
<dd>
<p>
Form input fields are displayed in red (or reverse). Move the
cursor to them. Then, if it is
</p>
<ul>
<li>
a text input field, hit <span class="mono">RETURN</span>
put in your text on the bottom line. Press
<span class="mono">RETURN</span> again
</li>
<li>
a radiobutton or checkbox, pressing
<span class="mono">RETURN</span> changes or toggles the selection
</li>
<li>
a textarea, pressing
<span class="mono">RETURN</span> spawns an editor
</li>
<li>
a <q>submit</q> or <q>reset</q> field,
the respective action is performed.
</li>
</ul>
</dd>
<dt>
<b>
Seems like w3m is slower than some other browsers. Why?
</b>
</dt>
<dd>
<p>
w3m renders a HTML document in two passes. Therefore it doesn't
start to display the document until it has finished reading it.
</p>
<p>
Most other browsers display the document before having read the
whole page, and therefore seem faster.
</p>
</dd>
<dt>
<b>
Loading time doesn't decrease when loading a previously seen
page.
</b>
</dt>
<dd>
<p>
w3m doesn't have its own cache. Therefore, it reads the document
from the server each time it accesses it. If possible, use a
cache server.
</p>
</dd>
<dt>
<b>
How do I download a linked file?
</b>
</dt>
<dd>
<p>
Use <q>a</q> (or <q>d</q> with Lynx-like keybindings) or
<span class="mono">ESC RET</span>.
If you want to download an inline image, use
<span class="mono">ESC I</span>. (see
Section <a href="MANUAL.html#Functions" target="_blank">
Functions and Key bindings</a> of w3m's manual)
</p>
</dd>
<dt>
<b>
How do I specify a proxy server?
</b>
</dt>
<dd>
<p>
Set the environment variables HTTP_PROXY, HTTPS_PROXY, GOPHER_PROXY
and FTP_PROXY, or use the options setting panel (<q>o</q> key). For
example, if you want to use port 8000 of proxy.example.org, specify
</p>
<pre> http://proxy.example.org:8000/</pre>
</dd>
<!-- deleted, see mail dated Mon, 04 Apr 2016 20:50:27 +0900 (JST)
from Tatsuya Kinoshita <tats@debian.org>
<dt>
<b>
w3m freezes when I invoke an external browser.
</b>
</dt>
<dd>
<p>
Enter w3m's option screen using the <q>o</q> key and specify
</p>
<pre> firefox %s &</pre>
<p>
(if you are using Firefox). Note that %s is replaced with the URL
when invoking.
</p>
</dd>
-->
<dt>
<b>
How do I change the default image viewer?
</b>
</dt>
<dd>
<p>
By default w3m uses xv to view images. If you want to change it
into, let's say, <q>display</q>, add the following line to
~/.w3m/mailcap or /etc/mailcap:
</p>
<pre>
image/*; display %s
</pre>
<p>
You can specify external viewers of other file types as well:
</p>
<pre>
image/*; display %s
application/postscript; ghostview %s
application/x-dvi; xdvi %s
</pre>
</dd>
<dt>
<b>
How do I enter a URL?
</b>
</dt>
<dd>
<p>
Type <span class="mono">U</span>
</p>
</dd>
<dt>
<b>
w3m appends a URL to the former one even when I clear the line
with <span class="mono">CTRL-u</span>. What should I do?
</b>
</dt>
<dd>
<p>
Enter the <i>complete</i> address, e.g. http://www.slashdot.org.
</p>
</dd>
</dl>
<p align="right">
<i>
Up to <a href="#index">index</a>
</i>
</p>
<h2 id="other">
<u>
Miscellaneous
</u>
</h2>
<dl>
<dt>
<b>
What is w3m's configuration file?
</b>
</dt>
<dd>
<p>
It is ~/.w3m/config.
</p>
<p>
With this file, each user can adjust w3m's behavior by changing
the values of options whose effects are described in the options
setting panel. Each line contains one option setting, consisting
of an option name and its value with a space as a separator.
</p>
<p>Without a user-specific configuration file, w3m honours
the system wide configuration file /etc/w3m/config.
</p>
</dd>
<dt>
<b>
What are these w3mxxxx files in my ~/.w3m directory for?
</b>
</dt>
<dd>
<p>
These are temporary files used by w3m when reading documents
from a WWW server. They are not cache files and are usually
deleted when w3m is terminated. If any temp files are left
behind, please remove them yourself.
</p>
</dd>
</dl>
<p align="right">
<i>
Up to <a href="#index">index</a>
</i>
</p>
</body>
</html>
|