diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-07-17 07:39:28 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-07-17 07:39:28 +0000 |
commit | d08da4ce1a51791291dd1680b1c8f66e9a822fe1 (patch) | |
tree | 32c44c732ebe4c18fbff9e3f852783468f360214 | |
parent | 3ec5ce0bd7c6c5e25519c93c387647a3f32ebb43 (diff) |
none
-rw-r--r-- | Know/WebPreferences.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Know/WebPreferences.mdwn b/Know/WebPreferences.mdwn index 28a28d11..9a73362a 100644 --- a/Know/WebPreferences.mdwn +++ b/Know/WebPreferences.mdwn @@ -5,7 +5,7 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web **_Preferences:_** * List of topics of the %WIKITOOLNAME%.%WEB% web: - * Set WEBTOPICLIST = %WEB% . \{ [Home](%HOMETOPIC%) | [Readme](ReadmeFirst) | [Changes](WebChanges) | [Index](WebIndex) | [Search](WebSearch) | Go <input name="topic" size="16" type="text" /> + * Set WEBTOPICLIST = %WEB% . \{ [[HOMETOPIC]] | [[ReadmeFirst]] | [[WebChanges]] | [[WebIndex]] | [[WebSearch]] | Go <input name="topic" size="16" type="text" /> \} * Web specific background color: (Pick a lighter one of the %TWIKIWEB%.StandardColors) @@ -29,7 +29,7 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web * A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example: * Set WEBBGCOLOR = #FFFFC0 * Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs. Example: - * When you write variable <code>%WEBBGCOLOR%</code> , it gets expanded to `%WEBBGCOLOR%` . + * When you write variable <code>%WEBBGCOLOR%</code>, it gets expanded to `%WEBBGCOLOR%`. * The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set <code>WEBCOPYRIGHT</code> before <code>WIKIWEBMASTER</code> since <code>%WEBCOPYRIGHT%</code> uses the <code>%WIKIWEBMASTER%</code> variable. * You can introduce new preferences variables and use them in your topics and templates. There is no need to change the %WIKITOOLNAME% engine (Perl scripts). @@ -37,5 +37,5 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web * %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences. * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. -* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code> . +* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code>. * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups. |