You are here: Foswiki>System Web>Category>DeveloperDocumentationCategory>PerlDoc (2024-12-23, UnknownUser)Edit Attach
See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview
On this page:
internal package
Foswiki::Configure::Bootstrap Inspects the system and makes guesses for the settings required for an operational Foswiki.
These settings are saved into the configuration. However this method is made public so that they can be set when missing from older configurations.
StaticMethod
setBootstrap() This routine is called to initialize the bootstrap process. It sets the list of configuration parameters that will need to be set and "protected" during bootstrap.
If any keys will be set during bootstrap / initial creation of LocalSite.cfg, they should be added here so that they are preserved when the %Foswiki::cfg hash is wiped and re-initialized from the Foswiki spec.
StaticMethod
bootstrapConfig() This routine is called from Foswiki.pm BEGIN block to discover the mandatory settings for operation when a LocalSite.cfg could not be found.
StaticMethod
_bootstrapSiteSettings() Called by bootstrapConfig. This handles the {Site} settings.
StaticMethod
_bootstrapStoreSettings() Called by bootstrapConfig. This handles the store specific settings. This in turn tests each Store Contib to determine if it's capable of bootstrapping.
StaticMethod
bootstrapWebSettings($script) Called by bootstrapConfig. This handles the web environment specific settings only:
{DefaultUrlHost}
{ForceDefaultUrlHost}
{ScriptUrlPath}
{ScriptUrlPaths}{view}
{PubUrlPath}
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback