HTML のフレームページを作成する。
| id | 389e2c50-477c-4e4e-b999-a6459ca96e46 |
| author | |
| version | 1.2.1 |
| date | 2022-12-10 |
| since | 2022-06-28 |
| copyright | Copyright (C) 2022-2022 qq542vev. Some rights reserved. |
| license | |
| package | w3mplus |
Usage:
htmlframe [OPTION]... [URI]...
Options:
-a, --attribute NANE=VALUE
frameset要素に属性を追加する
--no-attribute -a, --attribute をリセットする
-H, --head ELEMENT head要素内に ELEMENT を追加する
--no-head -H, --head をリセットする
-t, --title TEXT フレームページのタイトルを指定する
-T, --template FILE テンプレートファイルを指定する
--n1, --n2, --n3, --n4, --n5, --n6, --n7, --n8, --n9 NAME
n個目の URI に対応するname属性を指定する
--t1, --t2, --t3, --t4, --t5, --t6, --t7, --t8, --t9 TEXT
n個目の URI に対応するタイトルを指定する
-h, --help このヘルプを表示して終了する
-v, --version バージョン情報を表示して終了する
Exit Status:
0 - successful termination
64 - command line usage error
65 - data format error
66 - cannot open input
67 - addressee unknown
68 - host name unknown
69 - service unavailable
70 - internal software error
71 - system error (e.g., can't fork)
72 - critical OS file missing
73 - can't create (user) output file
74 - input/output error
75 - temp failure; user is invited to retry
76 - remote error in protocol
77 - permission denied
78 - configuration error
129 - received SIGHUP
130 - received SIGINT
131 - received SIGQUIT
143 - received SIGTERM
HTML での安全な文字列に変換する。
| $1 | 結果を代入する変数名。 |
| $2 | 対象の文字列。 |