diff options
Diffstat (limited to 'scripts/w3mman/README')
| -rw-r--r-- | scripts/w3mman/README | 47 | 
1 files changed, 47 insertions, 0 deletions
| diff --git a/scripts/w3mman/README b/scripts/w3mman/README new file mode 100644 index 0000000..699e068 --- /dev/null +++ b/scripts/w3mman/README @@ -0,0 +1,47 @@ + +w3mman + +    他のマニュアルやヘッダファイルにリンクをはることができる +    man コマンドの代替コマンドです。 + +使用法 + +    w3mman +    w3mman <command>[(<section>)] +    w3mman [<section>] <command> +    w3mman -k <keyword> + +インストール + +    make install +    必要なら PERL, MAN, W3M_LIBDIR を設定してください。 +    w3mman2html.cgi もインストールされます。 + +================ + +w3mman2html.cgi + +使用法 + +    w3m file:///$LIB/w3mman2html.cgi +    w3m file:///$LIB/w3mman2html.cgi?<command>[(<section>)] +    w3m file:///$LIB/w3mman2html.cgi?man=<command>[§ion=<section>] +    w3m file:///$LIB/w3mman2html.cgi?keyword=<keyword> + +インストール + +    make install +    必要なら PERL, MAN, W3M_LIBDIR を設定してください。 +    w3mman もインストールされます。 + +================ + +hlink.cgi + +    ヘッダファイルなどにリンクを張る + +インストール + +    /$LIB/ にコピー +    w3mman2html.cgi で使用するならば $CGI2 に設定してください。 + | 
