4.6 addpage

Adds a page for outputting later through the outputall subroutine.

Parameters:

$kiriwrite_outputmodule->addpage(options);

Usage:

$kiriwrite_outputmodule->addpage({ Page => "index.html ", Data => "Page Data ", Title => "Page Title ", Section => "Page Section ", LastModified => $lastmodified, Database => "database "});

options
Specifies the options as a hash.

Value Description
Page Specifies the filename of the page.
Data Specifies the data for the page.
Title Specifies the title of the page.
Section Specifies the section name of the page.
LastModified Specifies the date of when the page was last modified.