1 rizwank 1.1 %META:TOPICINFO{author="RizwanKassim" date="1105752303" format="1.0" version="1.10"}%
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
8 __Preferences:__
9
10 * List of topics of the %WIKITOOLNAME%.%WEB% web:
11 * Set WEBTOPICLIST = [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" size="16" />
12
13 * Web specific background color: (Pick a lighter one of the %TWIKIWEB%.StandardColors)
14 * Set WEBBGCOLOR = #9999FF
15
16 * List this web in the %TWIKIWEB%.SiteMap:
17 * If yes, set SITEMAPLIST to =on=, do not set NOSEARCHALL, 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.
18 * Set SITEMAPLIST = on
19 * Set SITEMAPWHAT = UCLA CS 130 - Wine Development
20 * Set SITEMAPUSETO = ...collaborate on W05 CS130 - Testing of Wine
21
22 rizwank 1.1 * Exclude web from a =web="all"= search: (Set to =on= for hidden webs)
23 * Set NOSEARCHALL =
24
25 * Prevent automatic linking of [[%TWIKIWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences:
26 * Set NOAUTOLINK =
27 * __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.
28
29 * Default template for new topics and form(s) for this web:
30 * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist)
31 * [[%TWIKIWEB%.WebTopicEditTemplate]]: Site-level default template
32 * %TWIKIWEB%.TWikiForms: How to enable form(s)
33 * Set WEBFORMS =
34
35 * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
36 * Set DENYWEBVIEW =
37 * Set ALLOWWEBVIEW =
38 * Set DENYWEBCHANGE =
39 * Set ALLOWWEBCHANGE =
40 * Set DENYWEBRENAME =
41 * Set ALLOWWEBRENAME =
42
43 rizwank 1.1 * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
44 * Set ALLOWTOPICCHANGE =
45 * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup
46
47 * Web preferences that are *not* allowed to be overridden by user preferences:
48 * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
49
50 __Notes:__
51 * A preference is defined as: <br /> =6 spaces * Set NAME = value= <br /> Example:
52 * S<nop>et WEBBGCOLOR = #FFFFC0
53 * Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs. Example:
54 * When you write variable =%WEB<nop>BGCOLOR%= , it gets expanded to =%WEBBGCOLOR%= .
55 * 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.
56 * 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).
57
58 __Related Topics:__
59 * %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences.
60 * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
61 * %TWIKIWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=.
62 * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.
63
|