diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/README.img | 33 | ||||
-rw-r--r-- | doc/README.img | 32 |
2 files changed, 22 insertions, 43 deletions
diff --git a/doc-jp/README.img b/doc-jp/README.img index 175e1e4..75c7b1f 100644 --- a/doc-jp/README.img +++ b/doc-jp/README.img @@ -1,15 +1,11 @@ w3m でインライン画像を表示 - 2002/01/31 + 2002/02/04 坂本 浩則 はじめに - w3m でインライン画像を表示する拡張です。以下に置いてあります。 - - http://www2u.biglobe.ne.jp/~hsaka/w3m/index-ja.html#img - patch/w3m-0.2.4-img-2.2.patch.gz - patch/README.img-ja + w3m でインライン画像を表示する拡張です。 機能 @@ -64,6 +60,8 @@ w3m でインライン画像を表示 auto_image インライン画像を自動で読み込みます。デフォルトは ON。 OFF の場合は、コマンド DISPLAY_IMAGE で読み込みを開始します。 + max_load_image + 画像を読み込む時の最大プロセス数。デフォルトは 4。1〜8 まで設定可能。 ext_image_viewer コマンド VIEW_IMAGE('I')の場合や Content-type: image/* である 画像ファイルを外部ビューワで表示します。デフォルトは ON。 @@ -79,28 +77,13 @@ w3m でインライン画像を表示 必要なもの - * w3m-0.2.4.tar.gz + * w3m-0.2.5+cvs-1.287 以上 http://w3m.sourceforge.net/ http://sourceforge.net/projects/w3m/ http://prdownloads.sourceforge.net/w3m/ * Imlib-1.9.8 (1.9.10 以上推奨) libungif-4.1.0b1 推奨 -インストール - - gunzip -c DIST/w3m-0.2.4.tar.gz | tar -xvf - - cd w3m-0.2.4 - gunzip -c DIST/w3m-0.2.4-img-2.2.patch.gz | patch -p1 - configure - # Inline image support (you need Imlib library) - # と聞かれますので y と答えてください。 - # menu は有効にしてください。 - make - # w3mimgdisplay, w3mimgsize を make する時に Imlib が必要です。 - make install - # w3mimgdisplay, w3mimgsize は必ず $LIB(PREFIX/lib/w3m) へ - # install してください。 - w3mimgdisplay の設定 w3mimgdisplay は以下のオプションを受け付けますので端末に合わせて @@ -123,6 +106,12 @@ w3mimgdisplay の設定 更新記録 +2002/02/04 + * ドキュメント改訂 + +2002/02/01 w3m-0.2.5+cvs-1.287 + * 本家の CVS へマージ。 + 2002/01/31 w3m-0.2.4-img-2.2 * w3m-0.2.4+cvs-1.278 ベース。 diff --git a/doc/README.img b/doc/README.img index 569c612..aed8450 100644 --- a/doc/README.img +++ b/doc/README.img @@ -1,16 +1,11 @@ Inline image support of w3m - 2002/01/31 + 2002/02/04 H. Sakamoto Introduction This is the extension for w3m to support inline image. - The patch for w3m-0.2.4 is available on the following site. - - http://www2u.biglobe.ne.jp/~hsaka/w3m/index.html#img - patch/w3m-0.2.4-2.2.patch.gz - patch/README.img Support @@ -65,6 +60,9 @@ Option panel auto_image Automatic loading of inline image. The default is ON. If it is OFF, loading starts with a command DISPLAY_IMAGE. + max_load_image + Maximum process for downloading of inline image. The default is 4. + 1 to 8 can be set. ext_image_viewer Use external image viewer, when a command VIEW_IMAGE or view of image file which header is "Content-type: image/*". @@ -79,27 +77,13 @@ Option panel Required programs - * w3m-0.2.4 + * w3m-0.2.5+cvs-1.287 or later http://w3m.sourceforge.net/ http://sourceforge.net/projects/w3m/ http://prdownloads.sourceforge.net/w3m/ * Imlib-1.9.8 (1.9.10 is recommendable.) libungif-4.1.0b1 is recommendable. -Install - - gunzip -c DIST/w3m-0.2.4.tar.gz | tar -xvf - - cd w3m-0.2.4 - gunzip -c DIST/w3m-0.2.4-img-2.2.patch.gz | patch -p1 - configure - # When you are asked "Inline image support (you need Imlib library)", - # answer "y". - # Select menu. - make - # To make "w3mimgdisplay" and "w3mimgsize", Imlib is required. - make install - # Must install "w3mimgdisplay" and "w3mimgsize" to $LIB(PREFIX/lib/w3m). - Setting w3mimgdisplay "w3mimgdisplay" has the following options. Set options to fit terminal. @@ -120,6 +104,12 @@ Setting w3mimgdisplay Change log +2002/02/04 + * Revised this document. + +2002/02/01 w3m-0.2.5+cvs-1.287 + * Merged in the CVS repository of the original w3m. + 2002/01/31 w3m-0.2.4-img-2.2 * Based on w3m-0.2.4+cvs-1.278. |