1 rizwank 1.1 %META:TOPICINFO{author="ArthurClemens" date="1092532414" format="1.0" version="1.22"}%
2 ---++ <nop>%WEB% Web Preferences
3
4 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).
5
6
7 __Preferences:__
8
9 * List of topics of the %WIKITOOLNAME%.%WEB% web:
10 * Set WEBTOPICLIST = [[WelcomeGuest][Welcome]] %SEP% [[TWikiRegistration][Register]] %SEP% [[WebChanges][Changes]] %SEP% [[WebTopicList][Topics]] %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 = #FFD8AA
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 = [[%WEB%.WelcomeGuest][Welcome]], [[%WEB%.TWikiRegistration][Registration]], and other %WEB%.StartingPoints; TWiki history & Wiki style; All the docs...
19 * Set SITEMAPUSETO = ...discover TWiki details, and how to start your own site.
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: Site-level default template for new topics
30 * TWikiForms: How to enable form(s)
31 * Set WEBFORMS =
32
33 * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
34 * Set DENYWEBVIEW =
35 * Set ALLOWWEBVIEW =
36 * Set DENYWEBCHANGE =
37 * Set ALLOWWEBCHANGE =
38 * Set DENYWEBRENAME =
39 * Set ALLOWWEBRENAME =
40
41 * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
42 * Set ALLOWTOPICCHANGE =
43 rizwank 1.1 * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup
44
45 * Web preferences that are *not* allowed to be overridden by user preferences:
46 * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
47
48 __Notes:__
49 * A preference is defined as: <br /> =6 spaces * Set NAME = value= <br /> Example:
50 * S<nop>et WEBBGCOLOR = #FFFFC0
51 * Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs. Example:
52 * When you write variable =%WEB<nop>BGCOLOR%= , it gets expanded to =%WEBBGCOLOR%= .
53 * 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.
54 * 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).
55
56 __Related Topics:__
57 * %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences.
58 * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
59 * %TWIKIWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=.
60 * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.
61
|