Sman::Man::Convert 1.01 review
Download
|
|
Sman::Man::Convert is a Perl module to convert manpages to XML for sman-update and sman.
SYNOPSIS
# this module is intended for internal use by sman-update
my $smanconfig = new Sman::Config();
$smanconfig->ReadDefaultConfigFile();
my $converter = new Sman::Man::Convert($smanconfig);
#$converter->ClearCache(); # if you wish
my ($type, $outputref) =
$converter->ConvertManfile($manfile);
Use MANCMD and COLCMD (see 'perldoc sman.conf') to convert the man pages from ASCII into XML.
Requirements:
Perl
Sman::Man::Convert 1.01 search tags