~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/data/_default/WebPreferences.txt

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%META:TOPICINFO{author="ProjectContributor" date="1231502400" format="1.1" version="1"}%
 
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 [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]] and [[%LOCALSITEPREFS%]], and can be overwritten by *user preferences* (your personal topic, eg: [[%USERSWEB%.%WIKINAME%][%WIKINAME%]] in the [[%USERSWEB%.%HOMETOPIC%][%USERSWEB%]] web).
 
6
 
 
7
%TOC%
 
8
 
 
9
---++ Web Preferences Settings
 
10
 
 
11
These settings override the defaults for this web only. See [[%SYSTEMWEB%.DefaultPreferences#DefaultWebPreferences][full list of defaults with explanation]]. Many of the settings below are commented out. Remove the # sign to enable a local customisation.
 
12
 
 
13
   * List of topics of the <nop>%WEB% web:
 
14
      * #Set WEBTOPICLIST = %WEBTOPICLIST%
 
15
 
 
16
<div style='background-color: %WEBBGCOLOR%;float: right'>
 
17
&nbsp;%WEBBGCOLOR%&nbsp;
 
18
</div>
 
19
   * Web-specific background color: (Pick a lighter one of the [[%SYSTEMWEB%.StandardColors][StandardColors]]).
 
20
      * Set WEBBGCOLOR = #DDDDDD
 
21
      * *Note:* This setting is automatically configured when you create a web
 
22
 
 
23
   * Image, URL and alternate tooltip text of web's logo.%BR%
 
24
     *Note:* Don't add your own local logos to the [[%SYSTEMWEB%.ProjectLogos][ProjectLogos]] topic; create your own logos topic instead.
 
25
      * #Set WEBLOGOIMG = %WEBLOGOIMG%
 
26
      * #Set WEBLOGOURL = %WEBLOGOURL%
 
27
      * #Set WEBLOGOALT = %WEBLOGOALT%
 
28
 
 
29
   * List this web in the [[%SYSTEMWEB%.SiteMap][SiteMap]]. If you want the web listed, then set SITEMAPLIST to =on=, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. <nop>%WEB%.Topic links.%BR%
 
30
      *Note:* Unlike other settings, SITEMAPLIST is *not* inherited from parent webs. It has to be set in *every* web that is to be listed in the [[%SYSTEMWEB%.SiteMap][SiteMap]] %BR%
 
31
      * Set SITEMAPLIST = on
 
32
      * Set SITEMAPWHAT = 
 
33
      * Set SITEMAPUSETO = 
 
34
      * *Note:* Above settings are automatically configured when you create a web
 
35
 
 
36
   * Exclude web from a =web="all"= search: (Set to =on= for hidden webs).
 
37
      * Set NOSEARCHALL = 
 
38
      * *Note:* This setting is automatically configured when you create a web
 
39
 
 
40
   * Prevent automatic linking of [[%SYSTEMWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences:
 
41
      * #Set NOAUTOLINK = %NOAUTOLINK%
 
42
      * *Note:* You can still use the =[<nop>[...][...]]= syntax to link topics if you disabled <nop>WikiWord linking. The =&lt;noautolink&gt; ... &lt;/noautolink&gt;= syntax can be used to prevents links within a block of text.
 
43
 
 
44
   * Default template for *new topics* for this web:
 
45
      * WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist)
 
46
      * [[%SYSTEMWEB%.WebTopicEditTemplate]]: Site-level default topic template
 
47
 
 
48
   * Comma separated list of *forms* that can be attached to topics in this web. See [[%SYSTEMWEB%.DataForms][DataForms]] for more information.
 
49
      * Set WEBFORMS =
 
50
 
 
51
   * Users or groups who *are not* / *are* allowed to *view* / *change* / *rename* topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]).
 
52
      * Set DENYWEBVIEW = 
 
53
      * Set ALLOWWEBVIEW = 
 
54
      * Set DENYWEBCHANGE = 
 
55
      * Set ALLOWWEBCHANGE = %USERSWEB%.AdminGroup
 
56
      * Set DENYWEBRENAME = 
 
57
      * Set ALLOWWEBRENAME = %USERSWEB%.AdminGroup
 
58
 
 
59
   * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (e.g., [[%USERSWEB%.AdminGroup][AdminGroup]])
 
60
      * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminGroup
 
61
      * Set ALLOWTOPICRENAME = %USERSWEB%.AdminGroup
 
62
 
 
63
   * Web preferences that are *not* allowed to be overridden by sub-web, user or topic preferences:
 
64
      * Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
 
65
 
 
66
%INCLUDE{%SYSTEMWEB%.WebPreferencesHelp}%
 
67