Name

StaticAll — (obsolete) try building all pages statically

SYNOPSIS

No | Yes

DESCRIPTION

Tell Interchange to try and build all pages in the catalog. Pages that have dynamic elements will not be built statically, but even then you can force it with [tag flag build] on the page in question.

DIRECTIVE TYPE AND DEFAULT VALUE

EXAMPLES

Example: Enabling StaticAll

StaticAll Yes


NOTES

The directive is obsolete since Interchange 4.9.

AVAILABILITY

StaticAll is available in Interchange versions:

4.6.0-5.4.0

SOURCE

Interchange 5.4.0:

Source: lib/Vend/Config.pm
Line 662

['StaticAll',     'warn',            ''],

Source: lib/Vend/Config.pm
Line 2862 (context shows lines 2862-2874)

sub parse_warn {
my($name, $val) = @_;

return '' unless $val;

::logGlobal({level => 'info'},
      errmsg("Directive %s no longer supported at line %s of %s.",
          $name,
          $.,
          $configfile,
      )
);
}

AUTHORS

SEE ALSO

StaticLogged(7ic), StaticDepth(7ic), NoCache(7ic), StaticFly(7ic), ClearCache(7ic), StaticDir(7ic), StaticPage(7ic), StaticPattern(7ic), Static(7ic), StaticDBM(7ic), StaticSuffix(7ic), StaticPath(7ic)

DocBook! Interchange!