You can get the newest htmlsection from

http://web.ffn.ne.jp/~hsakai/myfreesoft/index.html

If you want to make htmlsection, type,

> make

search path to perl, create head of script (Ex. #!/usr/bin/perl),
create comments from README, create manual page, make htmlsection from
htmlsection.pl, and create htmlsection.html from htmlsection_orig.html.

If you want to see sample HTML file, see htmlsection_orig.html and
htmlsection.html. htmlsection.html was created from htmlsection_orig.html by
htmlsection such as,

> cat htmlsection_orig.html | ./htmlsection -english > htmlsection.html

If you want to see japanese sample file, see htmlsection-j_orig.html and
htmlsection-j.html. htmlsection-j.html was created from htmlsection-j_orig.html
by htmlsection such as,

> cat htmlsection-j_orig.html | ./htmlsection -japanese > htmlsection-j.html

If you want to install htmlsection to your system, type,

> su
Password:
# make install

htmlsection, manual page, and documents are installed to your system.

If you want to uninstall htmlsection from your system, type,

> su
Password:
# make uninstall

htmlsection, manual page, and documents are deleted from your system.

