X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter4.html;h=72eb1ca29e2086a50f636496fd7f952a4bbaf107;hp=d301113ecc59b3229ac9e9b22e241c65f04a8fa2;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=85e6e7b063bd2521c64c7eaaf86b91188feb5a95 diff --git a/Documentation/English (British)/developer-chapter4.html b/Documentation/English (British)/developer-chapter4.html index d301113..72eb1ca 100644 --- a/Documentation/English (British)/developer-chapter4.html +++ b/Documentation/English (British)/developer-chapter4.html @@ -3,7 +3,7 @@ - Kiriwrite Documentation - Developer Documentation - Chapter 4: Kiriwrite Page Format + Kiriwrite Documentation - Developer Documentation - Chapter 4: Output Modules
- Chapter 4: Kiriwrite Page Format

+ Chapter 4: Output Modules

-The Kiriwrite page format is the page format that is used internally for displaying the generated content from the presentation module.

+The subroutines listed here in this chapter are used by the output module. The output module allows control over the pages that have been compiled. Most output modules do not tend to use all the subroutines that are available to it.

-It is stored in the page.html file and can be changed to show the generated content from the presentation module in a different way. Typically the page format would be formatted as the style the presentation module would output.

+An example of a output module is the Normal module which duplicates the functionality of outputting the pages to the output directory which couldn't be altered before version 0.5.0 of Kiriwrite.

-The content generated from the presentation module and other information (such as page title) can be inserted into the page.html file by using the tags below:

- - - - - - - - - - - - - - - - - - - - - - -
TagDescription
<kiriwrite:menu>Writes the menu where this tag is specified.
<kiriwrite:imagespath>Writes the URI path the images directory.
<kiriwrite:title>Writes the title of the page.
<kiriwrite:pagedata>Writes the page data generated by the presentation module.
+When the output module is loaded the subroutines for it can be called from the $kiriwrite_outputmodule scalar only when the pages are being compiled.