t2t can convert any delimited text file to an HTML table. It supports all attributes for the various table-related tags. It can read its input either from stdin, a file, or a whole directory. when t2t is passed in a directory, it will process all the files (except those with either .html or .htm extension), and all the files in all the sub-directories. It works on any system with Perl.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds --verbose and --overwrite command line options. --overwrite controls whether t2t will overwrite existing .html files. Several warnings have been fixed. ~ is now supported in paths that are specified in the .t2trc file.
|