From e123fcfacb4e44f1a690f7b0b5843aa93f2d59fa Mon Sep 17 00:00:00 2001 From: Markus Hiereth Date: Mon, 8 Aug 2016 20:21:56 +0900 Subject: Update FAQ.html in English and German Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772341#85 --- doc/FAQ.html | 174 ++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 101 insertions(+), 73 deletions(-) (limited to 'doc') diff --git a/doc/FAQ.html b/doc/FAQ.html index 34da9f1..ca82c67 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -1,7 +1,12 @@ - + + W3M FAQ @@ -9,8 +14,7 @@ Frequently Asked Questions and Answers about w3m

- Akinori Ito
- aito@fw.ipsj.or.jp
+ Akinori Ito <aito@fw.ipsj.or.jp>
Corrected by Tom Berger <tom.be@gmx.net>

@@ -101,7 +105,7 @@
  • - How do I move from anchor to anchor? + How do I move between hyperlinks?
  • @@ -111,7 +115,7 @@
  • - How do I change the color of anchor/image/form links? + How do I change the colors for hyperlinks, images and form fields?
  • @@ -159,11 +163,14 @@ How do I specify a proxy server?
  • +
  • How do I change the default image viewer? @@ -175,9 +182,9 @@
  • - - w3m appends a URL to the former one even when I clear the line - with Ctrl-u. What should I do? + + w3m appends a URL to the former one even when I clear the line + with CTRL-u. What should I do?
  • @@ -356,25 +363,25 @@

    w3m is a pager. Therefore it just quits when invoked - without any arguments. Possible arguments are: + without any arguments. It keeps running

    -
      +
      • - A filename or URL + with a filename or URL as argument
      • - Pipe from standard input + with data piped from standard input
      • - The -B option (show bookmark file) + when invoked with option -B to show the bookmark file
      • - The -v option (visual startup) + when invoked with option -v to welcome users with a built-in page
      • - A specified HTTP_HOME or WWW_HOME variable + with specified HTTP_HOME or WWW_HOME variable
      • -
    +
    @@ -389,23 +396,23 @@

    You may either change the background color of your terminal - (e.g. with the -bg option in a xterm) or take these steps: + (e.g. with the -bg option in a xterm) or take these steps

    -
      +
      1. - invoke w3m with w3m -M (for monochrome), + invoke monochrome mode of w3m with w3m -M
      2. - type o to get to the options screen + type o to get to the options setting panel
      3. - Mark Display with color as YES and choose an - arbitrary color. + mark Display with color as YES and choose an + arbitrary color
      4. - Click on [OK]. + click on [OK].
      5. -
    +
    @@ -417,15 +424,15 @@ Yes. When you run ./configure, answer the question

    -Let's do some configurations. Choose config option among the list.
    +  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?
    +  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?
     

    with 2, 3, 4, or 5. @@ -440,7 +447,7 @@ Which?

    Yes. You may either

    -
      +
      • Answer the above-mentioned configure question with 1, or @@ -449,10 +456,10 @@ Which? Invoke w3m with the -M option, or
      • - Type o within w3m to enter the options screen and turn + Type o within w3m to enter the options setting panel and turn off color display mode.
      • -
    +
    @@ -462,24 +469,32 @@ Which?

    You can shift the display by moving the cursor to the edge of - the screen. You may also use the >/< or - ./, keys. + the screen. You may also use the following commands

    +
      +
    • SHIFT_LEFT and SHIFT_RIGHT, bound to the keys > and <
    • +
    • SHIFT_LEFT1 and SHIFT_RIGHT1, bound to the keys . and ,
    • +

    Another idea would be adjusting the xterm with the -geometry - option (e.g. something like xterm -geometry 110x45 -bg white - -name w3m -e w3m -B). + option e.g. something like

    +
      xterm -geometry 110x45 -bg white -name w3m -e w3m -B
    - How do I move from anchor to anchor? + How do I move between hyperlinks?

    - You can move to the next anchor using TAB. ESC TAB moves the - cursor to the previous anchor. + + You can move to the next hyperlink + using TAB. ESC + TAB moves the cursor to the previous hyperlink. (see + Section + Functions and Key bindings of w3m's manual) +

    @@ -489,19 +504,19 @@ Which?

    - w3m doesn't support the HTML COLOR="..." attribute. It wouldn't + 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.

    - How do I change the color of anchor/image/form links? + How do I change the colors for hyperlinks, images and form fields?

    - Type o within w3m to get the options screen. You + Type o within w3m to get the options panel. You can change these settings there.

    @@ -512,13 +527,13 @@ Which?

    - Go to the options screen using the o key. Any - entry in the Editor field will override the environment + Go to the options setting panel using the o key. Any + entry in the Editor field overrides the environment variable.

    If you want to use the editor specified by EDITOR, blank the - field and press [OK]. + field and save the settings using the button [OK].

    @@ -528,7 +543,7 @@ Which?

    - Clear input text using CTRL-u and hit RETURN. + Clear input text using CTRL-u and hit RETURN.

    @@ -551,21 +566,25 @@ Which?

    Form input fields are displayed in red (or reverse). Move the - cursor to them and hit RETURN. Then, + cursor to them. Then, if it is

    • - if it is a text input field, put in your text on the bottom - line, + a text input field, hit RETURN + put in your text on the bottom line. Press + RETURN again
    • - if it is a radiobutton or checkbox, that item is selected, + a radiobutton or checkbox, pressing + RETURN changes or toggles the selection
    • - if it is a textarea, an editor is spawned, + a textarea, pressing + RETURN spawns an editor
    • - if it is submit or reset, well, just do it. + a submit or reset field, + the respective action is performed.
    @@ -604,8 +623,12 @@ Which?

    - Use a (or d with Lynx-like keybindings) or ESC RET. - If you want to download an inline image, use ESC I. + Use a (or d with Lynx-like keybindings) or + ESC RET. + If you want to download an inline image, use + ESC I. (see + Section + Functions and Key bindings of w3m's manual)

    @@ -616,13 +639,13 @@ Which?

    Set the environment variables HTTP_PROXY, HTTPS_PROXY, GOPHER_PROXY - and FTP_PROXY, or use the option setting panel (o key). For + and FTP_PROXY, or use the options setting panel (o key). For example, if you want to use port 8000 of proxy.example.org, specify

    -
    -    http://proxy.example.org:8000/
    -
    +
      http://proxy.example.org:8000/
    +
    How do I change the default image viewer? @@ -649,18 +671,18 @@ Which?

    By default w3m uses xv to view images. If you want to change it into, let's say, display, add the following line to - ~/.w3m/mailcap or /etc/mailcap. + ~/.w3m/mailcap or /etc/mailcap:

    -image/*; display %s
    +  image/*; display %s
     

    You can specify external viewers of other file types as well:

    -image/*;                     display %s
    -application/postscript;      ghostview %s
    -application/x-dvi;           xdvi %s
    +  image/*;                     display %s
    +  application/postscript;      ghostview %s
    +  application/x-dvi;           xdvi %s
     
    @@ -670,13 +692,13 @@ application/x-dvi; xdvi %s

    - Type SHIFT-u + Type U

    w3m appends a URL to the former one even when I clear the line - with CTRL-u. What should I do? + with CTRL-u. What should I do?
    @@ -705,12 +727,18 @@ application/x-dvi; xdvi %s

    It is ~/.w3m/config.

    +

    - With this file, you can adjust w3m's behavior by changing the - values of options whose effects are described in the option + 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.

    + +

    Without a user-specific configuration file, w3m honours + the system wide configuration file /etc/w3m/config. +

    +
    -- cgit v1.2.3