Name

HTMLsuffix — specify filename extension for files in the PageDir and TemplateDir directories

SYNOPSIS

file_extension

DESCRIPTION

Specify extension to append to the filenames when looking for the source files in the pages/ directory.

DIRECTIVE TYPE AND DEFAULT VALUE

Catalog directive

EXAMPLES

Example: Setting HTMLsuffix

HTMLsuffix .htm

Example: Setting HTMLsuffix

HTMLsuffix .itl

NOTES

The way Interchange looks for pages is locale-sensitive. Besides the default HTML suffix which is set using this HTMLsuffix directive, you can set locale-dependent suffixes using Locale.

AVAILABILITY

HTMLsuffix is available in Interchange versions:

4.6.0-5.7.0 (cvs-head)

SOURCE

Interchange 5.7.0:

Source: lib/Vend/Config.pm
Line 685

['HTMLsuffix',       undef,            '.html'],

AUTHORS

Interchange Development Group

SEE ALSO

Locale(7ic)

DocBook! Interchange!