my $output=htmlpage($page);
writefile($output, $config{destdir}, genpage($page, $content));
my $output=htmlpage($page);
writefile($output, $config{destdir}, genpage($page, $content));
my $content=readfile($srcfile);
my $page=pagename($file);
$pagesources{$page}=$file;
my $content=readfile($srcfile);
my $page=pagename($file);
$pagesources{$page}=$file;
$content=preprocess($page, $page, $content);
$content=linkify($page, $page, $content);
$content=htmlize($page, $page, $type, $content);
$content=preprocess($page, $page, $content);
$content=linkify($page, $page, $content);
$content=htmlize($page, $page, $type, $content);