Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!arclight.uoregon.edu!logbridge.uoregon.edu!nntp.teleport.com!news.teleport.com!not-for-mail From: fjh@opengroup.org (Frederick Hirsch) Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules Subject: ANNOUNCE: HTML::FormatNroff 0.10 Followup-To: comp.lang.perl.modules Date: 22 Jan 1998 23:19:25 GMT Organization: Open Software Foundation Lines: 75 Sender: news-merlyn@gadget.cscaper.com Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <6a8k5t$9aj$1@news1.teleport.com> NNTP-Posting-Host: gadget.cscaper.com X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content. Xref: usenet.cise.ufl.edu comp.lang.perl.announce:54 comp.lang.perl.modules:1276 Announcing: HTML::FormatNroff I have uploaded the first (beta) version of FormatNroff to CPAN. This is a set of modules which allow you to convert HTML to nroff with -man macros, using tbl to handle tables. It builds on HTML::Formatter and HTML::Parse, requiring perl 5.004. Available at http://www.perl.com/CPAN/modules/by-module/HTML/FormatNroff-0.10.tar.gz The README follows. < Frederick ------------------------- FormatNroff Copyright (c) 1998 Frederick Hirsch This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. WARNING: THIS IS Beta SOFTWARE. IT IS POSSIBLY UNRELIABLE! It requires perl 5.004, since it assumes that version of the HTML::Formatter module. ------------------------------------------------ The purpose of this software is to provide a means to automatically convert HTML to nroff source, using tbl to support tables. This work is based upon the HTML::Formatter and HTML::Parse modules. This software package is *NOT COMPLETE*, see the ToDo file. Available POD Documentation (see perldoc,pod2html,etc): HTML::FormatNroff.3 HTML::FormatNroffSub.3 HTML::FormatTable.3 HTML::FormatTableCell.3 HTML::FormatTableCellNroff.3 HTML::FormatTableNroff.3 HTML::FormatTableRow.3 HTML::FormatTableRowNroff.3 HTML::Testing.3 ===================================================================== INSTALLING: perl Makefile.PL make make test make install (If all tests pass) PROBLEMS: Mail me (f.hirsch@opengroup.org) the following info: 1. The output of: perl Makefile.PL (do a make realclean first) make make test 2. The output of: perl -V -- Frederick J. Hirsch (f.hirsch@opengroup.org) .