1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1092626130" format="1.0" version="1.19"}%
2 %META:TOPICPARENT{name="WebHome"}%
3 ---++ <nop>%WEB% Web Preferences
4
5 The following settings are __web preferences__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level preferences__ in %TWIKIWEB%.%WIKIPREFSTOPIC%, and can be overwritten by __user preferences__ (your personal topic, eg: %MAINWEB%.TWikiGuest in the [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] web).
6
7 __Preferences:__
8
9 * List of topics of the %WIKITOOLNAME%.%WEB% web:
10 * Set WEBTOPICLIST = [[%WIKIUSERSTOPIC%][Users]] %SEP% [[TWikiGroups][Groups]] %SEP% [[OfficeLocations][Offices]] %SEP% [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" size="16" />
11
12 * Web specific background color: (Pick a lighter one of the %TWIKIWEB%.StandardColors)
13 * Set WEBBGCOLOR = #FFEFA6
14
15 * List this web in the %TWIKIWEB%.SiteMap:
16 * If yes, Set SITEMAPLIST = =on=, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. <nop>%WEB%.Topic links.
17 * Set SITEMAPLIST = on
18 * Set SITEMAPWHAT = Welcome to %WIKITOOLNAME%... [[%WEB%.%WIKIUSERSTOPIC%][Users]], [[%WEB%.TWikiGroups][Groups]], [[%WEB%.OfficeLocations][Offices]] - tour this expandable virtual workspace.
19 * Set SITEMAPUSETO = ...get a first-hand feel for TWiki possibilities.
20
21 * Exclude web from a =web="all"= search: (Set to =on= for hidden webs)
22 rizwank 1.1 * Set NOSEARCHALL =
23
24 * Prevent automatic linking of [[%TWIKIWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences:
25 * Set NOAUTOLINK =
26 * __Note:__ Use the =[<nop>[...][...]]= syntax to link topics in case you disabled <nop>WikiWord linking. The =<noautolink> ... </noautolink>= syntax can be used to prevents links within a block of text.
27
28 * Default template for new topics and form(s) for this web:
29 * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist)
30 * [[%TWIKIWEB%.WebTopicEditTemplate]]: Site-level default template
31 * %TWIKIWEB%.TWikiForms: How to enable form(s)
32 * Set WEBFORMS =
33
34 * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
35 * Set DENYWEBVIEW =
36 * Set ALLOWWEBVIEW =
37 * Set DENYWEBCHANGE =
38 * Set ALLOWWEBCHANGE =
39 * Set DENYWEBRENAME =
40 * Set ALLOWWEBRENAME =
41
42 * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
43 rizwank 1.1 * Set ALLOWTOPICCHANGE =
44 * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup
45
46 * Web preferences that are *not* allowed to be overridden by user preferences:
47 * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
48
49 __Notes:__
50 * A preference is defined as: <br /> =6 spaces * Set NAME = value= <br /> Example:
51 * S<nop>et WEBBGCOLOR = #FFFFC0
52 * Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs. Example:
53 * When you write variable =%WEB<nop>BGCOLOR%= , it gets expanded to =%WEBBGCOLOR%= .
54 * The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set =<nop>WEBCOPYRIGHT= before =<nop>WIKIWEBMASTER= since =%<nop>WEBCOPYRIGHT%= uses the =%<nop>WIKIWEBMASTER%= variable.
55 * 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).
56
57 __Related Topics:__
58 * %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences.
59 * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
60 * %TWIKIWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=.
61 * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.
62
|