Merge branch 'bug/manual-links'

This commit is contained in:
Tatsuya Kinoshita
2013-12-27 19:05:36 +09:00
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -483,8 +483,7 @@ w3m
w3mを使えば,HTTPサーバなしでCGIスクリプトを起動することができます. w3mを使えば,HTTPサーバなしでCGIスクリプトを起動することができます.
このとき,w3mがサーバのふりをしてスクリプトを起動し,その出力を このとき,w3mがサーバのふりをしてスクリプトを起動し,その出力を
読みこんで表示するわけです. 読みこんで表示するわけです.
<a href="file:///$LIB/w3mbookmark?mode=panel&bmark=~/.w3m/bookmark.html&url=MANUAL.html&title=w3m+manual">ブックマークの登録</a> ブックマークの登録と外部ビューアの編集
<a href="file:///$LIB/w3mhelperpanel?mode=panel">外部ビューアの編集</a>
は,local CGIのスクリプトとして実現されています. は,local CGIのスクリプトとして実現されています.
local CGIを使えば,w3mを汎用のフォーム入力インタフェースとして local CGIを使えば,w3mを汎用のフォーム入力インタフェースとして
使うことができます. 使うことができます.
+1 -2
View File
@@ -466,8 +466,7 @@ and <a href="keymap.lynx">keymap.lynx</a>) as examples.
You can run CGI scripts using w3m, without any HTTP server. You can run CGI scripts using w3m, without any HTTP server.
It means that w3m behaves like an HTTP server and activates CGI script, It means that w3m behaves like an HTTP server and activates CGI script,
then w3m reads the output of the script and display it. The then w3m reads the output of the script and display it. The
<a href="file:///$LIB/w3mbookmark?mode=panel&bmark=~/.w3m/bookmark.html&url=MANUAL.html&title=w3m+manual">bookmark registration</a> bookmark registration and helper-app editor
and <a href="file:///$LIB/w3mhelperpanel?mode=panel">helper-app editor</a>
are realized as local CGI scripts. are realized as local CGI scripts.
Using local CGI, w3m can be used as a general purpose form interface. Using local CGI, w3m can be used as a general purpose form interface.
<P> <P>