Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

CVS: packages/dists/unstable/crypto/finkinfo w3m-ssl-0.3-1.info,NONE,1.1 w3: msg#00705

Subject: CVS: packages/dists/unstable/crypto/finkinfo w3m-ssl-0.3-1.info,NONE,1.1 w3m-ssl-0.3-1.patch,NONE,1.1
Update of /cvsroot/fink/packages/dists/unstable/crypto/finkinfo
In directory usw-pr-cvs1:/tmp/cvs-serv515

Added Files:
        w3m-ssl-0.3-1.info w3m-ssl-0.3-1.patch 
Log Message:
New upstream revision


--- NEW FILE: w3m-ssl-0.3-1.info ---
Package: w3m-ssl
Version: 0.3
Revision: 1
Description: Pager/text-based WWW browser, with SSL support
License: OSI-Approved
Maintainer: Christian Swinehart <cswinehart@xxxxxxxxxxxxxxxxxxxxx>
Depends: openurl, ncurses, openssl
BuildDepends: openssl-dev
Provides: w3m
Conflicts: w3m
Replaces: w3m
Source: mirror:sourceforge:w3m/w3m-%v.tar.gz
Source-MD5: d1dab828926801901276fbe1bbfedd5a
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
CompileScript: make
InstallScript: <<
 make install DESTDIR=%d
 mkdir -p %i/share/man/man1
 install -c -m 644 doc/w3m.1 %i/share/man/man1/
 mkdir -p %i/share/doc/%n/english
 install -m 644 doc/* %i/share/doc/%n/english/
 mkdir -p %i/share/doc/%n/japanese
 install -m 644 doc-jp/* %i/share/doc/%n/japanese
<<
Homepage: http://w3m.sourceforge.net
DescDetail: <<
w3m is a pager/text-based WWW browser. It is a similar application to Lynx, but 
it has several features Lynx doesn't have.

  * w3m can render <table>.
  * w3m can render <frame>. (it converts the frames into a table)
  * w3m can display documents given from standard input easily.
  * w3m is small. Binary size of w3m on Sparc workstation is under 300KByte. 
(version beta-990512,gcc -O2).
<<

--- NEW FILE: w3m-ssl-0.3-1.patch ---
diff -u -Naur w3m-0.3/config.h w3m-0.3.fink/config.h
--- w3m-0.3/config.h    Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/config.h       Tue Jul 30 16:59:40 2002
@@ -0,0 +1,264 @@
+/*
+ * Configuration for w3m
+ */
+
+#ifndef _CONFIGURED_
+#define _CONFIGURED_
+
+/* User Configuration */
+
+/* 
+   If you define DICT, you can use dictionary look-up function
+   in w3m. See README.dict for detail.
+*/
+#undef USE_DICT
+
+/*
+   If you want to load and save URL history.
+ */
+#define USE_HISTORY
+
+/*
+   USE_BG_COLOR enables w3m to set background color.
+ */
+#define USE_BG_COLOR
+
+/*
+ * Do word fill
+ */
+#undef FORMAT_NICE
+
+/*
+ * Enable id attribute
+ */
+#define ID_EXT
+
+/*
+ * Save Current-buffer Information
+ */
+#define USE_BUFINFO
+
+/*
+ * Support EGD (Entropy Gathering Daemon)
+ */
+#define USE_EGD
+
+/*
+ * Remove line trailing spaces in html buffer.
+ */
+#undef ENABLE_REMOVE_TRAILINGSPACES
+
+/*
+ * thin chars for menu frame
+ */
+#undef MENU_THIN_FRAME
+
+/*
+ */
+#undef TABLE_EXPAND
+#undef TABLE_NO_COMPACT
+#define NOWRAP
+#define MATRIX
+
+/**********************************************************/
+#ifdef makefile_parameter
+
+BIN_DIR = @PREFIX@/bin
+HELP_DIR = @PREFIX@/share/w3m
+LIB_DIR = @PREFIX@/lib/w3m
+ETC_DIR = @PREFIX@/etc/w3m
+RC_DIR = ~/.w3m
+HELP_FILE = w3mhelp-w3m_en.html
+SYS_LIBRARIES =  -lncurses -L@PREFIX@/lib/libssl.a -lssl -lcrypto 
+LOCAL_LIBRARIES =  
+CC = cc
+MYCFLAGS = -O -I./gc/include  -I@PREFIX@/include/openssl
+LDFLAGS = -L@PREFIX@/lib
+GCCFLAGS = -O -I./gc/include -I./$(srcdir)/include -DATOMIC_UNCOLLECTABLE 
-DNO_SIGNALS -DNO_EXECUTE_PERMISSION -DSILENT -DALL_INTERIOR_POINTERS
+KEYBIND_SRC = keybind.c
+KEYBIND_OBJ = keybind.o
+EXT=
+MATHLIB=-lm
+Z_CFLAGS=-I/usr/include
+ZLIB=-L/usr/lib -lz
+EXT_TARGETS=$(BOOKMARKER) $(HELPER) $(INFLATE) 
+GC_CFLAGS=
+GCLIB=gc/gc.a 
+GCTARGET=gc/gc.a
+RANLIB=ranlib
+MKDIR=mkdir -p
+PERL=/usr/bin/perl
+VERSION=0.3
+MODEL=Darwin.Power Macintosh-custom-EN
+#else
+
+
+#define DISPLAY_CODE 'x'
+#define SYSTEM_CODE 'x'
+
+#define JA 0
+#define EN 1
+#define LANG EN
+#undef KANJI_SYMBOLS
+#define USE_COLOR
+#define USE_ANSI_COLOR
+#undef USE_MIGEMO
+#define EMACS_LIKE_LINEEDIT
+#define VI_PREC_NUM
+#define USE_MARK
+#define LABEL_TOPLINE
+#define NEXTPAGE_TOPLINE
+#undef USE_MOUSE
+
+#undef USE_SYSMOUSE
+#define USE_MENU
+#define USE_COOKIE
+#define USE_DIGEST_AUTH
+#define USE_SSL
+#define USE_SSL_VERIFY
+#define FTPPASS_HOSTNAMEGEN
+#define USE_EXTERNAL_URI_LOADER
+#define USE_W3MMAILER
+#define USE_NNTP
+#define USE_GOPHER
+#define USE_ALARM
+#undef USE_IMAGE
+#define USE_HELP_CGI
+
+#define DEF_EDITOR "@PREFIX@/bin/editor"
+#define DEF_MAILER ""
+#define DEF_EXT_BROWSER "@PREFIX@/bin/openurl"
+
+/* fallback viewer. mailcap override these configuration */
+#define DEF_IMAGE_VIEWER       "xv"
+#define DEF_AUDIO_PLAYER       "showaudio"
+
+/* for USE_MIGEMO */
+#define DEF_MIGEMO_COMMAND     "migemo -t egrep 
/usr/local/share/migemo/migemo-dict"
+
+#define LIB_DIR      "@PREFIX@/lib/w3m"
+#define HELP_DIR     "@PREFIX@/share/w3m"
+#define ETC_DIR             "@PREFIX@/etc/w3m"
+#define HELP_FILE    "w3mhelp.html"
+#define HELP_CGI     "w3mhelp"
+#define W3MCONFIG    "w3mconfig"
+#define IMGSIZE      "w3mimgsize"
+#define IMGDISPLAY   "w3mimgdisplay"
+
+#define RC_DIR       "~/.w3m"
+#define BOOKMARK     "bookmark.html"
+#define CONFIG_FILE  "config"
+#define KEYMAP_FILE  "keymap"
+#define MENU_FILE    "menu"
+#define COOKIE_FILE  "cookie"
+#define HISTORY_FILE "history"
+
+#define USER_MAILCAP RC_DIR "/mailcap"
+#define SYS_MAILCAP  "/etc/mailcap"
+#define USER_MIMETYPES "~/.mime.types"
+#define SYS_MIMETYPES "@PREFIX@/etc//mime.types"
+#define USER_URIMETHODMAP RC_DIR "/urimethodmap"
+#define SYS_URIMETHODMAP  ETC_DIR "/urimethodmap"
+
+#define DEF_SAVE_FILE "index.html"
+
+#undef USE_BINMODE_STREAM
+#define HAVE_TERMIOS_H
+#define HAVE_DIRENT_H
+#define HAVE_STRCASECMP
+#undef HAVE_STRCASESTR
+#define HAVE_STRCHR
+#define HAVE_STRERROR
+#define HAVE_SYS_ERRLIST
+#define HAVE_BCOPY
+#define HAVE_WAITPID
+#define HAVE_WAIT3
+#define HAVE_STRFTIME
+#define HAVE_GETCWD
+#define HAVE_GETWD
+#define HAVE_SYMLINK
+#define HAVE_READLINK
+#define HAVE_LSTAT
+#define HAVE_SETENV
+#define HAVE_PUTENV
+#undef HAVE_SRAND48
+#define HAVE_SRANDOM
+#undef HAVE_GETPASSPHRASE
+#define HAVE_CHDIR
+
+
+#define SETJMP(env) sigsetjmp(env,1)
+#define LONGJMP(env,val) siglongjmp(env,val)
+#define JMP_BUF sigjmp_buf
+#define HAVE_FLOAT_H
+#undef HAVE_SYS_SELECT_H
+
+typedef void MySignalHandler;
+#define SIGNAL_ARG int _dummy
+#define SIGNAL_ARGLIST 0
+#define SIGNAL_RETURN return
+#define HAVE_SETPGRP
+#define setpgrp() setpgrp( 0, 0 )
+/*
+   If you want to use IPv6, define this symbol.
+ */
+#undef INET6
+
+
+/** dont edit below **/
+#ifndef HAVE_SRAND48
+#ifdef HAVE_SRANDOM
+#define srand48 srandom
+#define lrand48 random
+#else /* HAVE_SRANDOM */
+#define USE_INCLUDED_SRAND48
+#endif /* HAVE_SRANDOM */
+#endif
+
+#if defined( __CYGWIN32__ ) && !defined( __CYGWIN__ )
+#define __CYGWIN__
+#endif
+
+#if defined( __CYGWIN__ ) || defined( __EMX__ )
+#define SUPPORT_DOS_DRIVE_PREFIX 1
+#endif
+
+#if defined( __CYGWIN__ )
+#define SUPPORT_NETBIOS_SHARE 1
+#endif
+
+#if defined(__DJGPP__)
+#define DEFAULT_TERM   "dosansi"
+#else
+#define DEFAULT_TERM   0       /* XXX */
+#endif
+
+#if defined(__EMX__) /* use $extension? */
+#define GUNZIP_CMDNAME  "gzip"
+#define BUNZIP2_CMDNAME "bzip2"
+#define INFLATE_CMDNAME  "inflate.exe"
+#define W3MBOOKMARK_CMDNAME    "w3mbookmark.exe"
+#define W3MHELPERPANEL_CMDNAME "w3mhelperpanel.exe"
+#define DEV_NULL_PATH  "nul"
+#define DEV_TTY_PATH   "con"
+#define CGI_EXTENSION  ".cmd"
+#define USE_PATH_ENVVAR
+#else
+#define GUNZIP_CMDNAME  "gunzip"
+#define BUNZIP2_CMDNAME "bunzip2"
+#define INFLATE_CMDNAME        "inflate"
+#define W3MBOOKMARK_CMDNAME    "w3mbookmark"
+#define W3MHELPERPANEL_CMDNAME "w3mhelperpanel"
+#define DEV_NULL_PATH  "/dev/null"
+#define DEV_TTY_PATH   "/dev/tty"
+#define CGI_EXTENSION  ".cgi"
+#endif
+
+#define PATH_SEPARATOR ':'
+#define GUNZIP_NAME  "gunzip"
+#define BUNZIP2_NAME "bunzip2"
+#define INFLATE_NAME "inflate"
+
+#endif /* makefile_parameter */
+#endif /* _CONFIGURED_ */
+
diff -u -Naur w3m-0.3/config.param w3m-0.3.fink/config.param
--- w3m-0.3/config.param        Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/config.param   Tue Jul 30 17:00:00 2002
@@ -0,0 +1,56 @@
+# Configuration at moth.ccs.brandeis.edu
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/w3m'
+helpdir='@PREFIX@/share/w3m'
+sysconfdir='@PREFIX@/etc/w3m'
+lang=EN
+display_code=x
+system_code=x
+kanji_symbols=n
+use_lynx_key=n
+dmodel=6
+use_color=y
+use_mouse=n
+use_menu=y
+use_cookie=y
+use_ssl=y
+use_ssl_verify=y
+use_digest_auth=y
+use_image=n
+use_ansi_color=y
+use_migemo=n
+def_migemo_command='migemo -t egrep /usr/local/share/migemo/migemo-dict'
+use_external_uri_loader=y
+use_w3mmailer=y
+use_nntp=y
+use_gopher=y
+use_alarm=y
+use_mark=y
+use_dict=n
+use_history=y
+use_bg_color=y
+format_nice=n
+id_ext=y
+use_bufinfo=y
+use_egd=y
+enable_remove_trailingspaces=n
+menu_thin_frame=n
+emacs_like_lineedit=y
+vi_prec_num=y
+label_topline=y
+nextpage_topline=y
+ftppass_hostnamegen=y
+table_expand=n
+table_no_compact=n
+nowrap=y
+matrix=y
+ded='@PREFIX@/bin/editor'
+dmail=''
+dbrowser='@PREFIX@/bin/openurl'
+def_image_viewer='xv'
+def_audio_player='showaudio'
+dcc='cc'
+dcflags='-O'
+dtermlib='-lncurses'
+dldflags='-L@PREFIX@/lib'
+use_help_cgi=y
diff -u -Naur w3m-0.3/version.c w3m-0.3.fink/version.c
--- w3m-0.3/version.c   Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/version.c      Tue Jul 30 16:57:05 2002
@@ -0,0 +1,6 @@
+/* $Id: version.c.in,v 1.13 2002/03/05 17:17:46 ukai Exp $ */
+#define CURRENT_VERSION "w3m/0.3"
+
+#ifndef FM_H
+char *w3m_version = CURRENT_VERSION;
+#endif                         /* not FM_H */
diff -u -Naur w3m-0.3/w3mhelp-lynx_en.html w3m-0.3.fink/w3mhelp-lynx_en.html
--- w3m-0.3/w3mhelp-lynx_en.html        Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-lynx_en.html   Tue Jul 30 16:57:05 2002
@@ -0,0 +1,141 @@
+<HTML>
+<HEAD>
+<TITLE>w3m help page</TITLE>
+</HEAD>
+<BODY>
+<CENTER>
+******* 
+<A HREF="http://w3m.sourceforge.net/";>
+w3m</A>
+ (WWW-wo-Miru)  Version 0.3 by 
+<A HREF="mailto:aito@xxxxxxxxxxxxx";>A.ITO</A> ********<BR>
+             ***** Key assign table *****
+</CENTER>
+
+<A HREF="w3mhelp-lynx_ja.html">Japanese</A>
+
+<H3>Page/Cursor motion</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>SPC,C-v,+<TD>Forward page
+<TR><TD>b,ESC v,-<TD>Previous page
+<TR><TD>l<TD>Cursor right
+<TR><TD>h<TD>Cursor left
+<TR><TD>j<TD>Cursor down
+<TR><TD>k<TD>Cursor up
+<TR><TD>J<TD>Roll up one line
+<TR><TD>K<TD>Roll down one line
+<TR><TD>^<TD>Go to the beginning of line
+<TR><TD>$<TD>Go to the end of line
+<TR><TD>&gt;<TD>Shift screen right
+<TR><TD>&lt;<TD>Shift screen left
+<TR><TD>C-a<TD>Go to the first line
+<TR><TD>C-e<TD>Go to the last line
+<TR><TD>G<TD>Go to the specified line
+<TR><TD>Z<TD>Move to the center line
+<TR><TD>z<TD>Move to the center column
+<TR><TD>TAB,C-n,Down arrow<TD>Move to next hyperlink
+<TR><TD>ESC TAB,C-p,Up arrow<TD>Move to previous hyperlink
+<TR><TD>C-g<TD>Show current page position
+</table>
+
+
+<H2>Hyperlink operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET, C-f, Right arrow<TD>Follow hyperlink
+<TR><TD>d, ESC RET<TD>Save link to file
+<TR><TD>u<TD>Peek link URL
+<TR><TD>i<TD>Peek image URL
+<TR><TD>I<TD>View inline image
+<TR><TD>ESC I<TD>Save inline image to file
+<TR><TD>:<TD>Mark URL-like strings as anchors
+<TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors
+<TR><TD>c<TD>Peek current URL
+<TR><TD>=<TD>Display information about current document
+<TR><TD>C-h<TD>View history of URL
+<TR><TD>F<TD>Render frame
+<TR><TD>M<TD>Browse current document using external browser
+(use 2M and 3M to invoke second and third browser)
+<TR><TD>ESC M<TD>Browse link using external browser
+(use 2ESC M and 3ESC M to invoke second and third browser)
+</table>
+
+<H2>File/Stream operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>g,U<TD>Open URL
+<TR><TD>V<TD>View new file
+<TR><TD>@<TD>Execute shell command and load
+<TR><TD>#<TD>Execute shell command and browse
+</table>
+
+<H2>Buffer operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B, C-b, Left arrow<TD>Back to the previous buffer
+<TR><TD>\<TD>View HTML source
+<TR><TD>s<TD>Select buffer
+<TR><TD>E<TD>Edit buffer source
+<TR><TD>C-l, C-w<TD>Redraw screen
+<TR><TD>R, C-r<TD>Reload buffer
+<TR><TD>S, p<TD>Save buffer
+<TR><TD>ESC s<TD>Save source
+<TR><TD>ESC e<TD>Edit buffer image
+</table>
+
+<H2>Buffer selection mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>k, C-p<TD>Select previous buffer
+<TR><TD>j, C-n<TD>Select next buffer
+<TR><TD>D<TD>Delete current buffer
+<TR><TD>RET<TD>Go to the selected buffer
+</table>
+
+<H2>Bookmark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>v, ESC b<TD>Load bookmark
+<TR><TD>a, ESC a<TD>Add current to bookmark
+</table>
+
+<H2>Search</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>/, C-s<TD>Search forward
+<TR><TD>n<TD>Search next
+<TR><TD>w<TD>Toggle wrap search mode
+</table>
+
+<H2>Mark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>Set/unset mark
+<TR><TD>P<TD>Go to previous mark
+<TR><TD>N<TD>Go to next mark
+<TR><TD>"<TD>Mark by regular expression
+</table>
+
+<H2>Miscellany</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>Execute shell command
+<TR><TD>H, ?<TD>Help (load this file)
+<TR><TD>o<TD>Set option
+<TR><TD>C-k<TD>Show cookie jar
+<TR><TD>C-c<TD>Stop
+<TR><TD>C-z<TD>Suspend
+<TR><TD>q<TD>Quit (with confirmation, if you like)
+<TR><TD>Q<TD>Quit without confirmation
+</table>
+
+<H2>Line-edit mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>Move cursor forward
+<TR><TD>C-b<TD>Move cursor backward
+<TR><TD>C-h<TD>Delete previous character
+<TR><TD>C-d<TD>Delete current character
+<TR><TD>C-k<TD>Kill everything after cursor
+<TR><TD>C-u<TD>Kill everything before cursor
+<TR><TD>C-a<TD>Move to the top of line
+<TR><TD>C-e<TD>Move to the bottom of line
+<TR><TD>C-p<TD>Fetch the previous string from the history list
+<TR><TD>C-n<TD>Fetch the next string from the history list
+<TR><TD>TAB,SPC<TD>Complete filename
+<TR><TD>RETURN<TD>Accept
+</table>
+<HR>
+</body>
+</html>
diff -u -Naur w3m-0.3/w3mhelp-lynx_ja.html w3m-0.3.fink/w3mhelp-lynx_ja.html
--- w3m-0.3/w3mhelp-lynx_ja.html        Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-lynx_ja.html   Tue Jul 30 16:57:05 2002
@@ -0,0 +1,151 @@
+<HTML>
+<HEAD>
+<TITLE>w3m ¥Ø¥ë¥×¥Ú¡¼¥¸</TITLE>
+</HEAD>
+
+<BODY>
+<CENTER>
+ ******* 
+ <A HREF="http://w3m.sourceforge.net/";>w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+ <A HREF="mailto:aito@xxxxxxxxxxxxx";>A.ITO(°ËÆ£¾´Â§)</A>
+ ********
+ <BR>
+ ***** lynx-like ¥­¡¼³ä¤êÅö¤Æ *****
+</CENTER>
+
+<A HREF="w3mhelp-lynx_en.html">English</A>
+
+<H3>¥Ú¡¼¥¸/¥«¡¼¥½¥ë°Üư</H3>
+<table cellpadding=0>
+<TR><TD>SPC,C-v,+<TD>¼¡¤Î¥Ú¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>b,ESC v,-<TD>Á°¤Î¥Ú¡¼¥¸¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>l<TD>¥«¡¼¥½¥ë¤ò±¦¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>h<TD>¥«¡¼¥½¥ë¤òº¸¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>j<TD>¥«¡¼¥½¥ë¤ò²¼¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>k<TD>¥«¡¼¥½¥ë¤ò¾å¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>J<TD>²èÌ̤ò1¹Ô¾å¤Ë¥¹¥¯¥í¡¼¥ë¤·¤Þ¤¹¡¥
+<TR><TD>K<TD>²èÌ̤ò1¹Ô²¼¤Ë¥¹¥¯¥í¡¼¥ë¤·¤Þ¤¹¡¥
+<TR><TD>^<TD>¹ÔƬ¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>$<TD>¹ÔËö¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>&gt;<TD>²èÌÌÁ´ÂΤò±¦¤Ë¤º¤é¤·¤Þ¤¹¡¥(ɽ¼¨ÆâÍÆ¤òº¸¤Ë¤º¤é¤¹)
+<TR><TD>&lt;<TD>²èÌÌÁ´ÂΤòº¸¤Ë¤º¤é¤·¤Þ¤¹¡¥(ɽ¼¨ÆâÍÆ¤ò±¦¤Ë¤º¤é¤¹)
+<TR><TD>C-a<TD>ʸ½ñ¤Î¤¤¤Á¤Ð¤ó¾å¤Î¹Ô¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>C-e<TD>ʸ½ñ¤Î¤¤¤Á¤Ð¤ó²¼¤Î¹Ô¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>G<TD>²èÌ̲¼¤Ç¹ÔÈÖ¹æ¤òÆþÎϤ·¡¤¤½¤³¤Ç»ØÄꤷ¤¿¹Ô¤Ë°Üư¤·¤Þ¤¹¡¥
+¤³¤³¤Ç $ ¤òÆþÎϤ¹¤ë¤È¡¤ºÇ½ª¹Ô¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>Z<TD>¥«¡¼¥½¥ë¤Î¤¢¤ë°ÌÃÖ¤ò¹Ô¤ÎÃæ±û¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>z<TD>¥«¡¼¥½¥ë¤Î¤¢¤ë¹Ô¤ò²èÌ̤ÎÃæ±û¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>TAB, C-n, ²¼Ìð°õ<TD>¼¡¤Î¥ê¥ó¥¯¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>ESC TAB, C-p, ¾åÌð°õ<TD>Á°¤Î¥ê¥ó¥¯¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>C-g<TD>¥Ú¡¼¥¸Ãæ¤Ç¤Î¸½ºß°ÌÃÖ¤òɽ¼¨¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯Áàºî</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET, C-f, 
±¦Ìð°õ<TD>¸½ºß¥«¡¼¥½¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤¬»Ø¤¹Àè¤Îʸ½ñ¤òÆÉ¤ß¤³¤ß¤Þ¤¹¡¥
+<TR><TD>d, ESC 
RET<TD>¸½ºß¥«¡¼¥½¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤¬»Ø¤¹Àè¤Îʸ½ñ¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤Þ¤¹¡¥
+<TR><TD>u<TD>¸½ºß¥«¡¼¥½¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤¬»Ø¤¹Àè¤ÎURL¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>i<TD>¥ê¥ó¥¯¤Ë´ØÏ¢ÉÕ¤±¤é¤ì¤¿²èÁü¤Ø¤ÎURL¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>I<TD>¸½ºß¥«¡¼¥½¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤ËÂбþ¤¹¤ë²èÁü¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>ESC I<TD>¸½ºß¥«¡¼¥½¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤¬»Ø¤¹²èÁü¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤Þ¤¹¡¥
+<TR><TD>:<TD>URLÉ÷¤Îʸ»úÎó¤ò¥ê¥ó¥¯¤Ë¤·¤Þ¤¹¡¥¤³¤Îµ¡Ç½¤Ï¡¤HTML¤Ç¤Ê¤¤Ê¸½ñ¤ò
+ÆÉ¤ó¤Ç¤¤¤ë¤È¤­¤Ë¤âÍ­¸ú¤Ç¤¹¡¥
+<TR><TD>ESC :<TD>Message-IDÉ÷¤Îʸ»úÎó¤ò¡¤news: 
¤Î¥ê¥ó¥¯¤Ë¤·¤Þ¤¹¡¥¤³¤Îµ¡Ç½¤Ï¡¤HTML¤Ç¤Ê¤¤Ê¸½ñ¤òÆÉ¤ó¤Ç¤¤¤ë¤È¤­¤Ë¤âÍ­¸ú¤Ç¤¹¡¥
+<TR><TD>c<TD>¸½ºß¤Îʸ½ñ¤ÎURL¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>=<TD>¸½ºß¤Îʸ½ñ¤Ë´Ø¤¹¤ë¾ðÊó¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>C-h<TD>URLÍúÎò¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>F<TD>&lt;FRAMESET&gt;¤ò´Þ¤àʸ½ñ¤òɽ¼¨¤·¤Æ¤¤¤ë¤È¤­¤Ë¡¤&lt;FRAME&gt;
+¥¿¥°¤Î»Ø¤¹Ê£¿ô¤Îʸ½ñ¤ò1¤Ä¤Îʸ½ñ¤ËÊÑ´¹¤·¤ÆÉ½¼¨¤·¤Þ¤¹¡¥
+<TR><TD>M<TD>¸½ºß¸«¤Æ¤¤¤ë¥Ú¡¼¥¸¤ò¡¤³°Éô¥Ö¥é¥¦¥¶¤ò»È¤Ã¤ÆÉ½¼¨¤·¤Þ¤¹¡¥
+2M, 3M ¤Ç2ÈÖÌܤÈ3ÈÖÌܤΥ֥饦¥¶¤ò»È¤¤¤Þ¤¹¡¥
+<TR><TD>ESC M<TD>¸½ºß¤Î¥ê¥ó¥¯Àè¤ò¡¤³°Éô¥Ö¥é¥¦¥¶¤ò»È¤Ã¤ÆÉ½¼¨¤·¤Þ¤¹¡¥
+2ESC M, 3ESC M ¤Ç2ÈÖÌܤÈ3ÈÖÌܤΥ֥饦¥¶¤ò»È¤¤¤Þ¤¹¡¥
+</table>
+
+<H3>¥Õ¥¡¥¤¥ë¤ÈURL´Ø·¸¤ÎÁàºî</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>g, U<TD>URL¤ò»ØÄꤷ¤Æ³«¤­¤Þ¤¹¡¥
+<TR><TD>V<TD>¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤ò»ØÄꤷ¤Æ³«¤­¤Þ¤¹¡¥
+<TR><TD>@<TD>¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¡¤·ë²Ì¤òÁ´ÉôÆÉ¤ó¤Ç¤«¤éɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>#<TD>¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¡¤·ë²Ì¤òÆÉ¤ß¤³¤ß¤Ê¤¬¤éɽ¼¨¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¥Ð¥Ã¥Õ¥¡Áàºî</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B, C-b, 
º¸Ìð°õ<TD>¸½ºß¸«¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤òºï½ü¤·¡¤°ì¤ÄÁ°¤Î¥Ð¥Ã¥Õ¥¡¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>\<TD>HTML¤Î¥½¡¼¥¹¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>s<TD>¥Ð¥Ã¥Õ¥¡ÁªÂò¥â¡¼¥É¤ËÆþ¤ê¤Þ¤¹¡¥
+<TR><TD>E<TD>¸½ºß¸«¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤¬¥í¡¼¥«¥ë¥Õ¥¡¥¤¥ë¤Î¾ì¹ç¡¤¤½¤Î¥Õ¥¡¥¤¥ë¤ò¥¨¥Ç¥£¥¿¤ÇÊÔ½¸¤·¤Þ¤¹¡¥¥¨¥Ç¥£¥¿¤ò½ªÎ»¤·¤¿¸å¡¤¤½¤Î¥Õ¥¡¥¤¥ë¤òºÆÅÙÆÉ¤ß¹þ¤ß¤Þ¤¹¡¥
+<TR><TD>C-l, C-w<TD>²èÌ̤òºÆÉÁ²è¤·¤Þ¤¹¡¥
+<TR><TD>R, C-r<TD>¥Ð¥Ã¥Õ¥¡¤òºÆÅÙÆÉ¤ß¹þ¤ß¤Þ¤¹¡¥
+<TR><TD>S, p<TD>¥Ð¥Ã¥Õ¥¡¤Îɽ¼¨ÆâÍÆ¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤Þ¤¹¡¥
+<TR><TD>ESC s<TD>HTML¤Î¥½¡¼¥¹¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤Þ¤¹¡¥v ¤Ç¥½¡¼¥¹¤òɽ¼¨¤·¤Æ S ¤Ç
+Êݸ¤¹¤ë¤Î¤È¤Û¤ÜƱ¤¸¤Ç¤¹¤¬¡¤ESC s ¤ÇÊݸ¤·¤¿¥Õ¥¡¥¤¥ë¤Ï´Á»ú¥³¡¼¥É¤¬¥ª¥ê¥¸¥Ê¥ë¤Î
+¤Þ¤Þ¤Ç¤¢¤ë¤Î¤ËÂФ·¤Æ¡¤v S ¤ÇÊݸ¤¹¤ë¤È¸½ºßɽ¼¨¤Ë»È¤Ã¤Æ¤¤¤ë´Á»ú¥³¡¼¥É¤ËÊÑ´¹¤µ¤ì
+¤ÆÊݸ¤µ¤ì¤Þ¤¹¡¥
+<TR><TD>ESC e<TD>¸½ºßɽ¼¨¤µ¤ì¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤ò¡¤É½¼¨¤µ¤ì¤Æ¤¤¤ë·Á¼°¤Î¤Þ¤Þ
+¥¨¥Ç¥£¥¿¤ÇÊÔ½¸¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¥Ð¥Ã¥Õ¥¡ÁªÂò¥â¡¼¥É</H3>
+"s" ¤Ç¥Ð¥Ã¥Õ¥¡ÁªÂò¥â¡¼¥É¤ËÆþ¤Ã¤¿¤È¤­¤Î¥­¡¼Áàºî¤Ç¤¹¡¥
+<table cellpadding=0>
+<TR><TD WIDTH=100>k,C-p<TD>°ì¤Ä¾å¤Î¥Ð¥Ã¥Õ¥¡¤òÁªÂò¤·¤Þ¤¹¡¥
+<TR><TD>j,C-n<TD>°ì¤Ä²¼¤Î¥Ð¥Ã¥Õ¥¡¤òÁªÂò¤·¤Þ¤¹¡¥
+<TR><TD>D<TD>¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤òºï½ü¤·¤Þ¤¹¡¥
+<TR><TD>RET<TD>¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤òɽ¼¨¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¥Ö¥Ã¥¯¥Þ¡¼¥¯Áàºî</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>v, ESC b<TD>¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÆÉ¤ß¹þ¤ß¤Þ¤¹¡¥
+<TR><TD>a, ESC a<TD>¸½ºß¸«¤Æ¤¤¤ë¥Ú¡¼¥¸¤ò¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ËÄɲä·¤Þ¤¹¡¥
+</table>
+
+<H3>¸¡º÷</H3>
+<table cellpadding=0>
+<TR><TD 
WIDTH=100>/,C-s<TD>¸½ºß¤Î¥«¡¼¥½¥ë°ÌÃÖ¤«¤é¥Õ¥¡¥¤¥ëËöÈø¤Ë¸þ¤«¤Ã¤ÆÀµµ¬É½¸½¤ò¸¡º÷¤·¤Þ¤¹¡¥
+<TR><TD>n<TD>¼¡¤ò¸¡º÷¤·¤Þ¤¹¡¥
+<TR><TD>w<TD>ÀÞ¤êÊÖ¤·¸¡º÷¥â¡¼¥É¤òÀڤ괹¤¨¤Þ¤¹¡¥
+</table>
+
+<H3>¥Þ¡¼¥¯Áàºî</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>¥Þ¡¼¥¯¤òÀßÄê¡¿²ò½ü¤·¤Þ¤¹¡¥¥Þ¡¼¥¯¤Ïȿžɽ¼¨¤µ¤ì¤Þ¤¹¡¥
+<TR><TD>P<TD>°ì¤ÄÁ°¤Î¥Þ¡¼¥¯¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>N<TD>°ì¤Ä¸å¤Î¥Þ¡¼¥¯¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>"<TD>Àµµ¬É½¸½¤Ç»ØÄꤵ¤ì¤¿Ê¸»úÎó¤òÁ´¤Æ¥Þ¡¼¥¯¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¤½¤Î¾</H3>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>¥·¥§¥ë¥³¥Þ¥ó¥É¤ò¼Â¹Ô¤·¤Þ¤¹¡¥
+<TR><TD>H, ?<TD>¥Ø¥ë¥×¥Õ¥¡¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>o<TD>¥ª¥×¥·¥ç¥óÀßÄê¥Ñ¥Í¥ë¤òɽ¼¨¤·¤Þ¤¹¡¥
+<TR><TD>C-k</TD> <TD>¥¯¥Ã¥­¡¼°ìÍ÷¤òɽ¼¨</TD></TR>
+<TR><TD>C-c<TD>ʸ½ñ¤ÎÆÉ¤ß¹þ¤ß¤òÃæÃǤ·¤Þ¤¹¡¥
+<TR><TD>C-z</TD><TD>¥µ¥¹¥Ú¥ó¥É¤·¤Þ¤¹¡¥</TD></TR>
+<TR><TD>q<TD>w3m¤ò½ªÎ»¤·¤Þ¤¹¡¥¥ª¥×¥·¥ç¥ó¤ÎÀßÄê¤Ë¤è¤Ã¤Æ¡¤½ªÎ»¤¹¤ë¤«¤É¤¦¤«³Îǧ¤·¤Þ¤¹¡¥
+<TR><TD>Q<TD>³Îǧ¤»¤º¤Ëw3m¤ò½ªÎ»¤·¤Þ¤¹¡¥
+</table>
+
+<H3>¹ÔÊÔ½¸¥â¡¼¥É</H3>
+²èÌ̤κDz¼¹Ô¤Çʸ»úÎó¤òÆþÎϤ¹¤ë¾ì¹ç¤ËÍ­¸ú¤Ê¥­¡¼Áàºî¤Ç¤¹¡¥
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>¥«¡¼¥½¥ë¤ò±¦¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>C-b<TD>¥«¡¼¥½¥ë¤òº¸¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>C-h<TD>¥«¡¼¥½¥ë¤ÎľÁ°¤Îʸ»ú¤òºï½ü¤·¤Þ¤¹¡¥
+<TR><TD>C-d<TD>¥«¡¼¥½¥ë°ÌÃÖ¤Îʸ»ú¤òºï½ü¤·¤Þ¤¹¡¥
+<TR><TD>C-k<TD>¥«¡¼¥½¥ë°ÌÃÖ¤«¤é¸å¤òºï½ü¤·¤Þ¤¹¡¥
+<TR><TD>C-u<TD>¥«¡¼¥½¥ë°ÌÃÖ¤«¤éÁ°¤òºï½ü¤·¤Þ¤¹¡¥
+<TR><TD>C-a<TD>ʸ»úÎó¤ÎÀèÆ¬¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>C-e<TD>ʸ»úÎó¤ÎºÇ¸å¤Ë°Üư¤·¤Þ¤¹¡¥
+<TR><TD>SPC<TD>¥Õ¥¡¥¤¥ë̾ÆþÎÏ»þ¤Ë¡¤¥Õ¥¡¥¤¥ë̾¤òÊä´°¤·¤Þ¤¹¡¥
+<TR><TD>RETURN<TD>ÆþÎϤò½ªÎ»¤·¤Þ¤¹¡¥
+</table>
+
+
+
+</body>
+</html>
diff -u -Naur w3m-0.3/w3mhelp-w3m_en.html w3m-0.3.fink/w3mhelp-w3m_en.html
--- w3m-0.3/w3mhelp-w3m_en.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-w3m_en.html    Tue Jul 30 16:57:05 2002
@@ -0,0 +1,155 @@
+<HTML>
+<HEAD>
+<TITLE>w3m help page</TITLE>
+</HEAD>
+<BODY>
+<CENTER>
+******* 
+<A HREF="http://w3m.sourceforge.net/";>
+w3m</A>
+ (WWW-wo-Miru)  Version 0.3 by 
+<A HREF="mailto:aito@xxxxxxxxxxxxx";>A.ITO</A> ********<BR>
+             ***** Key assign table *****
+</CENTER>
+
+<A HREF="w3mhelp-w3m_ja.html">Japanese</A>
+
+<H2>Page/Cursor motion</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>SPC,C-v<TD>Forward page
+<TR><TD>b,ESC v<TD>Backward page
+<TR><TD>l,C-f<TD>Cursor right
+<TR><TD>h,C-b<TD>Cursor left
+<TR><TD>j,C-n<TD>Cursor down
+<TR><TD>k,C-p<TD>Cursor up
+<TR><TD>J<TD>Roll up one line
+<TR><TD>K<TD>Roll down one line
+<TR><TD>^,C-a<TD>Go to the beginning of line
+<TR><TD>$,C-e<TD>Go to the end of line
+<TR><TD>w<TD>Go to next word
+<TR><TD>W<TD>Go to previous word
+<TR><TD>&gt;<TD>Shift screen right
+<TR><TD>&lt;<TD>Shift screen left
+<TR><TD>.<TD>Shift screen one column right 
+<TR><TD>,<TD>Shift screen one column left
+<TR><TD>g,M-&lt;<TD>Go to the first line
+<TR><TD>G,M-&gt;<TD>Go to the last line
+<TR><TD>ESC g<TD>Go to specified line
+<TR><TD>Z<TD>Move to the center line
+<TR><TD>z<TD>Move to the center column
+<TR><TD>TAB<TD>Move to next hyperlink
+<TR><TD>C-u,ESC TAB<TD>Move to previous hyperlink
+<TR><TD>[<TD>Go to the first link
+<TR><TD>]<TD>Go to the last link
+</table>
+
+<H2>Hyperlink operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>RET<TD>Follow hyperlink
+<TR><TD>a, ESC RET<TD>Save link to file
+<TR><TD>u<TD>Peek link URL
+<TR><TD>i<TD>Peek image URL
+<TR><TD>I<TD>View inline image
+<TR><TD>ESC I<TD>Save inline image to file
+<TR><TD>:<TD>Mark URL-like strings as anchors
+<TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors
+<TR><TD>c<TD>Peek current URL
+<TR><TD>=<TD>Display information about current document
+<TR><TD>C-g<TD>Show current line number
+<TR><TD>C-h<TD>View history of URL
+<TR><TD>F<TD>Render frame
+<TR><TD>M<TD>Browse current document using external browser
+(use 2M and 3M to invoke second and third browser)
+<TR><TD>ESC M<TD>Browse link using external browser
+(use 2ESC M and 3ESC M to invoke second and third browser)
+</table>
+
+<H2>File/Stream operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>U<TD>Open URL
+<TR><TD>V<TD>View new file
+<TR><TD>@<TD>Execute shell command and load
+<TR><TD>#<TD>Execute shell command and browse
+</table>
+
+<H2>Buffer operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>B<TD>Back to the previous buffer
+<TR><TD>v<TD>View HTML source
+<TR><TD>s<TD>Select buffer
+<TR><TD>E<TD>Edit buffer source
+<TR><TD>C-l<TD>Redraw screen
+<TR><TD>R<TD>Reload buffer
+<TR><TD>S<TD>Save buffer
+<TR><TD>ESC s<TD>Save source
+<TR><TD>ESC e<TD>Edit buffer image
+</table>
+
+<H2>Buffer selection mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>k, C-p<TD>Select previous buffer
+<TR><TD>j, C-n<TD>Select next buffer
+<TR><TD>D<TD>Delete current buffer
+<TR><TD>RET<TD>Go to the selected buffer
+</table>
+
+<H2>Bookmark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>ESC b<TD>Load bookmark
+<TR><TD>ESC a<TD>Add current to bookmark
+</table>
+
+<H2>Search</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>/,C-s<TD>Search forward
+<TR><TD>?,C-r<TD>Search backward
+<TR><TD>n<TD>Search next
+<TR><TD>N<TD>Search previous
+<TR><TD>C-w<TD>Toggle wrap search mode
+</table>
+
+<H2>Dictionary look-up</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>M-w<TD>Execute dictionary command (see README.dict)
+<TR><TD>M-W<TD>Execute dictionary command for word at cursor
+</table>
+
+<H2>Mark operation</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-SPC<TD>Set/unset mark
+<TR><TD>ESC p<TD>Go to previous mark
+<TR><TD>ESC n<TD>Go to next mark
+<TR><TD>"<TD>Mark by regular expression
+</table>
+
+<H2>Miscellany</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>!<TD>Execute shell command
+<TR><TD>H<TD>Help (load this file)
+<TR><TD>o<TD>Set option
+<TR><TD>C-k<TD>Show cookie jar
+<TR><TD>C-c<TD>Stop
+<TR><TD>C-z<TD>Suspend
+<TR><TD>q<TD>Quit (with confirmation, if you like)
+<TR><TD>Q<TD>Quit without confirmation
+</table>
+
+<H2>Line-edit mode</H2>
+<table cellpadding=0>
+<TR><TD WIDTH=100>C-f<TD>Move cursor forward
+<TR><TD>C-b<TD>Move cursor backward
+<TR><TD>C-h<TD>Delete previous character
+<TR><TD>C-d<TD>Delete current character
+<TR><TD>C-k<TD>Kill everything after cursor
+<TR><TD>C-u<TD>Kill everything before cursor
+<TR><TD>C-a<TD>Move to the top of line
+<TR><TD>C-e<TD>Move to the bottom of line
+<TR><TD>C-p<TD>Fetch the previous string from the history list
+<TR><TD>C-n<TD>Fetch the next string from the history list
+<TR><TD>TAB,SPC<TD>Complete filename
+<TR><TD>RETURN<TD>Accept
+</table>
+<HR>
+</BODY>
+</HTML>
+
diff -u -Naur w3m-0.3/w3mhelp-w3m_ja.html w3m-0.3.fink/w3mhelp-w3m_ja.html
--- w3m-0.3/w3mhelp-w3m_ja.html Wed Dec 31 19:00:00 1969
+++ w3m-0.3.fink/w3mhelp-w3m_ja.html    Tue Jul 30 16:57:06 2002
@@ -0,0 +1,156 @@
+<HTML>
+<HEAD>
+<TITLE>w3m ¥Ø¥ë¥× ¥Ú¡¼¥¸</TITLE>
+</HEAD>
+
+<BODY>
+<CENTER>
+ ******* 
+ <A HREF="http://w3m.sourceforge.net/";>w3m</A>
+ (WWW-wo-Miru) Version 0.3 by
+ <A HREF="mailto:aito@xxxxxxxxxxxxx";>A.ITO(°ËÆ£¾´Â§)</A>
+ ********
+ <BR>
+ ***** ¥­¡¼³ä¤êÅö¤Æ *****
+</CENTER>
+
+<A HREF="w3mhelp-w3m_en.html">English</A>
+
+<H2>¥Ú¡¼¥¸/¥«¡¼¥½¥ë°Üư</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>SPC,C-v</TD> <TD>¼¡¥Ú¡¼¥¸</TD></TR>
+ <TR> <TD>b,ESC v</TD> <TD>Á°¥Ú¡¼¥¸</TD></TR>
+ <TR> <TD>l,C-f</TD> <TD>¥«¡¼¥½¥ë¤ò±¦¤Ø°Üư</TD></TR>
+ <TR> <TD>h,C-b</TD> <TD>¥«¡¼¥½¥ë¤òº¸¤Ø°Üư</TD></TR>
+ <TR> <TD>j,C-n</TD> <TD>¥«¡¼¥½¥ë¤ò²¼¤Ø°Üư</TD></TR>
+ <TR> <TD>k,C-p</TD> <TD>¥«¡¼¥½¥ë¤ò¾å¤Ø°Üư</TD></TR>
+ <TR> <TD>J</TD><TD>°ì¹Ô¾å¤Ë¥¹¥¯¥í¡¼¥ë(¿Ê¤à)</TD></TR>
+ <TR> <TD>K</TD><TD>°ì¹Ô²¼¤Ë¥¹¥¯¥í¡¼¥ë(Ìá¤ë)</TD></TR>
+ <TR> <TD>^,C-a</TD><TD>¹ÔƬ¤Ë°Üư</TD></TR>
+ <TR> <TD>$,C-e</TD><TD>¹ÔËö¤Ë°Üư</TD></TR>
+ <TR> <TD>w</TD><TD>¼¡¤Îñ¸ì¤Ë°Üư</TD></TR>
+ <TR> <TD>W</TD><TD>Á°¤Îñ¸ì¤Ë°Üư</TD></TR>
+ <TR> <TD>&gt;</TD> <TD>±¦¤Ë°ì²èÌÌʬ¥·¥Õ¥È</TD></TR>
+ <TR> <TD>&lt;</TD> <TD>º¸¤Ë°ì²èÌÌʬ¥·¥Õ¥È</TD></TR>
+ <TR> <TD>.</TD> <TD>±¦¤Ë°ìʸ»úʬ¥·¥Õ¥È</TD></TR>
+ <TR> <TD>,</TD> <TD>º¸¤Ë°ìʸ»úʬ¥·¥Õ¥È</TD></TR>
+ <TR> <TD>g,M-&lt;</TD> <TD>¥Ú¡¼¥¸¤ÎÀèÆ¬¹Ô¤Ë°Üư</TD></TR>
+ <TR> <TD>G,M-&gt;</TD> <TD>¥Ú¡¼¥¸¤ÎºÇ½ª¹Ô¤Ë°Üư</TD></TR>
+ <TR> <TD>ESC g</TD> <TD>»ØÄê¹Ô¤Ë°Üư</TD></TR>
+ <TR> <TD>Z</TD> <TD>¥«¡¼¥½¥ë¤Î¤¢¤ë°ÌÃÖ¤ò¹Ô¤ÎÃæ±û¤Ë°Üư</TD></TR>
+ <TR> <TD>z</TD> <TD>¥«¡¼¥½¥ë¤Î¤¢¤ë¹Ô¤ò²èÌ̤ÎÃæ±û¤Ë°Üư</TD></TR>
+ <TR> <TD>TAB</TD> <TD>¼¡¤Î¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤Ë°Üư</TD></TR>
+ <TR> <TD>C-u, ESC TAB</TD> <TD>Á°¤Î¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤Ë°Üư</TD></TR>
+ <TR> <TD>[</TD> <TD>ºÇ½é¤Î¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤Ë°Üư</TD></TR>
+ <TR> <TD>]</TD> <TD>ºÇ¸å¤Î¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯¤Ë°Üư</TD></TR>
+</TABLE>
+
+<H2>¥Ï¥¤¥Ñ¡¼¥ê¥ó¥¯Áàºî</H2>
+
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>RET</TD> <TD>¥«¡¼¥½¥ë²¼¤Î¥ê¥ó¥¯¤ØÈô¤Ö</TD></TR>
+ <TR> <TD>a, ESC RET</TD> <TD>¥ê¥ó¥¯Àè¤Îʸ½ñ¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ</TD></TR>
+ <TR> <TD>ESC I</TD> <TD>¥ê¥ó¥¯Àè¤Î²èÁü¤ò¥Õ¥¡¥¤¥ë¤ËÊݸ</TD></TR>
+ <TR> <TD>u</TD> <TD>¥ê¥ó¥¯ÀèURL¤Îɽ¼¨</TD></TR>
+ <TR> <TD>i</TD> <TD>¥ê¥ó¥¯¤Ë´ØÏ¢ÉÕ¤±¤é¤ì¤¿²èÁü¤Ø¤ÎURL¤Îɽ¼¨</TD></TR>
+ <TR> <TD>I</TD> <TD>¥¤¥ó¥é¥¤¥ó¥¤¥á¡¼¥¸¤Îɽ¼¨</TD></TR>
+ <TR> <TD>:</TD> <TD>URL¤Î¤è¤¦¤Êʸ»ú¤ò¥¢¥ó¥«¡¼¤È¤·¤Æ¥Þ¡¼¥¯</TD></TR>
+ <TR> <TD>ESC :</TD> <TD>Message-ID¤Î¤è¤¦¤Êʸ»ú¤ò¥¢¥ó¥«¡¼¤È¤·¤Æ¥Þ¡¼¥¯</TD></TR>
+ <TR> <TD>c</TD> <TD>¸½¥Ú¡¼¥¸¤ÎURL¤òɽ¼¨</TD></TR>
+ <TR> <TD>=</TD> <TD>¸½¥É¥­¥å¥á¥ó¥È¤Î¾ðÊó¤òɽ¼¨</TD></TR>
+ <TR> <TD>C-g</TD> <TD>¥Ú¡¼¥¸Ãæ¤Ç¤Î¸½ºß°ÌÃÖ¤òɽ¼¨</TD></TR>
+ <TR> <TD>C-h</TD> <TD>URLÍúÎò¤òɽ¼¨</TD></TR>
+ <TR> <TD>F</TD> <TD>¥Õ¥ì¡¼¥à¤òɽ¼¨¤¹¤ë</TD></TR>
+ <TR> <TD>M</TD> 
<TD>¸½¥Ú¡¼¥¸¤ò³°Éô¥Ö¥é¥¦¥¶¤Çɽ¼¨¤¹¤ë(2M,3M¤Ç2ÈÖÌܤÈ3ÈÖÌܤΥ֥饦¥¶¤ò¸Æ¤Ó¤À¤¹)</TD></TR>
+ <TR> <TD>ESC M</TD> <TD>¥ê¥ó¥¯Àè¤ò³°Éô¥Ö¥é¥¦¥¶¤Çɽ¼¨¤¹¤ë(2ESC M,3ESC 
M¤Ç2ÈÖÌܤÈ3ÈÖÌܤΥ֥饦¥¶¤ò¸Æ¤Ó¤À¤¹)</TD></TR>
+</TABLE>
+
+<H2>¥Õ¥¡¥¤¥ë/¥¹¥È¥ê¡¼¥àÁàºî</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>U</TD> <TD>URL¤ò»ØÄê</TD></TR>
+ <TR> <TD>V</TD> <TD>¥Õ¥¡¥¤¥ë¤ò³«¤¯</TD></TR>
+ <TR> <TD>@</TD> <TD>¥·¥§¥ë¤òµ¯Æ°¤·ÆÉ¤ß¹þ¤à</TD></TR>
+ <TR> <TD>#</TD> <TD>¥·¥§¥ë¤òµ¯Æ°¤·ÆÉ¤ß¹þ¤à</TD></TR>
+</TABLE>
+
+<H2>¥Ð¥Ã¥Õ¥¡Áàºî</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>B</TD> <TD>Á°¤Î¥Ð¥Ã¥Õ¥¡¤Ë°Üư</TD></TR>
+ <TR> <TD>v</TD> <TD>HTML¥½¡¼¥¹¤òɽ¼¨</TD></TR>
+ <TR> <TD>s</TD> <TD>¥Ð¥Ã¥Õ¥¡¤òÁªÂò</TD></TR>
+ <TR> <TD>E</TD> <TD>¥Ð¥Ã¥Õ¥¡¤Î¥½¡¼¥¹¤òÊÔ½¸</TD></TR>
+ <TR> <TD>C-l</TD> <TD>²èÌ̤κÆÉÁ²è</TD></TR>
+ <TR> <TD>R</TD> <TD>¥Ð¥Ã¥Õ¥¡¤òºÆÆÉ¤ß¹þ¤ß</TD></TR>
+ <TR> <TD>S</TD> <TD>¥Ð¥Ã¥Õ¥¡¤òÊݸ</TD></TR>
+ <TR> <TD>ESC s</TD> <TD>HTML¥½¡¼¥¹¤òÊݸ</TD></TR>
+ <TR> <TD>ESC e</TD> <TD>¥Ð¥Ã¥Õ¥¡¤Îɽ¼¨¥¤¥á¡¼¥¸¤òÊÔ½¸</TD></TR>
+</TABLE>
+
+<H2>¥Ð¥Ã¥Õ¥¡ÁªÂò¥â¡¼¥É</H2>
+"s" ¤Ç¥Ð¥Ã¥Õ¥¡ÁªÂò¥â¡¼¥É¤ËÆþ¤Ã¤¿¤È¤­¤Î¥­¡¼Áàºî
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>k,C-p</TD> <TD>°ì¤Ä¾å¤Î¥Ð¥Ã¥Õ¥¡¤òÁªÂò</TD></TR>
+ <TR> <TD>j,C-n</TD> <TD>°ì¤Ä²¼¤Î¥Ð¥Ã¥Õ¥¡¤òÁªÂò</TD></TR>
+ <TR> <TD>D</TD> <TD>¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤òºï½ü</TD></TR>
+ <TR> <TD>RET</TD> <TD>¸½ºßÁªÂò¤·¤Æ¤¤¤ë¥Ð¥Ã¥Õ¥¡¤òɽ¼¨</TD></TR>
+</TABLE>
+
+<H2>¥Ö¥Ã¥¯¥Þ¡¼¥¯Áàºî</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>ESC b</TD> <TD>¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÆÉ¤ß¹þ¤à</TD></TR>
+ <TR> <TD>ESC a</TD> <TD>¸½¥Ú¡¼¥¸¤ò¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ËÄɲÃ</TD></TR>
+</TABLE>
+
+<H2>¸¡º÷</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>/,C-s</TD> <TD>Á°Êý¸¡º÷</TD></TR>
+ <TR> <TD>?,C-r</TD> <TD>¸åÊý¸¡º÷</TD></TR>
+ <TR> <TD>n</TD> <TD>¼¡¤ò¸¡º÷</TD></TR>
+ <TR> <TD>N</TD> <TD>Á°¤ò¸¡º÷</TD></TR>
+ <TR> <TD>C-w</TD> <TD>ÀÞ¤êÊÖ¤·¸¡º÷¥â¡¼¥É¤ÎÀڤ괹¤¨</TD></TR>
+</TABLE>
+
+<H2>¼­½ñ¸¡º÷</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>M-w</TD> <TD>ÆþÎϤ·¤¿Ã±¸ì¤ò¼­½ñ¥³¥Þ¥ó¥É¤Ç¸¡º÷</TD></TR>
+ <TR> <TD>M-W</TD> <TD>¥«¡¼¥½¥ë°ÌÃÖ¤Îñ¸ì¤ò¼­½ñ¥³¥Þ¥ó¥É¤Ç¸¡º÷</TD></TR>
+</TABLE>
+
+<H2>¥Þ¡¼¥¯Áàºî</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>C-SPC</TD> <TD>¥Þ¡¼¥¯¤ÎÀßÄê/¾Ãµî</TD></TR>
+ <TR> <TD>ESC p</TD> <TD>Á°¤Î¥Þ¡¼¥¯¤Ø°Üư</TD></TR>
+ <TR> <TD>ESC n</TD> <TD>¼¡¤Î¥Þ¡¼¥¯¤Ø°Üư</TD></TR>
+ <TR> <TD>"</TD> <TD>Àµµ¬É½¸½¤Ë¤è¤ë¥Þ¡¼¥¯</TD></TR>
+</TABLE>
+
+<H2>¤½¤Î¾</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>!</TD> <TD>¥·¥§¥ë¤Î¼Â¹Ô</TD></TR>
+ <TR> <TD>H</TD> <TD>¥Ø¥ë¥×(¤³¤Î¥Õ¥¡¥¤¥ë¤òɽ¼¨)</TD></TR>
+ <TR> <TD>o</TD> <TD>¥ª¥×¥·¥ç¥óÀßÄê</TD></TR>
+ <TR> <TD>C-k</TD> <TD>¥¯¥Ã¥­¡¼°ìÍ÷¤òɽ¼¨</TD></TR>
+ <TR> <TD>C-c</TD> <TD>ʸ½ñ¤ÎÆÉ¤ß¹þ¤ß¤òÃæÃÇ</TD></TR>
+ <TR> <TD>C-z</TD> <TD>¥µ¥¹¥Ú¥ó¥É</TD></TR>
+ <TR> <TD>q</TD> <TD>w3m¤ò½ªÎ»(³Îǧ¤¢¤ê)</TD></TR>
+ <TR> <TD>Q</TD> <TD>w3m¤ò½ªÎ»(³Îǧ¤Ê¤·)</TD></TR>
+</TABLE>
+
+<H2>¹ÔÊÔ½¸¥â¡¼¥É</H2>
+<TABLE CELLPADDING=0>
+ <TR> <TD WIDTH=100>C-f</TD> <TD>¥«¡¼¥½¥ë¤ò±¦¤Ø°Üư</TD></TR>
+ <TR> <TD>C-b</TD> <TD>¥«¡¼¥½¥ë¤òº¸¤Ø°Üư</TD></TR>
+ <TR> <TD>C-h</TD> <TD>Á°¤Îʸ»ú¤òºï½ü</TD></TR>
+ <TR> <TD>C-d</TD> <TD>¥«¡¼¥½¥ë°ÌÃÖ¤Îʸ»ú¤òºï½ü</TD></TR>
+ <TR> <TD>C-k</TD> <TD>¥«¡¼¥½¥ë¤Î¸åÊý¤òÁ´¤Æºï½ü</TD></TR>
+ <TR> <TD>C-u</TD> <TD>¥«¡¼¥½¥ë¤ÎÁ°¤Þ¤Ç¤òÁ´¤Æºï½ü</TD></TR>
+ <TR> <TD>C-a</TD> <TD>¹ÔƬ¤Ë°Üư</TD></TR>
+ <TR> <TD>C-e</TD> <TD>¹ÔËö¤Ø°Üư</TD></TR>
+ <TR> <TD>C-p</TD> <TD>¥Ò¥¹¥È¥ê¤«¤é°ì¤ÄÁ°¤Îʸ»úÎó¤ò¼è¤ê½Ð¤¹</TD></TR>
+ <TR> <TD>C-n</TD> <TD>¥Ò¥¹¥È¥ê¤«¤é¼¡¤Îʸ»úÎó¤ò¼è¤ê½Ð¤¹</TD></TR>
+ <TR> <TD>TAB,SPC</TD> <TD>¥Õ¥¡¥¤¥ë̾¤ÎÊä´°</TD></TR>
+ <TR> <TD>RETURN</TD> <TD>ÆþÎϽªÎ»</TD></TR>
+</TABLE>
+<HR>
+</BODY>
+</HTML>



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
version-control...    qnx.openqnx.dev...    redhat.rhn.user...    ietf.openpgp/20...    mail.mutt.user/...    web.microformat...    java.sync4j.use...    education.ezpro...    user-groups.blu...    solaris.manager...    org.fitug.debat...    technology.erps...    politics.activi...    linux.redhat.fe...    bug-tracking.ma...    xfce.user/2004-...    hams/2004-11/ms...    kde.users.pim/2...    culture.cooking...    freebsd.devel.x...    gnu.m4.adhoc/20...    ngpt.user/2002-...    apple.fink.deve...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation