You are here: WebPreferences
The following settings are web preferences of the TWiki.Patterns web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)
Preferences:
-
- Set SKIN = pattern
- Set ATTACHED = http://www.visiblearea.com/twiki/pub/Patterns/attached
- Set HOMETOPIC = Home
- Set NOTIFYTOPIC = Mail notification
- Set RECENTCHANGESTOPIC = Recent changes
- Set RELEASEEDITLOCKCHECKBOX = checked="checked"
- Appearance:
- Set WEBBGCOLOR = #ECF2F9
- Set ACCENTCOLOR = #3B77BC
- Set FADECOLOR = #E3F0FF
- Set BUTTONCOLOR = #B0DAF6
- Set RELATEDBOX = #FFFFFF
-
- Set TABLEATTRIBUTES = tableborder="0" cellpadding="0" cellspacing="1" headerbg="#666666" databg="#FFFFCC, #FFFFFF"
- Set SORT = none
- List this web in the SiteMap:
- 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. Patterns.Topic links. - Set SITEMAPLIST = on
- Set SITEMAPWHAT = Describe what this web does.
- Set SITEMAPUSETO = ...to do something.
- If yes, set SITEMAPLIST to
- Exclude web from a
web="all"search: (Set toonfor hidden webs)- Set NOSEARCHALL =
- Default template for new topics and form(s) for this web:
- WebTopicEditTemplate: Default template for new topics in this web. (Site-level is used if topic does not exist)
- TWiki.WebTopicEditTemplate: Site-level default template
- TWikiForms: How to enable form(s)
- Set WEBFORMS = Title form
- Users or groups who are not / are allowed to view / change / rename topics in the Patterns web: (See TWikiAccessControl)
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Set DENYWEBRENAME = TWikiGuest
- Set ALLOWWEBRENAME = InteractionDesignGroup
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
- Set ALLOWTOPICCHANGE = InteractionDesignGroup
- Set ALLOWTOPICRENAME = InteractionDesignGroup
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
- A preference is defined as:
6 spaces * Set NAME = value
Example:- Set WEBBGCOLOR = #FFFFC0
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR%, it gets expanded to#ECF2F9.
- When you write variable
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHTbeforeWIKIWEBMASTERsince%WEBCOPYRIGHT%uses the%WIKIWEBMASTER%variable. - You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
- TWikiPreferences has site-level preferences.
- TWikiUsers has a list of user topics. User topics can have optional user preferences.
- TWikiVariables has a list of common
%VARIABLES%. - TWikiAccessControl explains how to restrict access by users or groups.

