Skip to content

Commit

Permalink
Document Update
Browse files Browse the repository at this point in the history
  • Loading branch information
qq542vev committed Sep 17, 2022
1 parent af50fbe commit 30bee1c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions release/.w3mplus/bin/uricheck
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ parser_definition() {
'' 'Options:'

param field -f --field init:='original' validate:validate_field var:"'original' | 'scheme' '!'? | 'authority' '!'? | 'userinfo' '!'? | 'host' | 'port' '!'? | 'path' | 'query' '!'? | 'fragment' '!'?" -- '表示する URI のフィールドを指定する'
flag normalizeFlag -n --{no-}normalize init:@no -- 'URI を正規化する'
flag normalizeFlag -n --{no-}normalize init:@no -- 'URI の正規化を行う'
flag invertFlag -V --{no-}invert init:@no -- 'URI ではない引数を表示する'
flag verboseFlag --{no-}verbose init:@no -- '詳細な表示を行う'
disp :usage -h --help -- 'このヘルプを表示して終了する'
Expand Down Expand Up @@ -326,7 +326,7 @@ Usage:
Options:
-f, --field 'original' | 'scheme' '!'? | 'authority' '!'? | 'userinfo' '!'? | 'host' | 'port' '!'? | 'path' | 'query' '!'? | 'fragment' '!'?
表示する URI のフィールドを指定する
-n, --{no-}normalize URI を正規化する
-n, --{no-}normalize URI の正規化を行う
-V, --{no-}invert URI ではない引数を表示する
--{no-}verbose 詳細な表示を行う
-h, --help このヘルプを表示して終了する
Expand Down
4 changes: 2 additions & 2 deletions release/.w3mplus/bin/w3maction
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ parser_definition() {
cmd goto -- 'VARIABLE_NAME にアクセスする'
cmd read-shell -- 'VARIABLE_NAME を基に READ_SHELL を実行する'
cmd setenv -- 'VARIABLE_NAME を別の変数に代入する'
cmd yank -- 'VARIABLE_NAME の値をヤンクする'
cmd yank -- 'VARIABLE_NAME の値のヤンクを行う'

msg -- '' 'Exit Status:' \
' 0 - successful termination' \
Expand Down Expand Up @@ -320,7 +320,7 @@ ACTION:
read-shell
VARIABLE_NAME を基に READ_SHELL を実行する
setenv VARIABLE_NAME を別の変数に代入する
yank VARIABLE_NAME の値をヤンクする
yank VARIABLE_NAME の値のヤンクを行う
Exit Status:
0 - successful termination
Expand Down
4 changes: 2 additions & 2 deletions release/.w3mplus/bin/w3mselectline
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ parser_definition() {
cmd rot13 -- '選択範囲のアルファベットを ROT13 で変換する'
cmd switchcase -- '選択範囲のアルファベットを大文字と小文字に変換する'
cmd uppercase -- '選択範囲をアルファベットを大文字に変換する'
cmd yank -- '選択範囲をヤンクする'
cmd yank -- '選択範囲のヤンクを行う'

msg -- '' 'Exit Status:' \
' 0 - successful termination' \
Expand Down Expand Up @@ -306,7 +306,7 @@ ACTION:
switchcase
選択範囲のアルファベットを大文字と小文字に変換する
uppercase 選択範囲をアルファベットを大文字に変換する
yank 選択範囲をヤンクする
yank 選択範囲のヤンクを行う
Exit Status:
0 - successful termination
Expand Down
4 changes: 2 additions & 2 deletions release/.w3mplus/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ <h1>目次</h1>
<li><a href="#uncategorized">未分類ヘルプ</a></li>
</ul></li>
<li><a href="#version">バージョン情報</a><ul>
<li><a href="#v0.4.1">v0.4.1 - 2022-09-XX</a></li>
<li><a href="#v0.4.1">v0.4.1 - 2022-09-17</a></li>
<li><a href="#v0.4.0">v0.4.0 - 2022-09-07</a></li>
<li><a href="#v0.3.0">v0.3.0 - 2022-09-01</a></li>
<li><a href="#v0.2.0">v0.2.0 - 2022-07-31</a></li>
Expand Down Expand Up @@ -1610,7 +1610,7 @@ <h2>未分類ヘルプ</h2>
<section id="version" class="level1">
<h1>バージョン情報</h1>
<section id="v0.4.1" class="level2">
<h2>v0.4.1 - 2022-09-XX</h2>
<h2>v0.4.1 - 2022-09-17</h2>
<ul>
<li>閲覧履歴のサイドバーが動作しないのを修正。</li>
<li>ズーム機能が動作しないのを修正。</li>
Expand Down
2 changes: 1 addition & 1 deletion source/.w3mplus/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ w3mplus は、Pale Moon のようなプライベートブラウジングモー

# バージョン情報 {#version}

## v0.4.1 - 2022-09-XX {#v0.4.1}
## v0.4.1 - 2022-09-17 {#v0.4.1}

* 閲覧履歴のサイドバーが動作しないのを修正。
* ズーム機能が動作しないのを修正。
Expand Down

0 comments on commit 30bee1c

Please sign in to comment.