diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-07-23 07:53:41 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-07-23 07:53:41 +0000 |
commit | 7f3afef6d4121f2bb4dcd274c9041af571558792 (patch) | |
tree | 2eeb1506fec592ea5554c84479436ecc4818b1a9 | |
parent | 96d19075cd8933ba87c3b0246ebbf939b7324660 (diff) |
none
-rw-r--r-- | TWiki/TWikiPreferences.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 1564ec41..02fc868e 100644 --- a/TWiki/TWikiPreferences.mdwn +++ b/TWiki/TWikiPreferences.mdwn @@ -5,11 +5,11 @@ The following settings are **_site-level preferences_** , e.g. affecting all use **_Preferences:_** * List of %WIKITOOLNAME% webs: (the first line of a topic; to add a web see [[TWikiDocumentation]] and [[TWikiWebsTable]]) - * Set WIKIWEBLIST = [%WIKITOOLNAME%](%WIKIHOMEURL%) . \{ [Main](%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%MAINWEB%/%HOMETOPIC%) | [TWiki](%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%TWIKIWEB%/%HOMETOPIC%) | [Know](%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/Know/%HOMETOPIC%) | [Test](%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/Test/%HOMETOPIC%) \} + * Set WIKIWEBLIST = [[MAINWEBHOMETOPIC]] %SEP% [[TWIKIWEBHOMETOPIC]] %SEP% [[Know/HOMETOPIC]] %SEP% [[Test/HOMETOPIC]] + * **_Note:_** To automatically list all non-hidden webs in alphabetical order you can use this variable instead: Set WIKIWEBLIST = %WEBLIST\{"[[NameHOMETOPIC]]" separator=" %SEP% "\}% * List of topics of a web: (the second line of a topic, is overwritten by web preferences) - * Set WEBTOPICLIST = %WEB% . \{ [Home](%HOMETOPIC%) | [Changes](WebChanges) | [Index](%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/?scope=topic®ex=on&search=.*) | [Search](WebSearch) | Go <input name="topic" size="16" type="text" /> - \} + * Set WEBTOPICLIST = [[HOMETOPIC]] %SEP% [[WebChanges]] %SEP% [[WebIndex]] %SEP% [[WebSearch]] %SEP% Go <input name="topic" size="16" type="text" /> * Copyright notice: * Set WEBCOPYRIGHT = <font>Copyright © 2000 by the contributing authors. \\nAll material on this collaboration tool is the property of the contributing authors. <br /> \\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME% Feedback) feedback. </font> |