Name

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

SYNOPSIS

file_extension

DESCRIPTION

Specify extension (suffix) to use with filenames when looking for the source files in the pages/ directory.

If a page with the configured suffix does not exist on the disk, Interchange will unconditionally try the usual ".html" variant.

Note that this setting applies strictly to the disk file lookup — page names in the users' browsers will always appear as ".html".

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.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Config.pm
Line 695

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

AUTHORS

Interchange Development Group

SEE ALSO

Locale(7ic)

DocBook! Interchange!