Pod::To::BigPage

Convert a bunch of PodĀ 6 files to (X)HTML

Module and script for converting documentation written in PodĀ 6 to a single file publishable in the web.

SYNOPSIS

From the command line:

pod2onepage -v --source-path=../../perl6-doc/doc \ --exclude=404.pod6,/.git,/precompiled > tmp/html.xhtml

It can be used also as a library.

use Pod::To::BigPage;
=begin pod
=head1 This is the head
=head2 More stuff here

And just your average text.
=end pod

setup();
compose-before-content($=pod); # Produces XHTML
compose-before-content($=pod,''); # Produces HTML

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.