Edgewall Software

Changes between Version 126 and Version 127 of TracIni


Ignore:
Timestamp:
Mar 28, 2008, 5:12:14 PM (16 years ago)
Author:
Christian Boos
Comment:

Use the [[TracIni]] macro - people have been warned not to edit the html ;-)

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v126 v127  
    11= The Trac Configuration File =
    22
    3  ''[Note To Editors] Please discuss documentation changes in the [#Discussion] section, please '''don't''' edit the HTML dump directly. Even better, send us documentation patches against the ''code'' (i.e. where the configuration entries are documented), either on Trac-dev or on new tickets. ''
     3 ''[Note To Editors] Please discuss documentation changes in the [#Discussion] section. Even better, send us documentation patches against the ''code'' (i.e. where the configuration entries are documented), either on Trac-dev or on new tickets. ''
    44
    55[[TracGuideToc]]
     
    3030{{{
    3131#!comment
     32Suggest your documentation fixes in the Discussion section at
     33the bottom of the page, or better send us patches for the docstrings!
     34}}}
     35[[TracIni()]]
    3236
    33 1. Keep using [[TracIni]] in shipped default pages - hard-coded HTML output is for t.e.o only, as currently this Trac runs 0.10.5dev and therefore the output of [[TracIni]] can't contain the updates for 0.11.
    34 
    35 2. Please *don't* edit the HTML output below. It will be very hard to notice changes there.
    36    Instead, add your suggested change in the Discussion section at the bottom of the page.
    37    Thanks!
    38 
    39 }}}
    40 
    41 {{{
    42 #!html
    43 <div class="tracini"><h2 id="attachment-section">[attachment]</h2><table class="wiki"><tbody><tr><td><tt>max_size</tt></td><td>Maximum allowed file size for ticket and wiki attachments.</td></tr><tr><td><tt>render_unsafe_content</tt></td><td>Whether attachments should be rendered in the browser, or
    44         only made downloadable.
    45         Pretty much any file may be interpreted as HTML by the browser,
    46         which allows a malicious user to attach a file containing cross-site
    47         scripting attacks.
    48         For public sites where anonymous users can create attachments it is
    49         recommended to leave this option disabled (which is the default).</td></tr></tbody></table><h2 id="browser-section">[browser]</h2><table class="wiki"><tbody><tr><td><tt>color_scale</tt></td><td>Enable colorization of the <i>age</i> column.
    50         This uses the same color scale as the source code annotation:
    51         blue is older, red is newer.
    52         (<i>since 0.11</i>)</td></tr><tr><td><tt>downloadable_paths</tt></td><td>List of repository paths that can be downloaded.
    53         Leave the option empty if you want to disable all downloads, otherwise
    54         set it to a comma-separated list of authorized paths (those paths are
    55         glob patterns, i.e. "*" can be used as a wild card)
    56         (<i>since 0.10</i>)</td></tr><tr><td><tt>hide_properties</tt></td><td>Comma-separated list of version control properties to hide from
    57         the repository browser.
    58         (<i>since 0.9</i>)</td></tr><tr><td><tt>intermediate_color</tt></td><td>(r,g,b) color triple to use for the color corresponding
    59         to the intermediate color, if two linear interpolations are used
    60         for the color scale (see <tt>intermediate_point</tt>).
    61         If not set, the intermediate color between <tt>oldest_color</tt> and
    62         <tt>newest_color</tt> will be used.
    63         (<i>since 0.11</i>)</td></tr><tr><td><tt>intermediate_point</tt></td><td>If set to a value between 0 and 1 (exclusive), this will be the
    64         point chosen to set the <tt>intermediate_color</tt> for interpolating
    65         the color value.
    66         (<i>since 0.11</i>)</td></tr><tr><td><tt>newest_color</tt></td><td>(r,g,b) color triple to use for the color corresponding
    67         to the newest color, for the color scale used in <i>blame</i> or
    68         the browser <i>age</i> column if <tt>color_scale</tt> is enabled.
    69         (<i>since 0.11</i>)</td></tr><tr><td><tt>oldest_color</tt></td><td>(r,g,b) color triple to use for the color corresponding
    70         to the oldest color, for the color scale used in <i>blame</i> or
    71         the browser <i>age</i> column if <tt>color_scale</tt> is enabled.
    72         (<i>since 0.11</i>)</td></tr><tr><td><tt>oneliner_properties</tt></td><td>Comma-separated list of version control properties to render
    73         as oneliner wiki content in the repository browser.
    74         (<i>since 0.11</i>)</td></tr><tr><td><tt>render_unsafe_content</tt></td><td>Whether attachments should be rendered in the browser, or
    75         only made downloadable.
    76         Pretty much any file may be interpreted as HTML by the browser,
    77         which allows a malicious user to attach a file containing cross-site
    78         scripting attacks.
    79         For public sites where anonymous users can create attachments it is
    80         recommended to leave this option disabled (which is the default).</td></tr><tr><td><tt>wiki_properties</tt></td><td>Comma-separated list of version control properties to render
    81         as wiki content in the repository browser.
    82         (<i>since 0.11</i>)</td></tr></tbody></table><h2 id="changeset-section">[changeset]</h2><table class="wiki"><tbody><tr><td><tt>max_diff_bytes</tt></td><td>Maximum total size in bytes of the modified files (their old size
    83         plus their new size) for which the changeset view will attempt to show
    84         the diffs inlined (<i>since 0.10</i>).</td></tr><tr><td><tt>max_diff_files</tt></td><td>Maximum number of modified files for which the changeset view will
    85         attempt to show the diffs inlined (<i>since 0.10</i>).</td></tr><tr><td><tt>wiki_format_messages</tt></td><td>Whether wiki formatting should be applied to changeset messages.
    86         If this option is disabled, changeset messages will be rendered as
    87         pre-formatted text.</td></tr></tbody></table><h2 id="header_logo-section">[header_logo]</h2><table class="wiki"><tbody><tr><td><tt>alt</tt></td><td>Alternative text for the header logo.</td></tr><tr><td><tt>height</tt></td><td>Height of the header logo image in pixels.</td></tr><tr><td><tt>link</tt></td><td>URL to link to from header logo.</td></tr><tr><td><tt>src</tt></td><td>URL of the image to use as header logo.</td></tr><tr><td><tt>width</tt></td><td>Width of the header logo image in pixels.</td></tr></tbody></table><h2 id="inherit-section">[inherit]</h2><table class="wiki"><tbody><tr><td><tt>plugins_dir</tt></td><td>Path of the directory containing additional plugins.
    88         Plugins in that directory are loaded in addition to those in the
    89         directory of the environment <tt>plugins</tt>, with this one taking precedence.
    90         (<i>since 0.11</i>)</td></tr><tr><td><tt>templates_dir</tt></td><td>Path to the shared templates directory.
    91         Templates in that directory are loaded in addition to those in the
    92         directory of environment <tt>templates</tt>,  with this one taking precedence.
    93         (<i>since 0.11</i>)</td></tr></tbody></table><h2 id="logging-section">[logging]</h2><table class="wiki"><tbody><tr><td><tt>log_file</tt></td><td>If <tt>log_type</tt> is <tt>file</tt>, this should be a path to the log-file.</td></tr><tr><td><tt>log_format</tt></td><td>Custom logging format.
    94         If nothing is set, the following will be used:
    95         Trac[$(module)s] $(levelname)s: $(message)s
    96         In addition to regular key names supported by the Python logger library
    97         library (see <a class="ext-link" href="http://docs.python.org/lib/node422.html"><span class="icon">http://docs.python.org/lib/node422.html</span></a>), one could use:
    98          - $(path)s     the path for the current environment
    99          - $(basename)s the last path component of the current environment
    100          - $(project)s  the project name
    101          Note the usage of <tt>$(...)s</tt> instead of <tt>%(...)s</tt> as the latter form
    102          would be interpreted by the <a class="missing wiki" href="/wiki/ConfigParser" rel="nofollow">ConfigParser?</a> itself.
    103          Example:
    104          ($(thread)d) Trac[$(basename)s:$(module)s] $(levelname)s: $(message)s
    105          (since 0.11)</td></tr><tr><td><tt>log_level</tt></td><td>Level of verbosity in log.
    106         Should be one of (<tt>CRITICAL</tt>, <tt>ERROR</tt>, <tt>WARN</tt>, <tt>INFO</tt>, <tt>DEBUG</tt>).</td></tr><tr><td><tt>log_type</tt></td><td>Logging facility to use.
    107         Should be one of (<tt>none</tt>, <tt>file</tt>, <tt>stderr</tt>, <tt>syslog</tt>, <tt>winlog</tt>).</td></tr></tbody></table><h2 id="milestone-section">[milestone]</h2><table class="wiki"><tbody><tr><td><tt>stats_provider</tt></td><td>Name of the component implementing <tt>ITicketGroupStatsProvider</tt>,
    108         which is used to collect statistics on groups of tickets for display
    109         in the milestone views.</td></tr></tbody></table><h2 id="mimeviewer-section">[mimeviewer]</h2><table class="wiki"><tbody><tr><td><tt>enscript_modes</tt></td><td>List of additional MIME types known by Enscript.
    110         For each, a tuple <tt>mimetype:mode:quality</tt> has to be
    111         specified, where <tt>mimetype</tt> is the MIME type,
    112         <tt>mode</tt> is the corresponding Enscript mode to be used
    113         for the conversion and <tt>quality</tt> is the quality ratio
    114         associated to this conversion.
    115         That can also be used to override the default
    116         quality ratio used by the Enscript render, which is 2
    117         (<i>since 0.10</i>).</td></tr><tr><td><tt>enscript_path</tt></td><td>Path to the Enscript executable.</td></tr><tr><td><tt>max_preview_size</tt></td><td>Maximum file size for HTML preview. (<i>since 0.9</i>).</td></tr><tr><td><tt>mime_map</tt></td><td>List of additional MIME types and keyword mappings.
    118         Mappings are comma-separated, and for each MIME type,
    119         there's a colon (":") separated list of associated keywords
    120         or file extensions. (<i>since 0.10</i>).</td></tr><tr><td><tt>php_path</tt></td><td>Path to the PHP executable (<i>since 0.9</i>).</td></tr><tr><td><tt>pygments_default_style</tt></td><td>The default style to use for Pygments syntax highlighting.</td></tr><tr><td><tt>pygments_modes</tt></td><td>List of additional MIME types known by Pygments.
    121         For each, a tuple <tt>mimetype:mode:quality</tt> has to be
    122         specified, where <tt>mimetype</tt> is the MIME type,
    123         <tt>mode</tt> is the corresponding Pygments mode to be used
    124         for the conversion and <tt>quality</tt> is the quality ratio
    125         associated to this conversion. That can also be used
    126         to override the default quality ratio used by the
    127         Pygments render.</td></tr><tr><td><tt>tab_width</tt></td><td>Displayed tab width in file preview (<i>since 0.9</i>).</td></tr></tbody></table><h2 id="notification-section">[notification]</h2><table class="wiki"><tbody><tr><td><tt>admit_domains</tt></td><td>Comma-separated list of domains that should be considered as
    128         valid for email addresses (such as localdomain)</td></tr><tr><td><tt>always_notify_owner</tt></td><td>Always send notifications to the ticket owner (<i>since 0.9</i>).</td></tr><tr><td><tt>always_notify_reporter</tt></td><td>Always send notifications to any address in the <i>reporter</i>
    129 
    130         field.</td></tr><tr><td><tt>always_notify_updater</tt></td><td>Always send notifications to the person who causes the ticket
    131         property change.</td></tr><tr><td><tt>ignore_domains</tt></td><td>Comma-separated list of domains that should not be considered
    132            part of email addresses (for usernames with Kerberos domains) (<i>since 0.11</i>).</td></tr><tr><td><tt>mime_encoding</tt></td><td>Specifies the MIME encoding scheme for emails.
    133         Valid options are 'base64' for Base64 encoding, 'qp' for
    134         Quoted-Printable, and 'none' for no encoding. Note that the no encoding
    135         means that non-ASCII characters in text are going to cause problems
    136         with notifications (<i>since 0.10</i>).</td></tr><tr><td><tt>smtp_always_bcc</tt></td><td>Email address(es) to always send notifications to,
    137            addresses do not appear publicly (Bcc:). (<i>since 0.10</i>).</td></tr><tr><td><tt>smtp_always_cc</tt></td><td>Email address(es) to always send notifications to,
    138            addresses can be see by all recipients (Cc:).</td></tr><tr><td><tt>smtp_default_domain</tt></td><td>Default host/domain to append to address that do not specify one</td></tr><tr><td><tt>smtp_enabled</tt></td><td>Enable SMTP (email) notification.</td></tr><tr><td><tt>smtp_from</tt></td><td>Sender address to use in notification emails.</td></tr><tr><td><tt>smtp_from_name</tt></td><td>Sender name to use in notification emails.</td></tr><tr><td><tt>smtp_password</tt></td><td>Password for SMTP server. (<i>since 0.9</i>).</td></tr><tr><td><tt>smtp_port</tt></td><td>SMTP server port to use for email notification.</td></tr><tr><td><tt>smtp_replyto</tt></td><td>Reply-To address to use in notification emails.</td></tr><tr><td><tt>smtp_server</tt></td><td>SMTP server hostname to use for email notifications.</td></tr><tr><td><tt>smtp_subject_prefix</tt></td><td>Text to prepend to subject line of notification emails.
    139         If the setting is not defined, then the [$project_name] prefix.
    140         If no prefix is desired, then specifying an empty option
    141         will disable it.(<i>since 0.10.1</i>).</td></tr><tr><td><tt>smtp_user</tt></td><td>Username for SMTP server. (<i>since 0.9</i>).</td></tr><tr><td><tt>ticket_subject_template</tt></td><td>A Genshi text template snippet used to get the notification subject.
    142         (since 0.11)</td></tr><tr><td><tt>use_public_cc</tt></td><td>Recipients can see email addresses of other CC'ed recipients.
    143         If this option is disabled (the default), recipients are put on BCC
    144         (<i>since 0.10</i>).</td></tr><tr><td><tt>use_short_addr</tt></td><td>Permit email address without a host/domain (i.e. username only)
    145         The SMTP server should accept those addresses, and either append
    146         a FQDN or use local delivery (<i>since 0.10</i>).</td></tr><tr><td><tt>use_tls</tt></td><td>Use SSL/TLS to send notifications (<i>since 0.10</i>).</td></tr></tbody></table><h2 id="project-section">[project]</h2><table class="wiki"><tbody><tr><td><tt>admin</tt></td><td>E-Mail address of the project's administrator.</td></tr><tr><td><tt>descr</tt></td><td>Short description of the project.</td></tr><tr><td><tt>footer</tt></td><td>Page footer text (right-aligned).</td></tr><tr><td><tt>icon</tt></td><td>URL of the icon of the project.</td></tr><tr><td><tt>name</tt></td><td>Name of the project.</td></tr><tr><td><tt>url</tt></td><td>URL of the main project web site, usually the website in which
    147         the <tt>base_url</tt> resides.</td></tr></tbody></table><h2 id="query-section">[query]</h2><table class="wiki"><tbody><tr><td><tt>default_anonymous_query</tt></td><td>The default query for anonymous users.</td></tr><tr><td><tt>default_query</tt></td><td>The default query for authenticated users.</td></tr></tbody></table><h2 id="revisionlog-section">[revisionlog]</h2><table class="wiki"><tbody><tr><td><tt>default_log_limit</tt></td><td>Default value for the limit argument in the <a class="wiki" href="/wiki/TracRevisionLog">TracRevisionLog</a>
    148 
    149         (<i>since 0.11</i>).</td></tr></tbody></table><h2 id="roadmap-section">[roadmap]</h2><table class="wiki"><tbody><tr><td><tt>stats_provider</tt></td><td>Name of the component implementing <tt>ITicketGroupStatsProvider</tt>,
    150         which is used to collect statistics on groups of tickets for display
    151         in the roadmap views.</td></tr></tbody></table><h2 id="search-section">[search]</h2><table class="wiki"><tbody><tr><td><tt>min_query_length</tt></td><td>Minimum length of query string allowed when performing a search.</td></tr></tbody></table><h2 id="svn-section">[svn]</h2><table class="wiki"><tbody><tr><td><tt>branches</tt></td><td>List of paths categorized as <i>branches</i>.
    152         If a path ends with '*', then all the directory entries found
    153         below that path will be included.</td></tr><tr><td><tt>tags</tt></td><td>List of paths categorized as <i>tags</i>.
    154         If a path ends with '*', then all the directory entries found
    155         below that path will be included.</td></tr></tbody></table><h2 id="ticket-section">[ticket]</h2><table class="wiki"><tbody><tr><td><tt>default_component</tt></td><td>Default component for newly created tickets</td></tr><tr><td><tt>default_milestone</tt></td><td>Default milestone for newly created tickets.</td></tr><tr><td><tt>default_priority</tt></td><td>Default priority for newly created tickets.</td></tr><tr><td><tt>default_resolution</tt></td><td>Default resolution for resolving (closing) tickets (<i>since 0.11</i>).</td></tr><tr><td><tt>default_type</tt></td><td>Default type for newly created tickets (<i>since 0.9</i>).</td></tr><tr><td><tt>default_version</tt></td><td>Default version for newly created tickets.</td></tr><tr><td><tt>max_description_size</tt></td><td>Don't accept tickets with a too big description.
    156         (<i>since 0.11</i>).</td></tr><tr><td><tt>preserve_newlines</tt></td><td>Whether Wiki formatter should respect the new lines present
    157         in the Wiki text.
    158         If set to 'default', this is equivalent to 'yes' for new environments
    159         but keeps the old behavior for upgraded environments (i.e. 'no').
    160         (<i>since 0.11</i>).</td></tr><tr><td><tt>restrict_owner</tt></td><td>Make the owner field of tickets use a drop-down menu. See
    161         <a class="wiki" href="/wiki/TracTickets#Assign-toasDrop-DownList">Assign-to as Drop-Down List</a>
    162 
    163         (<i>since 0.9</i>).</td></tr><tr><td><tt>workflow</tt></td><td>Ordered list of workflow controllers to use for ticket actions
    164             (<i>since 0.11</i>).</td></tr></tbody></table><h2 id="timeline-section">[timeline]</h2><table class="wiki"><tbody><tr><td><tt>abbreviated_messages</tt></td><td>Whether wiki-formatted event messages should be truncated or not.
    165         This only affects the default rendering, and can be overriden by
    166         specific event providers, see their own documentation.
    167         (<i>Since 0.11</i>)</td></tr><tr><td><tt>changeset_collapse_events</tt></td><td>Whether consecutive changesets from the same author having
    168         exactly the same message should be presented as one event.
    169         That event will link to the range of changesets in the log view.
    170         (<i>since 0.11</i>)</td></tr><tr><td><tt>changeset_long_messages</tt></td><td>Whether wiki-formatted changeset messages should be multiline or not.
    171         If this option is not specified or is false and <tt>wiki_format_messages</tt>
    172 
    173         is set to true, changeset messages will be single line only, losing
    174         some formatting (bullet points, etc).</td></tr><tr><td><tt>changeset_show_files</tt></td><td>Number of files to show (<tt>-1</tt> for unlimited, <tt>0</tt> to disable).
    175         This can also be <tt>location</tt>, for showing the common prefix for the
    176         changed files. (since 0.11).</td></tr><tr><td><tt>default_daysback</tt></td><td>Default number of days displayed in the Timeline, in days.
    177         (<i>since 0.9.</i>)</td></tr><tr><td><tt>newticket_formatter</tt></td><td>Which formatter flavor (e.g. 'default' or 'oneliner') should be
    178         used when presenting the description for new tickets.
    179         If 'oneliner', the [timeline] abbreviated_messages option applies.
    180         (<i>since 0.11</i>).</td></tr><tr><td><tt>ticket_show_details</tt></td><td>Enable the display of all ticket changes in the timeline
    181         (<i>since 0.9</i>).</td></tr></tbody></table><h2 id="trac-section">[trac]</h2><table class="wiki"><tbody><tr><td><tt>authz_file</tt></td><td>Path to Subversion
    182         <a class="ext-link" href="http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2"><span class="icon">authorization (authz) file</span></a></td></tr><tr><td><tt>authz_module_name</tt></td><td>The module prefix used in the authz_file.</td></tr><tr><td><tt>auto_reload</tt></td><td>Automatically reload template files after modification.</td></tr><tr><td><tt>base_url</tt></td><td>Reference URL for the Trac deployment.
    183         This is the base URL that will be used when producing documents that
    184         will be used outside of the web browsing context, like for example
    185         when inserting URLs pointing to Trac resources in notification
    186         e-mails.</td></tr><tr><td><tt>check_auth_ip</tt></td><td>Whether the IP address of the user should be checked for
    187          authentication (<i>since 0.9</i>).</td></tr><tr><td><tt>database</tt></td><td>Database connection
    188         <a class="wiki" href="/wiki/TracEnvironment#DatabaseConnectionStrings">string</a> for this
    189         project</td></tr><tr><td><tt>default_charset</tt></td><td>Charset to be used when in doubt.</td></tr><tr><td><tt>default_handler</tt></td><td>Name of the component that handles requests to the base URL.
    190         Options include <tt>TimelineModule</tt>, <tt>RoadmapModule</tt>, <tt>BrowserModule</tt>,
    191         <tt>QueryModule</tt>, <tt>ReportModule</tt> and <tt>TicketModule</tt> (<i>since 0.9</i>).</td></tr><tr><td><tt>default_timezone</tt></td><td>The default timezone to use</td></tr><tr><td><tt>htdocs_location</tt></td><td>Base URL of the core static resources.</td></tr><tr><td><tt>ignore_auth_case</tt></td><td>Whether case should be ignored for login names (<i>since 0.9</i>).</td></tr><tr><td><tt>mainnav</tt></td><td>Order of the items to display in the navigation bar listed by IDs <tt>mainnav</tt>.</td></tr><tr><td><tt>metanav</tt></td><td>List of items IDs to display in the navigation bar <tt>metanav</tt>.</td></tr><tr><td><tt>permission_policies</tt></td><td>List of components implementing <tt>IPermissionPolicy</tt>, in the order in
    192         which they will be applied. These components manage fine-grained access
    193         control to Trac resources.
    194         Defaults to the <a class="missing wiki" href="/wiki/DefaultPermissionPolicy" rel="nofollow">DefaultPermissionPolicy?</a> (pre-0.11 behavior) and
    195         <a class="missing wiki" href="/wiki/LegacyAttachmentPolicy" rel="nofollow">LegacyAttachmentPolicy?</a> (map ATTACHMENT_* permissions to realm specific
    196         ones)</td></tr><tr><td><tt>permission_store</tt></td><td>Name of the component implementing <tt>IPermissionStore</tt>, which is used
    197         for managing user and group permissions.</td></tr><tr><td><tt>repository_dir</tt></td><td>Path to local repository. This can also be a relative path
    198         (<i>since 0.11</i>).</td></tr><tr><td><tt>repository_type</tt></td><td>Repository connector type. (<i>since 0.10</i>)</td></tr><tr><td><tt>request_filters</tt></td><td>Ordered list of filters to apply to all requests
    199             (<i>since 0.10</i>).</td></tr><tr><td><tt>show_email_addresses</tt></td><td>Show email addresses instead of usernames. If false, we obfuscate
    200         email addresses (<i>since 0.11</i>).</td></tr><tr><td><tt>timeout</tt></td><td>Timeout value for database connection, in seconds.
    201         Use '0' to specify <i>no timeout</i>. <i>(Since 0.11)</i></td></tr><tr><td><tt>use_base_url_for_redirect</tt></td><td>Optionally use <tt>[trac] base_url</tt> for redirects.
    202         In some configurations, usually involving running Trac behind a HTTP
    203         proxy, Trac can't automatically reconstruct the URL that is used to
    204         access it. You may need to use this option to force Trac to use the
    205         <tt>base_url</tt> setting also for redirects. This introduces the obvious
    206         limitation that this environment will only be usable when accessible
    207         from that URL, as redirects are frequently used.</td></tr></tbody></table><h2 id="wiki-section">[wiki]</h2><table class="wiki"><tbody><tr><td><tt>ignore_missing_pages</tt></td><td>Enable/disable highlighting <a class="wiki" href="/wiki/CamelCase">CamelCase</a> links to missing pages
    208         (<i>since 0.9</i>).</td></tr><tr><td><tt>render_unsafe_content</tt></td><td>Enable/disable the use of unsafe HTML tags such as <tt>&lt;script&gt;</tt> or
    209         <tt>&lt;embed&gt;</tt> with the HTML <a class="wiki" href="/wiki/WikiProcessors">WikiProcessor</a>
    210 
    211         (<i>since 0.10.4</i>).
    212         For public sites where anonymous users can edit the wiki it is
    213         recommended to leave this option disabled (which is the default).</td></tr><tr><td><tt>split_page_names</tt></td><td>Enable/disable splitting the <a class="wiki" href="/wiki/WikiPageNames">WikiPageNames</a> with space characters
    214         (<i>since 0.10</i>).</td></tr></tbody></table></div>
    215 }}}
    21637
    21738== [components] == #components-section