The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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