w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 311e29a4ce8025261bd684beda52c7646e3310f6
parent a51a4d94e5d60dcf23efd6ecc658a93219ec0777
Author: ukai <ukai>
Date:   Tue, 13 May 2003 17:17:50 +0000

[w3m-dev 03899] minor fixes
* acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/
* doc/README: update, fix typo
* doc-jp/FAQ.html: update, fix URL
* doc-jp/README: update
* doc-jp/README.SSL: update
* doc-jp/README.cookie: update
* doc-jp/README.img: update URL
* doc-jp/README.migemo: update
* doc-jp/STORY.html: fix URL
From: SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>

Diffstat:
MChangeLog | 13+++++++++++++
Macinclude.m4 | 2+-
Maclocal.m4 | 2+-
Mconfigure | 2+-
Mdoc-jp/FAQ.html | 27++++++++-------------------
Mdoc-jp/README | 2+-
Mdoc-jp/README.SSL | 4++--
Mdoc-jp/README.cookie | 5+++--
Mdoc-jp/README.img | 2+-
Mdoc-jp/README.migemo | 4++--
Mdoc-jp/STORY.html | 2+-
Mdoc/README | 8++++----
12 files changed, 38 insertions(+), 35 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,16 @@ +2003-05-14 SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp> + + * [w3m-dev 03899] minor fixes + * acinclude.m4: fix s/SSLCFLAGS/SSL_CFLAGS/ + * doc/README: update, fix typo + * doc-jp/FAQ.html: update, fix URL + * doc-jp/README: update + * doc-jp/README.SSL: update + * doc-jp/README.cookie: update + * doc-jp/README.img: update URL + * doc-jp/README.migemo: update + * doc-jp/STORY.html: fix URL + 2003-05-14 Akinori Ito <aito@fw.ipsj.or.jp> * [w3m-dev 03898] Re: table rendering diff --git a/acinclude.m4 b/acinclude.m4 @@ -417,7 +417,7 @@ if test x"$with_ssl" != xno; then SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then - SSL_CFLAGS="$SSLCFLAGS -I$dir/include" + SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then SSL_LIBS="$SSL_LIBS -L$dir/lib" diff --git a/aclocal.m4 b/aclocal.m4 @@ -429,7 +429,7 @@ if test x"$with_ssl" != xno; then SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then - SSL_CFLAGS="$SSLCFLAGS -I$dir/include" + SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then SSL_LIBS="$SSL_LIBS -L$dir/lib" diff --git a/configure b/configure @@ -2232,7 +2232,7 @@ echo "configure:2225: checking for SSL library/header" >&5 SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi elif test "$dir" != "/usr" -a -f "$dir/include/ssl.h"; then - SSL_CFLAGS="$SSLCFLAGS -I$dir/include" + SSL_CFLAGS="$SSL_CFLAGS -I$dir/include" fi if test "$dir" != "/usr" -a -f "$dir/lib/libssl.a"; then SSL_LIBS="$SSL_LIBS -L$dir/lib" diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html @@ -26,15 +26,15 @@ aito@fw.ipsj.or.jp <pre> SunOS 4.1.x HP-UX 9.x, 10.x -Solaris 2.5.x, 2.6, 8 -Linux 2.0.30 +Solaris 2.5.x, 2.6, 8, 9 +Linux 2.0.*/2.2.*/2.4.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k EWS4800 Rel.12.2 Rev.A Digital UNIX: v3.2D, v4.0D IRIX 5.3, IRIX 6.5 OS/2 with emx -Windows 9x/NT with Cygwin32 b20.1 +Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server MacOS X 10.1, 10.2 @@ -46,7 +46,7 @@ version 990226 version 990303 から,Windows+cygwin32 で動くようになりました. <P> <dt>Windows 9x/NT では動かないの? -<dd><a href="http://sourceware.cygnus.com/cygwin/">Cygwin32</a>を使えば動きます. +<dd><a href="http://www.cygwin.com/">Cygwin</a>を使えば動きます. <p> <dt>w3mに関する情報はどこから手に入るの? <dd><a href="http://w3m.sourceforge.net/index.ja.html"> @@ -104,22 +104,10 @@ w3m <LI><B>カラー表示モードをONにし</B>,適当な文字色を選んで, [OK]を選択する. </UL> -<dt>カラー表示をさせるにはどうするの? -<dd>コンパイル時に,configure の質問 <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> -で、2,3,4,5のどれかを答えればカラー表示ができるようになります。 +<dt>カラー表示をさせるにはどうするの? +<dd>コンパイル時に,configure のオプションに --disable-color を指定しな +ければカラー表示ができるようになります。 <p> <dt>白黒で表示したいんだけど? <dd>方法は3つあります. @@ -128,6 +116,7 @@ Which? <LI>-M オプションをつけて起動する. <LI>"o" コマンドでオプション設定パネルを起動し,カラー表示をOFFにする. </OL> +<p> <dt>画面をはみ出した部分を見るには? <dd>カーソルを画面の端に移動させれば,それに合わせて画面全体がずれます. また,"&gt;"と"&lt;"で画面全体をずらすことができます. diff --git a/doc-jp/README b/doc-jp/README @@ -28,7 +28,7 @@ 現在動作が確認されている OS は以下の通りです. SunOS 4.1.x HP-UX 9.x, 10.x - Solaris 2.5.x, 2.6, 8 + Solaris 2.5.x, 2.6, 8, 9 Linux 2.0.*/2.2.*/2.4.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k diff --git a/doc-jp/README.SSL b/doc-jp/README.SSL @@ -8,8 +8,8 @@ SSL ・ OpenSSL ライブラリを通じて, SSL をサポートしています. あらかじめインストールしておいてください. - ・ configure スクリプト実行時, "5 - Monster model" または "6 - Customize" を選 - ぶ事で利用可能になります. + ・ OpenSSL ライブラリがインストールされていれば configure スクリプト実行時に自 + 動的に検出されて利用可能となります. もしうまく動かないときは, config.h をチェックしてみてください. SSL を利用す るためには, config.h で, USE_SSL マクロが定義されている必要があります. さらに, SSL 認証サポートを利用する場合は, USE_SSL_VERIFY マクロもチェックし diff --git a/doc-jp/README.cookie b/doc-jp/README.cookie @@ -8,11 +8,12 @@ http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt) のクッキーをサポートしています. - ・ configure スクリプト実行時, "4 - Cookie model", "5 - Monster model", "6 - - Customize" のいずれかを選ぶと利用可能になります. + ・ クッキーのサポートは configure スクリプトの実行時に自動的に選択されます。 もしうまく動かないときは, config.h をチェックしてみてください. クッキーを利 用するためには, config.h で USE_COOKIE マクロが定義されている必要がありま す. + なお、もしクッキーをサポートしたくない場合は --disable-cookie オプションを + 付けて configure スクリプトを実行して下さい。 ・ Option Setting Panel (通常 `o' キーにバインドされている), または起動オプシ ョン (-cookie, -no-cookie) で使用するか否かを選択できます. diff --git a/doc-jp/README.img b/doc-jp/README.img @@ -85,7 +85,7 @@ w3m または * Imlib-1.9.8以上 (1.9.10 以上推奨) - ftp://ftp.gnome.org/pub/GNOME/stable/sources/imlib/ + ftp://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/ * libungif-4.1.0b1 以上 ftp://prtr-13.ucsc.edu/pub/libungif/ http://prtr-13.ucsc.edu/~badger/software/libungif/ diff --git a/doc-jp/README.migemo b/doc-jp/README.migemo @@ -7,8 +7,8 @@ w3m あらかじめ Migemo がインストールされている必要があります. http://migemo.namazu.org/ - ・ configure スクリプト実行時, "Use Migemo" に y と応えることで利用可能になり - ます. + ・ configure スクリプト実行時に --with-migemo オプションを付けることで利用可 + 能となります. ・ オプションパネルにて以下の設定をします. 辞書のパスは適切に書き換えて下さい. diff --git a/doc-jp/STORY.html b/doc-jp/STORY.html @@ -155,7 +155,7 @@ Netscape <h2>利用したライブラリ</h2> w3m は, -<a href="http://reality.sgi.com/boehm/gc.html">Boehm GC</a> +<a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm GC</a> というライブラリを利用している.これは私が書いたものではないが, コンパイル時の便宜を考えて配布パッケージに含めている. なお,libwww は使っていない. diff --git a/doc/README b/doc/README @@ -22,9 +22,9 @@ Current problems are: w3m is known to work on these platforms. - SunOS4.1.x + SunOS 4.1.x HP-UX 9.x, 10.x - Solaris2.5.x + Solaris 2.5.x, 2.6, 8, 9 Linux 2.0.*/2.2.*/2.4.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k @@ -32,7 +32,7 @@ w3m is known to work on these platforms. Digital UNIX: v3.2D, v4.0D IRIX 5.3, IRIX 6.5 OS/2 with emx - Windows 9x/NT with Cygwin32 b20.1 + Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server MacOS X 10.1, 10.2 @@ -42,7 +42,7 @@ w3m is known to work on these platforms. Follow these instructions to install w3m. - You need latest version of GC library (at least 6.1?). - You can get GC libbrary from + You can get GC library from http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ Note: if you're using GC library 6.1, you should install gc.h