Skip to content

Commit

Permalink
Update --help message
Browse files Browse the repository at this point in the history
  • Loading branch information
qq542vev committed Oct 24, 2022
1 parent 86a4b20 commit 0fcbbac
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/.w3mplus/bin/cgi-bin/protectionpage
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ parser_definition() {
' 130 - received SIGINT' \
' 131 - received SIGQUIT' \
' 143 - received SIGTERM'

msg -- '' 'Environment Variables:' \
' W3MPLUS_HOME - w3mplus の設定ファイルのディレクトリ' \
' W3MPLUS_CACHE - w3mplus のキャッシュを保存するディレクトリ' \
' W3MPLUS_PATH - w3mplus の実行ファイルのディレクトリ' \
' W3MPLUS_LIB - w3mplus のライブラリファイルのディレクトリ'
}
# @end

Expand Down
6 changes: 6 additions & 0 deletions source/.w3mplus/bin/cgi-bin/viewsource
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ parser_definition() {
' 130 - received SIGINT' \
' 131 - received SIGQUIT' \
' 143 - received SIGTERM'

msg -- '' 'Environment Variables:' \
' W3MPLUS_HOME - w3mplus の設定ファイルのディレクトリ' \
' W3MPLUS_CACHE - w3mplus のキャッシュを保存するディレクトリ' \
' W3MPLUS_PATH - w3mplus の実行ファイルのディレクトリ' \
' W3MPLUS_LIB - w3mplus のライブラリファイルのディレクトリ'
}
# @end

Expand Down
34 changes: 34 additions & 0 deletions source/.w3mplus/bin/cgi-bin/w3mplus
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,40 @@ parser_definition() {
' 130 - received SIGINT' \
' 131 - received SIGQUIT' \
' 143 - received SIGTERM'

msg -- '' 'Environment Variables:' \
' W3MPLUS_W3M_HOME - w3m の設定ファイルのディレクトリ' \
' W3MPLUS_W3M_BOOKMARK - w3m のブックマークファイル' \
' W3MPLUS_W3M_CONFIG - w3m の設定ファイル' \
' W3MPLUS_W3M_HISTORY - w3m の閲覧履歴ファイル' \
' W3MPLUS_W3M_SITECONF - w3m の Web サイト毎の設定ファイル' \
' W3MPLUS_HOME - w3mplus の設定ファイルのディレクトリ' \
' W3MPLUS_CACHE - w3mplus のキャッシュを保存するディレクトリ' \
' W3MPLUS_PATH - w3mplus の実行ファイルのディレクトリ' \
' W3MPLUS_LIB - w3mplus のライブラリファイルのディレクトリ' \
' W3MPLUS_PASS_FILE - w3mplus のパスファイル' \
' W3MPLUS_YANK - コピーする際に起動するプログラム' \
' W3MPLUS_UNDO_TIMEOUT - 復元するタブのタイムアウト秒数' \
' W3MPLUS_UNDO_HISTSIZE - 復元するタブの最大保存数' \
' W3MPLUS_UNDO_FILE - 復元するタブを記録するファイル' \
' W3MPLUS_VISUAL_TIMEOUT - ビジュアルモードでタイムアウトする秒数' \
' W3MPLUS_SEARCH_CONFIGFILE - 検索エンジンの設定ファイル' \
' W3MPLUS_SEARCH_ENGINE - 使用する検索エンジン名' \
' W3MPLUS_SEARCH_HISTSIZE - 検索履歴の最大保存数' \
' W3MPLUS_SEARCH_HISTFILE - 検索履歴を記録するファイル' \
' W3MPLUS_REGISTER_FILE - レジスタを記録するファイル' \
' W3MPLUS_OPERATORFUNC - operatorfunc 用プログラム' \
' W3MPLUS_FORMATPRG - formatprg 用プログラム' \
' W3MPLUS_KEYWORDPRG - keywordprg 用プログラム' \
' W3MPLUS_EQUALPRG - equalprg 用プログラム' \
' W3MPLUS_ZOOM_MAX - 画像表示の最大倍率' \
' W3MPLUS_ZOOM_MIN - 画像表示の最小倍率' \
' W3MPLUS_QUICKMARK_FILE - クイックマークを記録するファイル' \
' W3MPLUS_LOCALMARK_FILE - ローカルマークを記録するファイル' \
' W3MPLUS_URLMARK_FILE - URL マークを記録するファイル' \
' W3MPLUS_USERCOMMAND_FILE - ユーザーコマンドを記録するファイル' \
' W3MPLUS_SIDEBAR_SIZE - サイドバーのサイズ' \
' W3MPLUS_SIDEBAR_POSITION - サイドバーの位置'
}
# @end

Expand Down

0 comments on commit 0fcbbac

Please sign in to comment.