2001-11-21 Akinori Ito <aito@fw.ipsj.or.jp>

* Homepage URLs and author's mail addresses in the documents
	  are changed.
This commit is contained in:
Akinori Ito
2001-11-21 04:29:14 +00:00
parent cf383e7cb1
commit 4c26b8608d
17 changed files with 590 additions and 1808 deletions

View File

@@ -7,7 +7,7 @@
<center><h1>Frequently Asked Questions and Answers about w3m</h1></center>
<div align=right>
Akinori Ito<br>
aito@ei5sun.yz.yamagata-u.ac.jp<br>
aito@fw.ipsj.or.jp<br>
Corrected by Tom Berger &lt;tom.be@gmx.net&gt;
</div>
<p>
@@ -86,15 +86,15 @@ Current versions have been confirmed to run on:
<li>EWS4800 Release 12.2 Rev.A
</ul>
<dt><h3>Where can I get more information about w3m?</h3>
<dd>At the <a href="http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/">English w3m home page</a>.
<dd>At the <a href="http://w3m.sourceforge.net/index.en.html">English w3m home page</a>.
<dt><h3>Is there a mailing list for w3m?</h3>
<dd>There is a mailing list for developpers (w3m-dev-en). Please see
<a href="http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/">w3m page</a>
for details. You may also mail your comments to <a href="mailto:aito@ei5sun.yz.yamagata-u.ac.jp">the author</a>.
<a href="http://w3m.sourceforge.net/index.en.html">w3m page</a>
for details. You may also mail your comments to <a href="mailto:aito@fw.ipsj.or.jp">the author</a>.
<dt><h3>Are there any binary distributions?</h3>
<dd>So far there are only binaries for the win/cygnus32 version. You can get
them from <a href="ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/binaries">here</a>.
Contact <a href="mailto:aito@ei5sun.yz.yamagata-u.ac.jp">the author</a> if you want to contribute binaries for other platforms.
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.
</dd>
</dl>
<br>
@@ -114,6 +114,7 @@ arguments. Possible arguments are:
<li>A filename or an URL
<li>Pipe from standard input
<li>The -B option (Show bookmark file)
<li>The -v option (visual startup)
<li>From a specified HTTP_HOME or WWW_HOME variable
</ol>
<p>

View File

@@ -1,5 +1,5 @@
w3m: WWW wo Miru Tool version beta-990323
(C) Copyright by Akinori ITO March 23, 1999
w3m: WWW wo Miru Tool version 0.2.2
(C) Copyright by Akinori ITO November 21, 2001
1. Introduction
@@ -18,9 +18,7 @@ used as a text-mode WWW browser.
Current problems are:
* Resize behaviour is incomplete.
* It can't show images inline. (It seems to be impossible as far as using
xterm)
* It can't show images inline. (See w3m-img info on the w3m homepage)
* It doesn't decode MIME-body of the document.
* Online manuals are poor.
@@ -79,7 +77,7 @@ MS-DOS
3. Copyright
(C) Copyright 1994-1999 by Akinori Ito.
(C) Copyright 1994-2001 by Akinori Ito.
Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics
have the copyright of the GC library comes with w3m package.
@@ -102,5 +100,5 @@ Feel free to send your opinion to the author.
Akinori Ito
Faculty of Engineering, Yamagata University
aito@ei5sun.yz.yamagata-u.ac.jp
http://ei5nazha.yz.yamagata-u.ac.jp/
aito@fw.ipsj.or.jp
http://w3m.sourceforge.net/

View File

@@ -9,7 +9,7 @@
1999/3/8 revised<br>
1999/6/11 translated into English<br>
Akinori Ito<br>
aito@ei5sun.yz.yamagata-u.ac.jp
aito@fw.ipsj.or.jp
</div>
<h2>Introduction</h2>
W3m is a text-based pager and WWW browser.

File diff suppressed because it is too large Load Diff

View File

@@ -167,10 +167,10 @@ Additional information about
.I
w3m
may be found on its Japanese language Web site located at:
http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/
http://w3m.sourceforge.net/index.ja.html
.br
or on its English version of the site at:
http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/
http://w3m.sourceforge.net/index.en.html
.SH ACKNOWLEDGMENTS
.I
w3m
@@ -179,4 +179,4 @@ Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics
have the copyright of the GC library comes with w3m package.
Users have contributed patches and suggestions over time.
.SH AUTHOR
Akinori ITO <aito@ei5sun.yz.yamagata-u.ac.jp>
Akinori ITO <aito@fw.ipsj.or.jp>