From e60d5bd19bc860d0c72e8654b3ca925b6d48402d Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 9 Jan 2023 19:17:05 +0900 Subject: [PATCH] Remove obsolete documents --- doc-de/FAQ.html | 19 +------------------ doc-jp/FAQ.html | 3 +-- doc/FAQ.html | 20 +------------------- 3 files changed, 3 insertions(+), 39 deletions(-) diff --git a/doc-de/FAQ.html b/doc-de/FAQ.html index 4333d27..14132ec 100644 --- a/doc-de/FAQ.html +++ b/doc-de/FAQ.html @@ -405,21 +405,7 @@ from Tatsuya Kinoshita

- Ja. Wenn Sie ./configure durchführen, werden Ihnen folgende Möglichkeiten angeboten: -

-
-  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?
-
-

- Sie entscheiden sich für 2, 3, 4, oder 5. + Ja.

@@ -432,9 +418,6 @@ from Tatsuya Kinoshita Ja, Sie können entweder

    -
  • - obige Frage bei ./configure mit 1 beantworten, oder -
  • w3m mit der Option -M starten, oder
  • diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html index 0e38158..4d853cd 100644 --- a/doc-jp/FAQ.html +++ b/doc-jp/FAQ.html @@ -110,9 +110,8 @@ w3mを起動すると,字が見えなくなります.

    ければカラー表示ができるようになります。

    白黒で表示したいんだけど? -
    方法は3つあります. +
    方法は2つあります.
      -
    1. 上記の質問に 1 と答えてコンパイルする.
    2. -M オプションをつけて起動する.
    3. "o" コマンドでオプション設定パネルを起動し,カラー表示をOFFにする.
    diff --git a/doc/FAQ.html b/doc/FAQ.html index 7a3b2dc..4bd38f0 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -421,21 +421,7 @@ from Tatsuya Kinoshita

- Yes. When you run ./configure, answer the question -

-
-  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?
-
-

- with 2, 3, 4, or 5. + Yes. Run ./configure without --disable-color.

@@ -448,10 +434,6 @@ from Tatsuya Kinoshita Yes. You may either

    -
  • - Answer the above-mentioned configure question with 1, - or -
  • Invoke w3m with the -M option, or