The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Orze::Drivers::Copy - Create a page by copying a file

DESCRIPTION

Create a page by copying a file from the data/ directory to the www/ directory.

EXAMPLE

<page name="images/cool"
extension="png"
driver="Copy">
</page>

This snippet of an xml project description copy the file data/outputdir/images/cool.png to www/outputdir/images/cool.png

METHODS

process

Do the real processing