[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Description-ja] wn-wz



かねこ@ひたちです。いけねぇ。

wwwtable ですが、真中の例はコメント消しぬけです。すみません。正しくは
こうです。

--
Package: wwwtable
Version: 1.3-3
Description: HTML テーブル作成を容易化する Perl スクリプト
#Description: A Perl script that facilitates the production of HTML tables
#  Wwwtable is a perl script that aims to make the production of HTML
#  tables a little easier.  This script works as a filter, reading stdin
#  and writing to stdout.
 Wwwtable は、HTML テーブルの作成を多少簡単化することを狙った perl スク
 リプトです。このスクリプトはフィルタとして動作し、標準入力から読んで標準
 出力に吐き出します。
 .
#  The input syntax is as roughly follows:
 入力シンタクスは荒っぽく言えば以下の通りです。
 .
        <wwwtable table-options...>
 .
          initial text (e.g. <caption> ... </caption>).
 .
          (X, Y) options for cell (X, Y)
          text for cell (X,Y)...
 .
          ((X,Y)) options for header cell X,Y
          text for header cell (X,Y)...
 .
        </wwwtable>
 .
#  Rows and cells may be specified in any order, numbering starts at 1.
#  X and/or Y may be replaced by a regular expression to indicate rows or
#  columns.  Options or text (or both) may be omitted for cells.  Cells
#  may be omitted completely if they are empty or fall under the
#  rowspan/colspan specifications of another cell.  Cells may contain
#  arbitrary HTML text, including other wwwtable tables.
 行と列はどのような順番で現れてもかまいません。番号は1から振られます。
 X と Y は行または列を表す正規表現で置きかえることができます。セルは
 空の場合省略できますし、他のセルの rowspan や colspan の指定で下側に
 着ている場合も省略できます。セルには任意の HTML テキストが指定できます。
 他の wwwtable のテーブルも可です。
 .
#   Author: Terry Jones <terry@xxxxxxxxxx>
#   URI: http://www.teclata.es/terry/wwwtable/
   作者: Terry Jones <terry@xxxxxxxxxx>
   URL: http://www.teclata.es/terry/wwwtable/
--
Seiji Kaneko                         skaneko@xxxxxxxxxxxx
---------------------------------------------------------