Hello
WikiGuest
Log In
or
Register
Users
About
Blog
Extensions
Documentation
Community
Development
Tasks
Download
Support
You are here:
Foswiki
>
Testweb Web
>
WebPreferences
(24 Jan 2013,
AdminUser
)
(raw view)
---+!! <nop>%WEB% Web Preferences %TOC% ---++ Appearance ---++ Extension Settings * Skin overriding the default templates: (can be overwritten by WebPreferences and user preferences) * Set SKIN = famfamfam,pattern * *Note:* See SkinBrowser for currently installed skins ---+++ JQuery * List of Foswiki preferences, the values of which are made available through the foswiki.getPreference() javascript function. Note: Plugin authors can extend this list in their <span class="WYSIWYG_TT">initPlugin</span>using the following simple code fragment. Say you want to add 'MYPREF' to the list: <verbatim class="perl"> my $pref = Foswiki::Func::getPreferencesValue('EXPORTEDPREFERENCES')||''; my @list = split(/[,\s]+/, $pref); unless (grep { /^MYPREF$/ } @list) { push(@list, 'MYPREF'); } Foswiki::Func::setPreferencesValue( 'EXPORTEDPREFERENCES', join(',', @list)); </verbatim> * Set EXPORTEDPREFERENCES = PUBURL, PUBURLPATH, SCRIPTSUFFIX, SCRIPTURL, SCRIPTURLPATH, SERVERTIME, SKIN, SYSTEMWEB, TOPIC, USERNAME, USERSWEB, WEB, WIKINAME, WIKIUSERNAME, NAMEFILTER ---+++ PatternSkin * Set PATTERNSKIN_JQUERY_THEME = foswiki Skin styles: * Set FOSWIKI_LAYOUT_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinThemeFatWilly/layout.css * Set FOSWIKI_STYLE_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinThemeFatWilly/style.css * Set FOSWIKI_COLORS_URL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinThemeFatWilly/colors.css Theme variants: * Set PATTERNSKIN_COLUMNS = %PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/column_none2.css * Set PATTERNSKIN_THEME_VARIANT = Navigation: * Set PATTERNSKIN_NAVIGATION_TOPIC = %SYSTEMWEB%/PatternSkinThemeFatWillyNavigation Top bar: * Set WEBHEADERART = * Set WEBHEADERBGCOLOR = ---+++ Skin icons * Topic containing the icon graphics library. Icons can easily be rendered with =%<nop>ICON{name}%=. * Set ICONTOPIC = %SYSTEMWEB%.DocumentGraphics * to use the Foswiki 1.0 iconset, set the ICONTOPIC to %SYSTEMWEB%.DocumentGraphics ---+++ TinyMCEPlugin * Topic containing a [[VarSECTION][section]] named <span class="WYSIWYG_TT">INIT</span>which will hold the default initialisation parameters for the !TinyMCE editor. * #Set TINYMCEPLUGIN_INIT_TOPIC = %SYSTEMWEB%.TinyMCEPlugin <blockquote class="foswikiHelp"> %H% _Not set in this topic, the plugin assumes this value if missing_ </blockquote> ---+++ TwistyPlugin * Show/hide animation speed: 'fast', 'slow', or integer milliseconds | <span class="WYSIWYG_TT">0</span>(no animation) * Set TWISTYPLUGIN_TWISTYANIMATIONSPEED = fast ---+++ Legacy support * Support for legacy "EDITTOPIC", used to be hard-coded, now replaced by TMPL:P conditional instantiation * Set EDITURL = %SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$epoch"}% * Set EDITTOPIC = <a href="%EDITURL%" title="Edit Topic - deprecated usage - please see release notes">Edit</a> * Support for MAINWEB which is often used in older legacy webs that have been upgraded to Foswiki * Set MAINWEB = %USERSWEB% --- * * Set WEBBGCOLOR = #efefef * web-specific background color, <span class="wysiwyg_protected">%webbgcolor%</span>;"> current color * Set SITEMAPLIST = on * set to =off= to hide this web from the [[System.SiteMap][SiteMap]] * Set WEBSUMMARY = * description what this web is used for * Set NOSEARCHALL = * if set to =on=, this web will be exclude web from a global search ---++ Wiki application settings * WebTopicEditTemplate * default template for new topics in this web, if this topic does not exist, [[System.WebTopicEditTemplate][site-level default template]] will be used * Set WEBFORMS = * Comma separated list of forms that can be attached to topics in this web. See [[System.DataForms][DataForms]] for more information. ---++ Access control Users or groups who are allowed to view, change and rename topics in the <nop>%WEB% web.Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. * Set DENYWEBVIEW = * Set ALLOWWEBVIEW = * Set DENYWEBCHANGE = * Set ALLOWWEBCHANGE = %USERSWEB%.AdminUser , %USERSWEB%.StefanMathiebe * Set DENYWEBRENAME = * Set ALLOWWEBRENAME = %USERSWEB%.AdminUser Users or groups allowed to change or rename this <nop>%TOPIC% topic: (e.g., [[%USERSWEB%.AdminGroup][AdminGroup]]) * Set ALLOWTOPICCHANGE = %USERSWEB%.AdminUser , %USERSWEB%.StefanMathiebe * Set ALLOWTOPICRENAME = %USERSWEB%.AdminUser --- %INCLUDE{"%SYSTEMWEB%.WebPreferencesHelp"}%
E
dit
|
A
ttach
|
P
rint version
|
H
istory
: r10
<
r9
<
r8
<
r7
|
B
acklinks
|
V
iew topic
|
Edit
w
iki text
|
M
ore topic actions
Topic revision: r10 - 24 Jan 2013,
AdminUser
Testweb
Log In
or
Register
Toolbox
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
Webs
Main
Sandbox
System
Testweb
Български
_jméno_jazyka
Dansk
Deutsch
English
Español
Suomi
Français
Italiano
日本語
한글
Nederlands
Norsk
Polski
Português
Português brasileiro
Русский
Svenska
简体中文
正體中文
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki?
Send feedback