Changeset 527


Ignore:
Timestamp:
11/10/08 22:47:48 (3 years ago)
Author:
KennethLavrsen
Message:

Item109: Finally reached the end of the renaming of
TWikiPreferences to Default/SitePreferences in trunk

Location:
trunk
Files:
74 edited

Legend:

Unmodified
Added
Removed
  • trunk/AliasPlugin/data/TWiki/AliasPlugin.txt

    r482 r527  
    4646By default no alias substitution is applied to a page. You can configure all of your TWiki 
    4747pages to get alias substitution by  
    48    1 prepending =alias= to your =SKIN= variable in your <nop>TWikiPreferences/<nop>WebPreferences/topic preferenes 
     48   1 prepending =alias= to your =SKIN= variable in your <nop>%SYSTEMWEB%.DefaultPreferences/<nop>%USERSWEB%.SitePreferences/<nop>WebPreferences/topic preferenes 
    4949     <verbatim>Set SKIN = alias, pattern</verbatim> 
    5050   2 appending =?cover=alias= to an url or 
     
    110110%$MANIFEST% 
    111111   * Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
    112    * Edit your %MAINWEB%.TWikiPreferences and prepend to your SKIN variable the =alias= identifier, 
     112   * Edit your %USERSWEB%.SitePreferences and prepend to your SKIN variable the =alias= identifier, 
    113113     for example to 
    114114     <verbatim>   * Set SKIN = alias,pattern</verbatim> 
  • trunk/AnyWikiDrawPlugin/lib/TWiki/Plugins/AnyWikiDrawPlugin.pm

    r464 r527  
    103103# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    104104# if you want the users to be able to change settings, then use standard TWiki 
    105 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     105# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    106106# at the web and topic level. 
    107107$NO_PREFS_IN_TOPIC = 0; #TODO: Set it back to one 
  • trunk/BuildContrib/lib/TWiki/Contrib/Build.pm

    r525 r527  
    20662066      1 Manually edit !LocalSite.cfg to set any configuration variables. 
    20672067 
    2068 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined. Please add these definitions to your %MAINWEB%.TWikiPreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>TWIKIWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
     2068%IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined. Please add these definitions to your %USERSWEB%.SitePreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>TWIKIWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
  • trunk/CacheChooserAddOn/bin/cache

    r55 r527  
    2929cache=${PWD%bin}/cache 
    3030errlog=$cache/.htcacherr.log 
    31 twikipref=$data/TWiki/TWikiPreferences.txt 
     31twikipref=$data/TWiki/DefaultPreferences.txt 
    3232# 
    3333# debug: 
  • trunk/ContributorsPlugin/data/TWiki/ContributorsPlugin.txt

    r501 r527  
    5656 
    5757---++ Examples 
    58 Use %<nop>CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7"}% to get 
     58Use %<nop>CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7"}% to get 
    5959 
    60 %CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7"}% 
     60%CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7"}% 
    6161 
    6262--- 
    63 Use %<nop>CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20"}% to get 
     63Use %<nop>CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20"}% to get 
    6464 
    65 %CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20"}% 
     65%CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20"}% 
    6666 
    6767--- 
    68 Use %<nop>CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20" format="        * $author$n"}% to get 
     68Use %<nop>CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20" format="      * $author$n"}% to get 
    6969 
    70 %CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20" format=" * $author$n"}% 
     70%CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20" format="       * $author$n"}% 
    7171--- 
    7272 
    73 Use %<nop>CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20" format="        * $author$n" nodups="on"}% to get 
     73Use %<nop>CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20" format="      * $author$n" nodups="on"}% to get 
    7474 
    75 %CONTRIBUTORS{web="TWiki" topic="TWikiPreferences" last="7" rev="1.20" format=" * $author$n"  nodups="on"}% 
     75%CONTRIBUTORS{web="TWiki" topic="DefaultPreferences" last="7" rev="1.20" format="       * $author$n"  nodups="on"}% 
    7676--- 
    77 Use  %<nop>CONTRIBUTORS{web="TWiki" topic="TWikiPreferences"  last="7" rev="1.20" format="|$author|$date|$rev|$n" header="|*Author*|*Date*|*Revision*|$n"}% to get: 
     77Use  %<nop>CONTRIBUTORS{web="TWiki" topic="DefaultPreferences"  last="7" rev="1.20" format="|$author|$date|$rev|$n" header="|*Author*|*Date*|*Revision*|$n"}% to get: 
    7878 
    79 %CONTRIBUTORS{web="TWiki" topic="TWikiPreferences"  last="7" rev="1.20" format="|$author|$date|$rev|$n" header="|*Author*|*Date*|*Revision*|$n"}% 
     79%CONTRIBUTORS{web="TWiki" topic="DefaultPreferences"  last="7" rev="1.20" format="|$author|$date|$rev|$n" header="|*Author*|*Date*|*Revision*|$n"}% 
    8080 
    8181---++ Plugin Installation Instructions 
  • trunk/DirectedGraphWebMapPlugin/data/TWiki/DirectedGraphWebMapPlugin.txt

    r501 r527  
    1010This is a sample of a web drawn by <nop>%TOPIC% - the "Main" web in a default installation of TWiki. 
    1111 
    12 <map id="SampleMainWebMap" name="SampleMainWebMap"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/NobodyGroup" title="NobodyGroup" alt="" coords="633,7,714,34"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiAdminGroup" title="TWikiAdminGroup" alt="" coords="623,61,724,88"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroups" title="TWikiGroups" alt="" coords="1189,115,1266,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiUsers" title="TWikiUsers" alt="" coords="772,329,842,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/SteffenPoulsen" title="SteffenPoulsen" alt="" coords="705,383,787,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/ProjectContributor" title="ProjectContributor" alt="" coords="596,383,691,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiPreferences" title="TWikiPreferences" alt="" coords="626,115,721,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroupTemplate" title="TWikiGroupTemplate" alt="" coords="1238,168,1350,195"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuest" title="TWikiGuest" alt="" coords="511,383,583,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiRegistrationAgent" title="TWikiRegistrationAgent" alt="" coords="922,383,1044,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UnknownUser" title="UnknownUser" alt="" coords="828,383,909,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserList" title="UserList" alt="" coords="1377,383,1433,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/PatternSkinUserViewTemplate" title="PatternSkinUserViewTemplate" alt="" coords="180,276,329,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserViewTemplate" title="UserViewTemplate" alt="" coords="299,329,401,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserForm" title="UserForm" alt="" coords="397,222,460,249"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuestLeftBar" title="TWikiGuestLeftBar" alt="" coords="7,329,110,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByDateJoined" title="UserListByDateJoined" alt="" coords="1397,544,1511,571"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByLocation" title="UserListByLocation" alt="" coords="1401,490,1507,517"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByPhotograph" title="UserListByPhotograph" alt="" coords="1476,436,1593,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListHeader" title="UserListHeader" alt="" coords="1348,436,1435,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserHomepageHeader" title="UserHomepageHeader" alt="" coords="371,276,486,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WebAtom" title="WebAtom" alt="" coords="828,276,892,302"> 
     12<map id="SampleMainWebMap" name="SampleMainWebMap"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/NobodyGroup" title="NobodyGroup" alt="" coords="633,7,714,34"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiAdminGroup" title="TWikiAdminGroup" alt="" coords="623,61,724,88"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroups" title="TWikiGroups" alt="" coords="1189,115,1266,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiUsers" title="TWikiUsers" alt="" coords="772,329,842,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/SteffenPoulsen" title="SteffenPoulsen" alt="" coords="705,383,787,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/ProjectContributor" title="ProjectContributor" alt="" coords="596,383,691,410"><area shape="rect" href="%SCRIPTURL%/view/%USERSWEB%/SitePreferences" title="SitePreferences" alt="" coords="626,115,721,142"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGroupTemplate" title="TWikiGroupTemplate" alt="" coords="1238,168,1350,195"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuest" title="TWikiGuest" alt="" coords="511,383,583,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiRegistrationAgent" title="TWikiRegistrationAgent" alt="" coords="922,383,1044,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UnknownUser" title="UnknownUser" alt="" coords="828,383,909,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserList" title="UserList" alt="" coords="1377,383,1433,410"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/PatternSkinUserViewTemplate" title="PatternSkinUserViewTemplate" alt="" coords="180,276,329,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserViewTemplate" title="UserViewTemplate" alt="" coords="299,329,401,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserForm" title="UserForm" alt="" coords="397,222,460,249"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/TWikiGuestLeftBar" title="TWikiGuestLeftBar" alt="" coords="7,329,110,356"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByDateJoined" title="UserListByDateJoined" alt="" coords="1397,544,1511,571"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByLocation" title="UserListByLocation" alt="" coords="1401,490,1507,517"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListByPhotograph" title="UserListByPhotograph" alt="" coords="1476,436,1593,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserListHeader" title="UserListHeader" alt="" coords="1348,436,1435,463"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/UserHomepageHeader" title="UserHomepageHeader" alt="" coords="371,276,486,302"><area shape="rect" href="%SCRIPTURL%/view/%MAINWEB%/WebAtom" title="WebAtom" alt="" coords="828,276,892,302"> 
    1313</map> 
    1414<img usemap="#SampleMainWebMap" src="%ATTACHURLPATH%/SampleMainWebMap.png"> 
     
    7272 
    7373        * Simulated: <br />\ 
    74           <map id="sample" name="sample"><area shape="rect" href="DirectedGraphWebMapPlugin" title="DirectedGraphWebMapPlugin" alt="" coords="272,7,509,50"><area shape="rect" href="DirectedGraphPlugin" title="DirectedGraphPlugin" alt="" coords="8,93,182,136"><area shape="rect" href="GoodStyle" title="GoodStyle" alt="" coords="204,93,307,136"><area shape="rect" href="TWikiPlugins" title="TWikiPlugins" alt="" coords="328,93,453,136"><area shape="rect" href="TWikiPreferences" title="TWikiPreferences" alt="" coords="474,93,627,136"><area shape="rect" href="TextFormattingRules" title="TextFormattingRules" alt="" coords="649,93,823,136"> 
     74          <map id="sample" name="sample"><area shape="rect" href="DirectedGraphWebMapPlugin" title="DirectedGraphWebMapPlugin" alt="" coords="272,7,509,50"><area shape="rect" href="DirectedGraphPlugin" title="DirectedGraphPlugin" alt="" coords="8,93,182,136"><area shape="rect" href="GoodStyle" title="GoodStyle" alt="" coords="204,93,307,136"><area shape="rect" href="TWikiPlugins" title="TWikiPlugins" alt="" coords="328,93,453,136"><area shape="rect" href="SitePreferences" title="SitePreferences" alt="" coords="474,93,627,136"><area shape="rect" href="TextFormattingRules" title="TextFormattingRules" alt="" coords="649,93,823,136"> 
    7575</map><img usemap="#sample" src="%ATTACHURLPATH%/sample.png"> 
    7676 
  • trunk/EditRowPlugin/data/TWiki/EditRowPlugin.txt

    r464 r527  
    172172Also, the plugin can be selectively disabled using 
    173173| =EDITROWPLUGIN_DISABLE= | Set to =on= to disable the plugin. Default is =off=. | 
    174 These preferences can be defined in %MAINWEB%.TWikiPreferences, in !WebPreferences for an individual web, or in the topic. 
     174These preferences can be defined in %USERSWEB%.SitePreferences, in !WebPreferences for an individual web, or in the topic. 
    175175 
    176176---++ Relationships 
  • trunk/EditSyntaxPlugin/data/TWiki/EditSyntaxPlugin.txt

    r500 r527  
    9191         * View raw should show you the content in TWiki syntax 
    9292   * Show proper edit syntax summary in edit screen: 
    93       * Create an =EDITSYNTAX= setting in your =%MAINWEB%.TWikiPreferences= and set it to an empty value 
     93      * Create an =EDITSYNTAX= setting in your =%USERSWEB%.SitePreferences= and set it to an empty value 
    9494      * Edit =twiki/templates/edit.pattern.tmpl= and change ="%<nop>SYSTEMWEB%.WikiSyntaxSummary"= to ="%<nop>SYSTEMWEB%.%EDITSYNTAX%WikiSyntaxSummary"= 
    9595      * Change other =twiki/templates/edit.*.tmpl= template files as needed 
  • trunk/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm

    r464 r527  
    9595# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    9696# if you want the users to be able to change settings, then use standard TWiki 
    97 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     97# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    9898# at the web and topic level. 
    9999$NO_PREFS_IN_TOPIC = 1; 
  • trunk/FakeBasicAuthRegPlugin/data/TWiki/FakeBasicAuthRegPlugin.txt

    r464 r527  
    1010How it works is: SSL logs you in based on your client cert.  Instead of popping a login box, it gets your userid from the cert, and then authenticates you by doing a "fake" login using that userid and a password of "password".  If you have a valid entry in the htpassword file, login succeeds and REMOTE_USER is set.  If it fails, the login box pops up (and unfortunately you can't login; which is ok). 
    1111 
    12 This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, TWikiPreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See TWiki.TWikiAccessControl for more info. 
     12This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See TWiki.TWikiAccessControl for more info. 
    1313 
    1414In addition, this plugin provides access to environment variables in a TWiki topic (this was necessary for registration to work). 
  • trunk/FallbackPlugin/data/Sandbox/FallbackTest.txt

    r122 r527  
    11%META:TOPICINFO{author="MeredithLesly" date="1149267380" format="1.1" version="1.1"}% 
    2 %INCLUDE{%FALLBACK{"TWikiPreferences" otherwebs="Main, TWiki"}%}% 
     2%INCLUDE{%FALLBACK{"DefaultPreferences" otherwebs="Main, TWiki"}%}% 
    33 
    44 
  • trunk/FormPivotPlugin/data/TWiki/FormPivotPlugin.txt

    r500 r527  
    11%META:TOPICINFO{author="JohnTalintyre" date="1018985829" format="1.0" version="1.8"}% 
    2 %META:TOPICPARENT{name="TWikiPreferences"}% 
    32---+ Form Pivot Plugin 
    43 
  • trunk/FuncUsersContrib/test/unit/FuncUsersContrib/FuncUsersContribSuite.pm

    r143 r527  
    9393    $TWiki::cfg{UsersWebName} = $testUsersWeb; 
    9494    $TWiki::cfg{SystemWebName} = $testSysWeb; 
    95     $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb.TWikiPreferences"; 
     95    $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb.SitePreferences"; 
    9696    $TWiki::cfg{MapUserToWikiName} = 1; 
    9797    $TWiki::cfg{PasswordManager} = 'TWiki::Users::HtPasswdUser'; 
  • trunk/FundraisingPlugin/data/TWiki/FundraisingPlugin.txt

    r499 r527  
    22---+!! Fundraising Plugin 
    33 
    4 This plugin defines %<nop>FUNDRAISINGMESSAGE%, using a few variables defined on <nop>FundraisingPlugin; this can be used as %<nop>BROADCASTMESSAGE% on [[%MAINWEB%.TWikiPreferences]]. 
     4This plugin defines %<nop>FUNDRAISINGMESSAGE%, using a few variables defined on <nop>FundraisingPlugin; this can be used as %<nop>BROADCASTMESSAGE% on [[%USERSWEB%.SitePreferences]]. 
    55 
    66%TOC% 
     
    8787     | ==lib/TWiki/Plugins/%TOPIC%.pm== | Plugin Perl module | 
    8888   * Edit <nop>FundraisingPlugin to suit your needs. 
    89    * Write-protect %TOPIC% against modifications (with bullet =* Set ALLOWTOPICCHANGE = <nop>%MAINWEB%.TWikiAdminGroup=). 
     89   * Write-protect %TOPIC% against modifications (with bullet =* Set ALLOWTOPICCHANGE = <nop>%USERSWEB%.TWikiAdminGroup=). 
    9090      * #Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup 
    91    * To enable it on all pages, set %<nop>BROADCASTMESSAGE% to %<nop>FUNDRAISINGMESSAGE% in [[%MAINWEB%.TWikiPreferences]] topic. 
     91   * To enable it on all pages, set %<nop>BROADCASTMESSAGE% to %<nop>FUNDRAISINGMESSAGE% in [[%USERSWEB%.SitePreferences]] topic. 
    9292 
    9393---++ Plugin Info 
  • trunk/GenPDFAddOn/data/TWiki/GenPDFAddOn.txt

    r482 r527  
    131131        * %X% *BEFORE TWiki-4* Add the variable =$htmldocCmd = "/path/to/htmldoc";= to your =lib/TWiki.cfg= file so TWiki can find the location of the htmldoc executable. Look for $fgrepCmd. 
    132132        * %X% *TWiki-4 and later* Configure the =$TWiki::cfg{Extensions}{GenPDFAddOn}{htmldocCmd} = "/path/to/htmldoc";= using =configure= (in the =Extensions= section) 
    133         * %T% Copy the preferences from above and paste them into %MAINWEB%.TWikiPreferences, or the !WebPreferences topic for a single web. 
     133        * %T% Copy the preferences from above and paste them into %USERSWEB%.SitePreferences, or the !WebPreferences topic for a single web. 
    134134        * Test if the installation was successful: 
    135135                * Try loading [[%SCRIPTURL{genpdf}%/%WEB%/%TOPIC%][this page]] 
  • trunk/GenPDFLatexAddOn/data/TWiki/GenPDFLatexAddOn.txt

    r147 r527  
    8383      * Set up the pdflatex generation form. Note, this form topic is _optional_.  If no form is declared, the cgi script will use a default form which can be modified by the administrator instead. 
    8484         * Modify the file generation form, <nop>GenPDFLatexForm, to reflect your own needs.   
    85          * declare which topic to use as the form in a Preferences topic %BR% (e.g.  declare %BR% * Set GENPDFLATEX_OPTIONSPAGE = Main.<nop>GenPDFLatexForm %BR% in the TWiki.TWikiPreferences topic) 
     85         * declare which topic to use as the form in a Preferences topic %BR% (e.g.  declare %BR% * Set GENPDFLATEX_OPTIONSPAGE = Main.<nop>GenPDFLatexForm %BR% in the %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences topic) 
    8686      * Test if the installation was successful: 
    8787         * point your browser to a TWiki topic that contains TWiki:Plugins.LatexModePlugin markup. 
  • trunk/HttpsRedirectPlugin/lib/TWiki/Plugins/HttpsRedirectPlugin.pm

    r464 r527  
    7979# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    8080# if you want the users to be able to change settings, then use standard TWiki 
    81 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     81# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    8282# at the web and topic level. 
    8383$NO_PREFS_IN_TOPIC = 1; 
  • trunk/KoalaSkin/bin/koalaskin-generate

    r464 r527  
    571571 
    572572# looks into the TWiki site prefs to see if user has set the needed vars 
     573# SMELL: Does not cope with DefaultPreferences and SitePreferences 
    573574check_ks_variables () { 
    574575  local tp v 
    575576  if $onsite; then 
    576     for tp in $data/*/TWikiPreferences.txt; do 
     577    for tp in $data/*/DefaultPreferences.txt; do 
    577578      for v in `egrep '^        +[*] +Set +[A-Z_]+ +=' $tp | sed -e 's/^[        *]*Set  *\([A-Z_][A-Z_]*\) .*/\1/'`; do 
    578579        needed_vars="${needed_vars/ $v / +$v }" 
     
    582583      case "$v" in 
    583584        +*) : ;; # ok, found 
    584         *) W You must define the TWiki variable \"$v\" in TWiki.TWikiPreferences, e.g.: 
     585        *) W You must define the TWiki variable \"$v\" in TWiki.DefaultPreferences, e.g.: 
    585586           echo "      * Set $v =" 
    586587           ;; 
     
    12221223check_settings () { 
    12231224  if $onsite; then 
    1224     if grep -q '^               [*] Set TOPICS =' $data/TWiki/TWikiPreferences.txt 
     1225    if grep -q '^               [*] Set TOPICS =' $data/TWiki/DefaultPreferences.txt 
    12251226    then :; else W "You must set the TOPICS variable in Wiki prefs like this: 
    12261227      * Set TOPICS =" 
    12271228    fi 
    1228     if grep -q '^               [*] Set SKIN = koala' $data/TWiki/TWikiPreferences.txt 
     1229    if grep -q '^               [*] Set SKIN = koala' $data/TWiki/DefaultPreferences.txt 
    12291230    then :; else W "You must set the SKIN variable in Wiki prefs like this: 
    12301231      * Set SKIN = koala" 
    12311232    fi 
    1232     if grep -q '^               [*] Set EDITBOXSTYLE =' $data/TWiki/TWikiPreferences.txt 
     1233    if grep -q '^               [*] Set EDITBOXSTYLE =' $data/TWiki/DefaultPreferences.txt 
    12331234    then :; else W "You must set the EDITBOXSTYLE variable in Wiki prefs like this: 
    12341235      * Set EDITBOXSTYLE = width: 99%" 
  • trunk/KoalaSkin/bin/ks_lastchanges.sh

    r189 r527  
    102102 
    103103parse_webs_webcore () { 
    104 bgcolor="`grep '[*] Set WEBBGCOLOR =' TWiki/TWikiPreferences.txt|sed -e 's/.*=[         ]*//' -e 's///g'`" 
    105 fgcolor="`grep '[*] Set WEBFGCOLOR =' TWiki/TWikiPreferences.txt|sed -e 's/.*=[         ]*//' -e 's///g'`" 
     104bgcolor="`grep '[*] Set WEBBGCOLOR =' TWiki/DefaultPreferences.txt|sed -e 's/.*=[       ]*//' -e 's///g'`" 
     105fgcolor="`grep '[*] Set WEBFGCOLOR =' TWiki/DefaultPreferences.txt|sed -e 's/.*=[       ]*//' -e 's///g'`" 
    106106cat <<EOF 
    107107<html><head><title>$title $wikiname</title> 
     
    213213case "$PATH_INFO" in /[0-9]*) max="${PATH_INFO#/}"; max="${max%%/*}";; esac 
    214214 
    215 wikiname=`grep '^[      ]*[*] Set WIKITOOLNAME =' TWiki/TWikiPreferences.txt | sed -e 's/[^=]*=[        ]*//' -e 's/[    
     215wikiname=`grep '^[      ]*[*] Set WIKITOOLNAME =' TWiki/DefaultPreferences.txt | sed -e 's/[^=]*=[      ]*//' -e 's/[    
    216216]*$//'` 
    217217wikiname=${wikiname:-Wiki} 
     
    229229title="Changed topics in last $max days in" 
    230230 
    231 if grep '^              [*]  *Set  *SKIN  *=  *koala' TWiki/TWikiPreferences.txt >/dev/null 2>&1; then 
     231if grep '^              [*]  *Set  *SKIN  *=  *koala' TWiki/DefaultPreferences.txt >/dev/null 2>&1; then 
    232232    if grep '^          [*]  *Set  *KSTHEME  *=  *webcore' TWiki/KoalaSkinWebList.txt >/dev/null 2>&1 
    233233    then parse_webs_webcore; parse_log=parse_log_mono 2>&1 
  • trunk/KoalaSkin/data/TWiki/KoalaSkin.txt

    r189 r527  
    179179                Tradition versions of Sun, HP, etc,... will not work 
    180180          <ol> 
    181         4 Set in your global web preferences TWiki.TWikiPreferences: 
     181        4 Set in your global web preferences %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences: 
    182182          <br> _6 spaces_ * Set SKIN = koala 
    183183          <br> _6 spaces_ * Set TOPICS =  
     
    288288          and generated templates. Leaves the local customizations  
    289289          (<nop>KoalaSkinWebList topic) untouched. You need also to change or remove 
    290           the  <tt>* Set SKIN = koala</tt> in TWiki.TWikiPreferences 
     290          the  <tt>* Set SKIN = koala</tt> in %SYSTEMWEB%.DefaultPreferences or  
     291          %USERSWEB%.SitePreferences 
    291292          to complete the uninstallation. 
    292293 
     
    339340will be seen in all the site, and that local web topics are appended to these 
    340341but do not override them (as is the case if you redefine TOPICS in a web), 
    341 define in your site prefs TWiki.TWikiPreferences: 
     342define in your site prefs %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences: 
    342343        * *Set TOPICS =* _some globally visible topics..._ %<nop>TOPICS_WEB% 
    343344        * *Set TOPICS_WEB =*  
     
    425426          Can be used to redefine any KoalaSkin template, see Theming. 
    426427To do this, set in TWiki.KoalaSkinWebList the variable to a %-var, that you will 
    427 have to define the default in the site preferences in TWiki.TWikiPreferences, 
     428have to define the default in the site preferences in %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences, 
    428429that then can be used to define things per web. For instance, in 
    429430TWiki.KoalaSkinWebList, with the following declaration you will be able to use 
     
    496497 
    497498---+++ Boxes 
    498 If you insert in your TWiki.TWikiPreferences site-wide preferences 
     499If you insert in your %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences site-wide preferences 
    499500the contents of the provided file =templates/ks_boxes.koala.txt= 
    500501you will have %-macros to create colored boxes of text in the colors scheme 
     
    808809                * new PRINTCSS twiki var 
    809810                * *%X%* you must add a <tt>* Set PRINTCSS =</tt> to your 
    810                   site global prefs, in TWiki.TWikiPreferences 
     811                  site global prefs, in %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences 
    811812                * new NOSHOW option 
    812813                * =bin/koalaskin-generate= config: new lib var 
    813814                * Beijing: *%X%* you must add a  
    814815                  <tt>* Set BROADCASTMESSAGE =</tt> to  
    815                   your site global prefs, in TWiki.TWikiPreferences 
     816                  your site global prefs, in %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences 
    816817                  Cairo users do not need it. 
    817818                * the topic list is now <nop>TWiki.KoalaSkinWebList, not 
     
    940941                  <br> *%X%* You *must* add a line: 
    941942                  <br> _3 spaces_ * Set RELATEDWEBS = 
    942                   <br> to your TWiki.<nop>TWikiPreferences topic 
     943                  <br> to your !%SYSTEMWEB%.DefaultPreferences or !%USERSWEB%.SitePreferences topic 
    943944                * bugfix: the script searchmulti ignored the templatetopic 
    944945                  parameter (searchmulti can be used to create topics, with 
     
    10311032                * Final bugfix for macintoshes (by Jon Reid) 
    10321033                * *%X%* new variable KSBUTTONS. You *must* declare it 
    1033                   in your TWiki.TWikiPreferences as a: 
     1034                  in your %SYSTEMWEB%.DefaultPreferences / %USERSWEB%.SitePreferences as a: 
    10341035                  <br> * Set KSBUTTONS = 
    10351036                * *%X%* Apply patch TWiki:Codev/TopicMovedMessageTooVisible 
     
    11001101                * koalaskin-generate -i was broken 
    11011102                * *%X%* new version of =ks_boxes.koala.txt= , update your 
    1102                   TWiki.TWikiPreferences with it (MBOXHEAD, MBOXBODY, MBOXEND) 
     1103                  %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences with it (MBOXHEAD, MBOXBODY, MBOXEND) 
    11031104                * *%X%* New recommended patch  
    11041105                  TWiki:Codev/LinksToWebHomeShowWebName 
     
    11521153                * docfix: TOPICSTOP was not documented 
    11531154                * script now checks that the needed variables are defined in 
    1154                   TWiki.TWikiPreferences, and issue warnings on missing ones 
     1155                  %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences, and issue warnings on missing ones 
    11551156                * default css for html tags &lt;b> and &lt;i>, and twiki __ 
    11561157                  constructs are rendered in a colored ink. Note that this is 
     
    11661167                  (it is only cosmetics, will not break if not applied) 
    11671168                * *%X%* define the variable *%<nop>CSS%* in the 
    1168                   TWiki.TWikiPreferences to nothing. 
     1169                  %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences to nothing. 
    11691170                * *%X%* define the variable *%<nop>TOPICSTOP%* in the 
    1170                   TWiki.TWikiPreferences to nothing. 
     1171                  %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences to nothing. 
    11711172                * New %<nop>CSS% TWiki var to override CSS per web 
    11721173                * New global Koala Skin KSCSS var to define an additional 
     
    12131214        * *1.17* _21 Aug 2002_ 
    12141215                * *%X%* add the line to your Site Prefs 
    1215                   (TWiki.TWikiPreferences), to be forward-compatible with the 
     1216                  (%SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences), to be forward-compatible with the 
    12161217                  upcoming TWiki release. 
    12171218                  <br> _6 spaces_ * Set EDITBOXSTYLE = width: 99% 
  • trunk/KupuContrib/data/TWiki/KupuContrib.txt

    r464 r527  
    3131Kupu uses a special edit template (see TWiki.TWikiTemplates).  
    3232 
    33 *Important* Set the name of the skin to use for WYSIWYG editing. This preference can be set in %MAINWEB%.<nop>TWikiPreferences, !WebPreferences or in individual topics. *If it is not set the editor is disabled*. For example, 
     33*Important* Set the name of the skin to use for WYSIWYG editing. This preference can be set in !%USERSWEB%.SitePreferences, !WebPreferences or in individual topics. *If it is not set the editor is disabled*. For example, 
    3434        * <nop>Set WYSWIYGPLUGIN_WYSIWYGSKIN = kupu 
    3535 
  • trunk/MeetingBingoPlugin/lib/TWiki/Plugins/MeetingBingoPlugin.pm

    r464 r527  
    5757# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    5858# if you want the users to be able to change settings, then use standard TWiki 
    59 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     59# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    6060# at the web and topic level. 
    6161$NO_PREFS_IN_TOPIC = 0; 
  • trunk/MovableTypePlugin/data/TWiki/MovableTypePlugin.txt

    r500 r527  
    1010%TABLE{ sort="on" headerrows="1" }%  
    1111| *%<nop>MOVABLETYPE% Parameter* | *Explanation* | *Default* | 
    12 | =blog_id= | id of the blog | %<nop>MOVABLETYPEPLUGIN_BLOG_ID%, Set in TWikiPreferences or WebPreferences.  Currently set to %MOVABLETYPEPLUGIN_BLOG_ID%. | 
     12| =blog_id= | id of the blog | %<nop>MOVABLETYPEPLUGIN_BLOG_ID%, Set in %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, or WebPreferences.  Currently set to %MOVABLETYPEPLUGIN_BLOG_ID%. | 
    1313| =category= | blog category label | none | 
    1414| =format= | Format of one item. Can include variables in the table below. | none | 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeMantisDesign.txt

    r464 r527  
    44 
    55---++ Enable this design 
    6 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     6Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    77<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    8    * Set TWiki to use this MoveableType design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     8   * Set TWiki to use this MoveableType design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    99      * Set SKIN=moveabletype 
    1010   * set the moveabletype skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeSample2Design.txt

    r464 r527  
    88 
    99---++ Enable this design 
    10 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     10Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    1111<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    12    * Set TWiki to use this MoveableType design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     12   * Set TWiki to use this MoveableType design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    1313      * Set SKIN=moveabletype 
    1414   * set the moveabletype skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeSample3Design.txt

    r464 r527  
    3838 
    3939---++ Enable this design 
    40 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     40Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    4141 
    4242<noautolink> 
    4343<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    44    * Set TWiki to use this MoveableType design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     44   * Set TWiki to use this MoveableType design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    4545      * Set SKIN=moveabletype 
    4646   * set the moveabletype skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeSampleDesign.txt

    r464 r527  
    44 
    55---++ Enable this design 
    6 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     6Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    77<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    8    * Set TWiki to use this MoveableType design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     8   * Set TWiki to use this MoveableType design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    99      * Set SKIN=moveabletype 
    1010   * set the moveabletype skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/MoveableTypeSkin/data/TWiki/MoveableTypeSkin.txt

    r500 r527  
    113113options. If you have used the Theme Browser to select your preferred setup, 
    114114you can copy and paste the following section to your 
    115 %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     115%USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    116116 
    117117<noautolink> 
  • trunk/MultiLangPlugin/data/TWiki/MultiLangPlugin.txt

    r499 r527  
    124124 
    125125 
    126 ---+++ Settings to change in TWikiPreferences/WebPreferences 
     126---+++ Settings to change in %SYSTEMWEB%.DefaultPreferences /%USERSWEB%.SitePreferences / WebPreferences 
    127127 
    128128This plug-in comes with a proposed [[TWikiForms][TWikiForm]]: TWiki.TranslationForm, you may 
  • trunk/NatEditPlugin/data/TWiki/NatEditPlugin.txt

    r482 r527  
    4848*PatternSkin:* %BR% 
    4949To enable the <nop>NatEditPlugin add the identifier =natedit= to the =SKIN=  
    50 variable in %MAINWEB%.TWikiPreferences or WebPreferences, e.g. 
     50variable in %USERSWEB%.SitePreferences or WebPreferences, e.g. 
    5151<pre> 
    5252   * <!-- -->Set SKIN = natedit,pattern 
  • trunk/NatSkinPlugin/data/TWiki/NatSkinPlugin.txt

    r502 r527  
    172172So given you want to have the string <nop>%WIKITOOLNAME% in the logo position 
    173173when using NatSkin but not so when using a different skin on the same site. 
    174 Then add the following to the %MAINWEB%.TWikiPreferences: 
     174Then add the following to the %USERSWEB%.SitePreferences: 
    175175<verbatim> 
    176176  * Set NATWEBLOGONAME = %WIKITOOLNAME% 
     
    179179 
    180180If you want to have a different logo using NatSkin than using another skin on the same site 
    181 then add the following to  the %MAINWEB%.TWikiPreferences: 
     181then add the following to  the %USERSWEB%.SitePreferences: 
    182182<verbatim> 
    183183  * Set NATWEBLOGOIMG = /path/to/your/natskinlogo.gif 
     
    328328     customize the default style adding the variables SKINSTYLE, STYLEBORDER, 
    329329     STYLEBUTTONS and STYLESIDEBAR (see NatSkin) 
    330    * If you have set up ssl for your server add the following variable to your <nop>TWikiPreferences: 
     330   * If you have set up ssl for your server add the following variable to your <nop>SitePreferences: 
    331331     <verbatim> * Set HTTPSLOGON = on </verbatim> 
    332332     This will prevent passwords being sent in clear-text over a possibly insecure net. 
  • trunk/PeerPlugin/data/TWiki/PeerReviewInstall.txt

    r502 r527  
    1313                * my $dbUsername  = "myusername"; 
    1414                * my $dbPassword  = "mypassword"; 
    15         1 Edit the %SYSTEMWEB%.<nop>TWikiPreferences, %SYSTEMWEB%.<nop>WebPreferences and the WebPreferences topic in each web as shown below. (Or follow the instructions in PeerReviewExamples to modify any skin). 
     15        1 Edit the !%SYSTEMWEB%.DefaultPreferences, !%USERSWEB%.SitePreferences, %SYSTEMWEB%.<nop>WebPreferences and the WebPreferences topic in each web as shown below. (Or follow the instructions in PeerReviewExamples to modify any skin). 
    1616 
    1717*Change...* 
  • trunk/PerforcePlugin/lib/TWiki/Plugins/PerforcePlugin.pm

    r464 r527  
    9595# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    9696# if you want the users to be able to change settings, then use standard TWiki 
    97 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     97# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    9898# at the web and topic level. 
    9999$NO_PREFS_IN_TOPIC = 1; 
  • trunk/PreferencesPlugin/lib/TWiki/Plugins/PreferencesPlugin/MANIFEST

    r14 r527  
    11data/TWiki/PreferencesPlugin.txt 0644 
    2 data/TWiki/TWikiPreferencesForm.txt 0644 
     2data/TWiki/DefaultPreferencesForm.txt 0644 
    33lib/TWiki/Plugins/PreferencesPlugin.pm 0444 
  • trunk/QuickMenuSkin/data/TWiki/QuickMenuSkin.txt

    r464 r527  
    2828To add different menus to the menubar you can set =QUICKMENUBAR= to the topic containing the javascript for your own custom menus. By default =QUICKMENUBAR= is set to =%%NOP%SYSTEMWEB%.QuickMenuBar=, have a look at %SYSTEMWEB%.QuickMenuBar to see how the menus are created. 
    2929 
    30 To change settings just add them to %MAINWEB%.TWikiPreferences, WebPreferences, or your personal page.%BR% 
     30To change settings just add them to %USERSWEB%.SitePreferences, WebPreferences, or your personal page.%BR% 
    3131Eg: 
    3232<pre> 
  • trunk/RenderFormPlugin/data/TWiki/RenderFormPlugin.txt

    r482 r527  
    180180 
    181181Plugin settings are stored as preferences variables. To reference 
    182 a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;ATTRIBUTENAME&gt;%== to your Main.TWikiPreferences topic, i.e. ==%<nop>RENDERFORM_SHORTDESCRIPTION%== 
     182a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;ATTRIBUTENAME&gt;%== to your %USERSWEB%.SitePreferences topic, i.e. ==%<nop>RENDERFORM_SHORTDESCRIPTION%== 
    183183 
    184184You can also use template based preferences, just write ==RENDERFORM_TEMPLATE_&lt;templatename&gt;_&lt;ATTRIBUTENAME&gt;==. 
  • trunk/SearchEngineKinoSearchAddOn/data/TWiki/SearchEngineKinoSearchAddOn.txt

    r482 r527  
    126126---+++ Attachment file types to be indexed 
    127127 
    128 All the PDF, HTML, DOC, XLS and text attachments are indexed by default. If you want to override this setting you can use a TWiki preference ==KINOSEARCHINDEXEXTENSIONS==. You can copy & paste the next lines in your [[%MAINWEB%.TWikiPreferences]] topic 
     128All the PDF, HTML, DOC, XLS and text attachments are indexed by default. If you want to override this setting you can use a TWiki preference ==KINOSEARCHINDEXEXTENSIONS==. You can copy & paste the next lines in your [[%USERSWEB%.SitePreferences]] topic 
    129129<verbatim> 
    130130   * KinoSearch settings 
     
    161161   * The plugin must implement the method =$text = stringForFile ($filename)= 
    162162 
    163 Then you should add to the list in =KINOSEARCHINDEXEXTENSIONS= in %MAINWEB%.TWikiPreferences. Now 
     163Then you should add to the list in =KINOSEARCHINDEXEXTENSIONS= in %USERSWEB%.SitePreferences. Now 
    164164the defined document type should be indexed and the new stringifier should be used.  
    165165 
     
    260260---+++ Configuration 
    261261 
    262 This add-on uses several preferences which should be set at [[%MAINWEB%.TWikiPreferences]]. All these preferences are optional. If you are fine with the default values given below, you need not change anything. 
     262This add-on uses several preferences which should be set at [[%USERSWEB%.SitePreferences]]. All these preferences are optional. If you are fine with the default values given below, you need not change anything. 
    263263<verbatim> 
    264264(Note, these are not where the defaults are set) 
  • trunk/SkillsPlugin/lib/TWiki/Plugins/SkillsPlugin.pm

    r303 r527  
    145145 
    146146# manage categories/skills 
    147 # If there is a preference in Main.TWikiPreferences, only people listed and admins can add categories/skills 
     147# If there is a preference in %USERSWEB%.SitePreferences, only people listed and admins can add categories/skills 
    148148    unless ( isAllowed() ) { 
    149149        $_[0] =~ s!%ADDSKILLSMESSAGE%!<div class="skillNotification"> 
  • trunk/SpacedWikiWordPlugin/data/TWiki/SpacedWikiWordPlugin.txt

    r482 r527  
    1414Use underscore topic names if you want total control over links: 
    1515   1 (Optionally) disable automatic linking of !WikiWords. Do this if you are in the position to teach your users to only write links in bracket notation like =[<nop>[WebHome]]=. This is also how Wikipedia links are written. Bracket notation is necessary to create links for underscore topic names, but you can also mix both link notations. 
    16       * In [[Main.TWikiPreferences]] write =[3 spaces]* Set NOAUTOLINK = on= 
     16      * In [[%USERSWEB%.SitePreferences]] write =[3 spaces]* Set NOAUTOLINK = on= 
    1717   1 Use bracket notation without explicit link labels: 
    1818      * =[<nop>[WebHome][TWiki WebHome]]= - explicit link label, no spacing out 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/ArchivosAdjuntos.txt

    r482 r527  
    3232      * Se puede subir cualquier tipo de archivo. Algunos archivos que puedan comprometer la seguridad del sistema serán renombrados, por ejemplo: archivos =*.php= serán renombrados a =*.php.txt= con el fin de que nadie puede incluir código en el archivo que pueda ser ejecutado en el momento de leer el archivo .php. 
    3333      * Se mantendrá la ruta del archivo que se adjuntó anteriormente para su conveniencia. En caso que haga modificaciones al archivo local y quiere volver a subirlo, puede copiar la ruta nuevamente al campo de Archivo local. 
    34       * TWiki puede limitar el tamaño de archivos. Esto está definido en la variable =%<nop>ATTACHFILESIZELIMIT%= de las TWiki.TWikiPreferences %FLAGGB%; el límite actual son %ATTACHFILESIZELIMIT% kB. 
     34      * TWiki puede limitar el tamaño de archivos. Esto está definido en la variable =%<nop>ATTACHFILESIZELIMIT%= de las %SYSTEMWEB%.DefaultPreferences %FLAGGB%; el límite actual son %ATTACHFILESIZELIMIT% kB. 
    3535         * %X% No se recomienda subir archivos que tengan más que algunos cien kB de tamaño a través del navegador. Archivos grandes se suben extremadamente despacio y muchas veces causan una extralimitación de tiempo. Utilice un acceso FTP para subir archivos grandes. 
    3636   * Archivos adjuntos automáticos: 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/ComoFormatearTexto.txt

    r313 r527  
    4848%PLUGINDESCRIPTIONS% 
    4949 
    50 Revise el estado de estas extensiones y su configuración en TWiki.TWikiPreferences %FLAGGB%. 
     50Revise el estado de estas extensiones y su configuración en %SYSTEMWEB%.DefaultPreferences %FLAGGB%. 
    5151 
    5252---++ Errores comunes de edición 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/GlosarioTWiki.txt

    r313 r527  
    1717| Plugin: | Una extensión preconfigurada del lado de un servidor que agrega cualquier tipo de funciones adicionales perfectamente integradas al TWiki. [[TWiki.TWikiPlugins][Detalles...]] %FLAGGB% | 
    1818| Plugin API: | El interfaz estándar para crear TWiki _Plugins_ y programas adicionales que asegura una integración perfecta. [[TWiki.TWikiFuncDotPm][Detalles...]] %FLAGGB% | 
    19 | Preferencias: | La configuración de preferencias de todo el sitio, una _web_ específica e individual de cada usuario. Las configuraciones se guardan en las páginas TWiki.TWikiPreferences %FLAGGB%, WebPreferences %FLAGGB% y %USERSWEB%.TWikiUsers %FLAGGB%. [[TWiki.TWikiVariables#PreferencesVariables][Detalles...]] %FLAGGB% | 
     19| Preferencias: | La configuración de preferencias de todo el sitio, una _web_ específica e individual de cada usuario. Las configuraciones se guardan en las páginas %SYSTEMWEB%.DefaultPreferences %FLAGGB%, WebPreferences %FLAGGB% y %USERSWEB%.TWikiUsers %FLAGGB%. [[TWiki.TWikiVariables#PreferencesVariables][Detalles...]] %FLAGGB% | 
    2020| Sitio: | Una instalación de TWiki que consiste de una o más _webs_. [[SitioTWiki][Detalles...]] | 
    2121| TWiki: | Una plataforma de colaboración basada en el internet dirigida al mundo corporativo. Contracción de "TakeFive Wiki". Casualmente, sucede que también es el nombre de un robot de inteligencia artificial de la película de 1979 y una serie de televisión de Buck Rogers. Características incluyen la edición a través del navegador, generación automática de enlaces en texto (basada en ideas de la <nop>WikiWikiWeb original), control de revisión, _archivos adjuntos_, uso de _formularios_, configuración de _preferencias_, control de acceso y más. [[http://TWiki.org/][Detalles...]] %FLAGGB% | 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/MailerContrib.txt

    r464 r527  
    128128      1 Manually edit !LocalSite.cfg to set any configuration variables. 
    129129 
    130 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %MAINWEB%.TWikiPreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>SYSTEMWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
     130%IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %USERSWEB%.SitePreferences, if they are not already there:<br><pre>   * <nop>Set SYSTEMWEB = %<nop>SYSTEMWEB%<br>   * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% 
    131131 
    132132   * To make sure the installation was successful, run the =mailnotify= script from the command line, with no parameters. In this case it will print out what it would have done to =STDOUT=. 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/PalabraWiki.txt

    r464 r527  
    5454      * Números se consideran como minúscula, lo cual convierte =Año2Mil= en una !PalabraWiki, pero no =Año2000=. 
    5555      * Convierte acrónimos en !PalabrasWiki, por ejemplo utilice =FaqIndex= para la página "FAQ index". 
    56    * Es posible de apagar la generación automática de !PalabrasWiki y basarse unicamente en la anotación con corchetes. Revise el comando NOAUTOLINK en TWiki.TWikiPreferences#Default_Web_Preferences %FLAGGB%. 
     56   * Es posible de apagar la generación automática de !PalabrasWiki y basarse unicamente en la anotación con corchetes. Revise el comando NOAUTOLINK en %SYSTEMWEB%.DefaultPreferences#Default_Web_Preferences %FLAGGB%. 
    5757   * %X% Cuando cree un enlace a la página <nop>%HOMETOPIC% _en otra red_, el enlace se va a mostrar como el nombre de la red, por ejemplo =Sandbox.%HOMETOPIC%= se convierte en Sandbox.%HOMETOPIC%. 
    5858 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/PreguntasSobreFormatearTexto.txt

    r313 r527  
    160160---+++ Puede escribir texto coloreado? 
    161161 
    162 TWiki.TWikiPreferences %FLAGGB% define algunos colores comunes: *%YELLOW% %<nop>YELLOW%%ENDCOLOR%, %RED% %<nop>RED%%ENDCOLOR%, %PINK% %<nop>PINK%%ENDCOLOR%, %PURPLE% %<nop>PURPLE%%ENDCOLOR%, %TEAL% %<nop>TEAL%%ENDCOLOR%, %NAVY% %<nop>NAVY%%ENDCOLOR%, %BLUE% %<nop>BLUE%%ENDCOLOR%, %AQUA% %<nop>AQUA%%ENDCOLOR%, %LIME% %<nop>LIME%%ENDCOLOR%, %GREEN% %<nop>GREEN%%ENDCOLOR%, %OLIVE% %<nop>OLIVE%%ENDCOLOR%, %MAROON% %<nop>MAROON%%ENDCOLOR%, %BLACK% %<nop>BLACK%%ENDCOLOR%, %GRAY% %<nop>GRAY%%ENDCOLOR%, %SILVER% %<nop>SILVER%%ENDCOLOR%* y *%<nop>ENDCOLOR%*. 
     162%SYSTEMWEB%.DefaultPreferences %FLAGGB% define algunos colores comunes: *%YELLOW% %<nop>YELLOW%%ENDCOLOR%, %RED% %<nop>RED%%ENDCOLOR%, %PINK% %<nop>PINK%%ENDCOLOR%, %PURPLE% %<nop>PURPLE%%ENDCOLOR%, %TEAL% %<nop>TEAL%%ENDCOLOR%, %NAVY% %<nop>NAVY%%ENDCOLOR%, %BLUE% %<nop>BLUE%%ENDCOLOR%, %AQUA% %<nop>AQUA%%ENDCOLOR%, %LIME% %<nop>LIME%%ENDCOLOR%, %GREEN% %<nop>GREEN%%ENDCOLOR%, %OLIVE% %<nop>OLIVE%%ENDCOLOR%, %MAROON% %<nop>MAROON%%ENDCOLOR%, %BLACK% %<nop>BLACK%%ENDCOLOR%, %GRAY% %<nop>GRAY%%ENDCOLOR%, %SILVER% %<nop>SILVER%%ENDCOLOR%* y *%<nop>ENDCOLOR%*. 
    163163 
    164164   * __Digite:__ =%<nop>RED% texto color rojo %<nop>ENDCOLOR% y %<nop>GREEN% texto color verde %<nop>ENDCOLOR%= <p />  
  • trunk/TWikiDeploymentSpiderAddOn/twiki-deployment-spider.pl

    r326 r527  
    1717# Description: 
    1818#    1 Locates TWiki installs (uses Google SOAP API) 
    19 #    2 Finds common information from TWikiPreferences 
     19#    2 Finds common information from DefaultPreferences 
    2020#    2 Catalog users 
    2121#    2 Discovers webs 
     
    122122| Users | http://sitename/..../Main/TWikiUsers 
    123123| Webs names | 
    124 | TWiki prefs | http://sitename/..../TWiki/TWikiPreferences 
     124| TWiki prefs | http://sitename/..../TWiki/DefaultPreferences 
    125125| Plugins installed | 
    126126| Main skin | 
     
    223223#  print "\t$baseurl \n"; 
    224224  my $site = new TWikiSite ($siteurl); 
    225   my @webs = get_wikiweblist($baseurl."/TWiki/TWikiPreferences", $siteurl); 
     225  my @webs = get_wikiweblist($baseurl."/TWiki/DefaultPreferences", $siteurl); 
    226226  $site->webs(@webs); 
    227227 
  • trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/remote-install

    r330 r527  
    603603 
    604604<b>WebMasterEmail</b> <input type="text" name="WebMasterEmail" id=WebMasterEmail value="$WebMasterEmail" size="35" /><br /> 
    605 <div class=help id=WebMasterEmail_help>This will automatically set the TWiki webmaster email address <a target="_new" href="http://twiki.org/cgi-bin/view/TWiki/TWikiPreferences#Email_and_Proxy_Server_Settings">WebMasterEmail</a> <!-- in Main.TWikiPreferences --><br/></div> 
     605<div class=help id=WebMasterEmail_help>This will automatically set the TWiki webmaster email address <a target="_new" href="http://twiki.org/cgi-bin/view/TWiki/DefaultPreferences#Email_and_Proxy_Server_Settings">WebMasterEmail</a> <!-- in Main.SitePreferences --><br/></div> 
    606606 
    607607<!-- 
  • trunk/TWikiUserMappingContrib/test/unit/TWikiUserMappingContrib/TWikiUserMappingTests.pm

    r492 r527  
    5959    $TWiki::cfg{UsersWebName} = $testUsersWeb; 
    6060    $TWiki::cfg{SystemWebName} = $testSysWeb; 
    61     $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb.TWikiPreferences"; 
     61    $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb.SitePreferences"; 
    6262    $TWiki::cfg{UserMappingManager} = 'TWiki::Users::TWikiUserMapping'; 
    6363    $TWiki::cfg{Register}{AllowLoginName} = 1; 
  • trunk/TagMePlugin/data/TWiki/TagMePlugin.txt

    r502 r527  
    193193To show the tag interface at the top of the page directly below the breadcrumb (like on twiki.org), use the default template =view.tagme.tmpl= in the templates directory. 
    194194 
    195 This template is in fact a 'skin' template. To enable it, write in [[%MAINWEB%.TWikiPreferences]]: 
     195This template is in fact a 'skin' template. To enable it, write in [[%USERSWEB%.SitePreferences]]: 
    196196<pre> 
    197197   * Set S<nop>KIN = tagme,pattern 
     
    223223   * Create an empty CSS file, for instance =sitestyle.css= 
    224224   * Copy the CSS styles for =tagmetags= (see below at [[%TOPIC%#ExampleStyle][Example styles used on twiki.org]]) into the file 
    225    * Attach the file to [[%MAINWEB%.TWikiPreferences]] 
    226    * In [[%MAINWEB%.TWikiPreferences]], write:  
     225   * Attach the file to [[%USERSWEB%.SitePreferences]] 
     226   * In [[%USERSWEB%.SitePreferences]], write:  
    227227   <verbatim> 
    228    * Set USERSTYLEURL = %PUBURL%/%MAINWEB%/TWikiPreferences/sitestyle.css 
     228   * Set USERSTYLEURL = %PUBURL%/%MAINWEB%/SitePreferences/sitestyle.css 
    229229   </verbatim> 
    230230 
     
    237237</verbatim> 
    238238 
    239 To show the tags at the bottom of every page, write in [[%MAINWEB%.TWikiPreferences]]: 
     239To show the tags at the bottom of every page, write in [[%USERSWEB%.SitePreferences]]: 
    240240<verbatim> 
    241241 * Set WEBCOPYRIGHT = Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%, [[TWiki.TagMeViewAllTags][view all tags]] %BR% Copyright &copy; 1999-%GMTIME{"$year"}% by... etc 
  • trunk/TalkContrib/data/TWiki/TalkContrib.txt

    r500 r527  
    2323<img src="%ATTACHURLPATH%/TalkSuffix.jpg" alt="TalkSuffix.jpg" width='320' height='200' style="float:right;margin:10px;border:1px solid black;"/> 
    2424 
    25 To enable Talk Topics, add the =talk= skin to the SKIN path in %MAINWEB%.TWikiPreferences or the <nop>WebPreferences topic of whatever web you want to enable Talk topics in (eg, if you're using PatternSkin): 
     25To enable Talk Topics, add the =talk= skin to the SKIN path in %USERSWEB%.SitePreferences or the <nop>WebPreferences topic of whatever web you want to enable Talk topics in (eg, if you're using PatternSkin): 
    2626<verbatim> 
    2727      * Set <nop>SKIN = talk,pattern 
     
    3030 
    3131 
    32 You can over-ride the suffix (defaults to =Talk=) that is appended to a topic to create its Talk topic by setting =TALKSUFFIX= in %MAINWEB%.TWikiPreferences 
     32You can over-ride the suffix (defaults to =Talk=) that is appended to a topic to create its Talk topic by setting =TALKSUFFIX= in %USERSWEB%.SitePreferences 
    3333<verbatim> 
    3434      * Set <nop>TALKSUFFIX = Talk 
    3535</verbatim> 
    3636 
    37 You can over-ride the Topic template that is used when creating a new Talk topic by setting =TALKTOPICTEMPLATE= in %MAINWEB%.TWikiPreferences 
     37You can over-ride the Topic template that is used when creating a new Talk topic by setting =TALKTOPICTEMPLATE= in %USERSWEB%.SitePreferences 
    3838<verbatim> 
    3939      * Set <nop>TALKTOPICTEMPLATE = TWiki.MyTalkTemplate 
    4040</verbatim> 
    41 You can over-ride the Topic formtemplate that is used when creating a new Talk topic by setting =TALKTOPICFORMTEMPLATE= in %MAINWEB%.TWikiPreferences 
     41You can over-ride the Topic formtemplate that is used when creating a new Talk topic by setting =TALKTOPICFORMTEMPLATE= in %USERSWEB%.SitePreferences 
    4242<verbatim> 
    4343      * Set <nop>TALKTOPICFORMTEMPLATE = TWiki.MyTalkFormTemplate 
  • trunk/TaskExeContrib/data/TWiki/TaskExeContrib.txt

    r502 r527  
    309309   * Once the above is working you should customize your application for your needs: 
    310310      * Create a Web dedicated to TaskExeContrib and install TaskExeContrib in it. 
    311       * Fix the settings for TWiki.TaskExePlugin on %MAINWEB%.TWikiPreferences. 
     311      * Fix the settings for TWiki.TaskExePlugin on %USERSWEB%.SitePreferences. 
    312312      * Create [[#Task_Specification][task specifications]] to suite your needs. 
    313313 
  • trunk/TaskExePlugin/lib/TWiki/Plugins/TaskExePlugin.pm

    r464 r527  
    8888# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    8989# if you want the users to be able to change settings, then use standard TWiki 
    90 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     90# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    9191# at the web and topic level. 
    9292$NO_PREFS_IN_TOPIC = 1; 
  • trunk/TemplateToolkitPlugin/lib/TWiki/Plugins/TemplateToolkitPlugin.pm

    r464 r527  
    5555# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    5656# if you want the users to be able to change settings, then use standard TWiki 
    57 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     57# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    5858# at the web and topic level. 
    5959$NO_PREFS_IN_TOPIC = 1; 
  • trunk/TopicClassificationAddOn/data/TCAO/TopicClassificationAddOn.txt

    r470 r527  
    3535   1 Download the ZIP file from the Add-on Home (see below) 
    3636   1 Unpack the Add-on archive in the root of your TWiki installation. 
    37    1 Add the following preference section to [[Main.TWikiPreferences]]: 
     37   1 Add the following preference section to [[%USERSWEB%.SitePreferences]]: 
    3838<verbatim> 
    3939---++ TWiki.TopicClassificationAddOn Preferences  
  • trunk/TopicClassificationAddOn/data/TWiki/TopicClassificationAddOn.txt

    r464 r527  
    2525After installing this add-on, there are a few additional steps needed before it will function properly: 
    2626   * Make sure ={EnableHierarchicalWebs}= is enabled in =configure= (under "Store settings" tab).  
    27    * Add the following preference section to [[Main.TWikiPreferences]]: 
     27   * Add the following preference section to [[%USERSWEB%.SitePreferences]]: 
    2828<verbatim> 
    2929---++ TWiki.TopicClassificationAddOn Preferences  
  • trunk/TwistyBundleTWiki04x00x05/data/TWiki/TwistyContrib.txt

    r501 r527  
    6767 
    6868---+++ You Write  
    69 In your !Main.TWikiPreferences write: 
     69In your !%USERSWEB%.SitePreferences write: 
    7070<verbatim> 
    7171   * Set FLIP = <span id="twid_%CALC{$SETM(twisty_id, + 1)$GET(twisty_id)}%show" class="twistyTrigger twistyMakeVisible"> 
  • trunk/TwistyBundleTWiki04x01/data/TWiki/TwistyContrib.txt

    r501 r527  
    6767 
    6868---+++ You Write  
    69 In your !Main.TWikiPreferences write: 
     69In your !%USERSWEB%.SitePreferences write: 
    7070<verbatim> 
    7171   * Set FLIP = <span id="twid_%CALC{$SETM(twisty_id, + 1)$GET(twisty_id)}%show" class="twistyTrigger twistyMakeVisible"> 
  • trunk/UnitTestContrib/test/unit/PrefsTests.pm

    r14 r527  
    3030 
    3131    $TWiki::cfg{SystemWebName} = $testSysWeb; 
    32     $TWiki::cfg{LocalSitePreferences} = "$this->{users_web}.TWikiPreferences"; 
     32    $TWiki::cfg{LocalSitePreferences} = "$this->{users_web}.SitePreferences"; 
    3333 
    3434    $twiki = $this->{twiki}; 
  • trunk/UpdateAttachmentsPlugin/lib/TWiki/Plugins/UpdateAttachmentsPlugin.pm

    r464 r527  
    7676# is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 
    7777# if you want the users to be able to change settings, then use standard TWiki 
    78 # preferences that can be defined in your Main.TWikiPreferences and overridden 
     78# preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 
    7979# at the web and topic level. 
    8080$NO_PREFS_IN_TOPIC = 1; 
  • trunk/UpdateInfoPlugin/data/TWiki/UpdateInfoPlugin.txt

    r482 r527  
    4949        * Main.WebHome %ISNEW% 
    5050        * TWiki.WebHome %ISNEW{days="15"}% 
    51         * TWiki.TWikiPreferences %ISNEW{days="20" version="1.4"}% 
     51        * %SYSTEMWEB%.DefaultPreferences %ISNEW{days="20" version="1.4"}% 
    5252        * Sandbox.UpdateInfoPluginTest %ISNEW% (Edit and save the <nop/>Sandbox.UpdateInfoPluginTest topic, and it should be highlighted with a %N% icon) 
    5353 
  • trunk/VotePlugin/data/TWiki/VotePlugin.txt

    r482 r527  
    106106   *<nop> Set VOTEPLUGIN_DEFAULTS = open="on" global="on" bayesian="on" 
    107107</pre> 
    108  You can do this in an individual topic, for an entire web (in !WebPreferences), or for the whole TWiki (in %MAINWEB%.<nop>TWikiPreferences). 
     108 You can do this in an individual topic, for an entire web (in !WebPreferences), or for the whole TWiki (in !%USERSWEB%.SitePreferences). 
    109109 
    110110#FormattingResults 
     
    182182   * Set VOTEPLUGIN_RESETTERS = none 
    183183</verbatim> 
    184 in Main.<nop>TWikiPreferences, and add =VOTEPLUGIN_RESETTERS= to =FINALPREFERENCES=. 
     184in !%USERSWEB%.SitePreferences, and add =VOTEPLUGIN_RESETTERS= to =FINALPREFERENCES=. 
    185185</verbatim> 
    186186 
  • trunk/WidgetsSkin/data/TWiki/WidgetsMantisDesign.txt

    r464 r527  
    44 
    55---++ Enable this design 
    6 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     6Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    77<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    8    * Set TWiki to use this Widget design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     8   * Set TWiki to use this Widget design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    99      * Set SKIN=Widget 
    1010   * set the Widget skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/WidgetsSkin/data/TWiki/WidgetsSample2Design.txt

    r464 r527  
    88 
    99---++ Enable this design 
    10 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     10Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    1111<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    12    * Set TWiki to use this Widget design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     12   * Set TWiki to use this Widget design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    1313      * Set SKIN=Widget 
    1414   * set the Widget skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/WidgetsSkin/data/TWiki/WidgetsSample3Design.txt

    r464 r527  
    3838 
    3939---++ Enable this design 
    40 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     40Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    4141 
    4242<noautolink> 
    4343<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    44    * Set TWiki to use this Widget design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     44   * Set TWiki to use this Widget design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    4545      * Set SKIN=Widget 
    4646   * set the Widget skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/WidgetsSkin/data/TWiki/WidgetsSampleDesign.txt

    r464 r527  
    44 
    55---++ Enable this design 
    6 Copy and paste the following section to your %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     6Copy and paste the following section to your %USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    77<textarea readonly rows="13" style="width:85%;margin:10px;"> 
    8    * Set TWiki to use this Widget design, set the following on %MAINWEB%.TWikiPreferences (don't copy the raw text) 
     8   * Set TWiki to use this Widget design, set the following on %USERSWEB%.SitePreferences (don't copy the raw text) 
    99      * Set SKIN=widgets 
    1010   * set the Widget skin to use this topic to get the _Moveable Type Common Text sections_ from this topic 
  • trunk/WidgetsSkin/data/TWiki/WidgetsSkin.txt

    r500 r527  
    6565options. If you have used the Theme Browser to select your preferred setup, 
    6666you can copy and paste the following section to your 
    67 %MAINWEB%.TWikiPreferences topic (or !WebPreferences, or your personal topic) 
     67%USERSWEB%.SitePreferences topic (or !WebPreferences, or your personal topic) 
    6868 
    6969<noautolink> 
  • trunk/WikiwygContrib/data/TWiki/WikiwygContrib.txt

    r499 r527  
    2323 
    2424If you are using =pattern= skin: 
    25    * set the COMPOSER variable to 'wikiwyg' in %MAINWEB%.TWikiPreferences 
     25   * set the COMPOSER variable to 'wikiwyg' in %USERSWEB%.SitePreferences 
    2626Otherwise: 
    2727        * To enable the editor in one of your skins, add the following link to the skin alongside or in place of the existing 'edit' link:<br /><code>&lt;a href="%<nop>SCRIPTURLPATH%/edit%<nop>SCRIPTSUFFIX%/%<nop>WEB%/%<nop>TOPIC%?skin=wikiwyg"&gt;Wikiwyg&lt;/a&gt;</code><br />As you can see this is just a standard edit link with the wikiwyg skin in place of the usual edit skin. Here it is for this topic: <a href="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/%TOPIC%?skin=wikiwyg">Wikiwyg</a>. Try clicking on it, but _do not save_! 
  • trunk/WysiwygPlugin/lib/TWiki/Plugins/WysiwygPlugin/Constants.pm

    r14 r527  
    2222our (%KNOWN_COLOUR); 
    2323 
    24 # Colours with colour settings in TWikiPreferences. WTF does TWiki see 
     24# Colours with colour settings in DefaultPreferences. WTF does TWiki see 
    2525# fit to *redefine* the standard colors? e.g. ORANGE below is *not* orange. 
    2626# For goodness sakes! 
  • trunk/core/lib/TWiki.pm

    r508 r527  
    15491549    $this->{forms} = {}; 
    15501550 
    1551     # Push global preferences from TWiki.TWikiPreferences 
     1551    # Push global preferences from %SYSTEMWEB%.DefaultPreferences 
    15521552    $prefs->pushGlobalPreferences(); 
    15531553 
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r492 r527  
    5858bin/viewfile 0555 
    5959data/Main/ProjectContributor.txt 0644 
     60data/Main/SitePreferences.txt 0644 
    6061data/Main/TWikiAdminUser.txt 0644 
    6162data/Main/TWikiGroups.txt 0644 
    6263data/Main/TWikiGuest.txt 0644 
    63 data/Main/TWikiPreferences.txt 0644 
    6464data/Main/UnknownUser.txt 0644 
    6565data/Main/WebAtom.txt 0644 
     
    9999data/TWiki/ClassMethod.txt 0644 
    100100data/TWiki/ContributedAddOns.txt 0644 
     101data/TWiki/DefaultPreferences.txt 0644 
    101102data/TWiki/DeleteOrRenameATopic.txt 0644 
    102103data/TWiki/DeleteOrRenameAnAttachment.txt 0644 
     
    164165data/TWiki/TWikiPlannedFeatures.txt 0644 
    165166data/TWiki/TWikiPlugins.txt 0644 
    166 data/TWiki/TWikiPreferences.txt 0644 
    167167data/TWiki/TWikiReferenceManual.txt 0644 
    168168data/TWiki/TWikiReleaseNotes04x00.txt 0644 
  • trunk/core/lib/TWiki/UI/Search.pm

    r411 r527  
    4444| =topic="%WEBPREFSTOPIC%"= <br /> =topic="*Bug"= | Limit search to topics: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. | All topics in a web | 
    4545| =excludetopic="Web*"= <br /> =excludetopic="%HOMETOPIC%, <nop>WebChanges"= | Exclude topics from search: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. | None | 
    46 | =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[TWikiPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 
     46| =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[DefaultPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 
    4747| =scope="topic"= <br /> =scope="text"= <br /> =scope="all"= | Search topic name (title); the text (body) of topic; or all (both) | ="text"= | 
    4848| =order="topic"= <br /> =order="created"= <br />  =order="modified"= <br /> =order="editby"= <br /> =order=<br />&nbsp;"formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r492 r527  
    3535data/Main/NobodyGroup.txt 0660 
    3636data/Main/ProjectContributor.txt 0660 
     37data/Main/SitePreferences.txt 0660 
    3738data/Main/TWikiAdminGroup.txt 0660 
    3839data/Main/TWikiGroupTemplate.txt 0660 
    3940data/Main/TWikiGroups.txt 0660 
    4041data/Main/TWikiGuest.txt 0660 
    41 data/Main/TWikiPreferences.txt 0660 
    4242data/Main/TWikiRegistrationAgent.txt 0660 
    4343data/Main/TWikiUsers.txt 0660 
     
    8989data/TWiki/DeleteOrRenameATopic.txt 0660 
    9090data/TWiki/DeleteOrRenameAnAttachment.txt 0660 
     91data/TWiki/DefaultPreferences.txt 0660 
    9192data/TWiki/DeveloperDocumentationCategory.txt 0660 
    9293data/TWiki/DontNotify.txt 0660 
     
    151152data/TWiki/TWikiPlannedFeatures.txt 0660 
    152153data/TWiki/TWikiPlugins.txt 0660 
    153 data/TWiki/TWikiPreferences.txt 0660 
    154154data/TWiki/TWikiReferenceManual.txt 0660 
    155155data/TWiki/TWikiRegistration.txt 0660 
  • trunk/core/tools/benchmark.pl

    r14 r527  
    6262 
    6363    $skin = "" unless $skin; 
    64     my $url = "$server/$install/bin/view/TWiki/TWikiPreferences"; 
     64    my $url = "$server/$install/bin/view/TWiki/DefaultPreferences"; 
    6565    print "*** Getting plugins for $install\n" if $debug; 
    6666    my $plugins = `wget -O - $url 2>&1 | grep 'Currently activated plugins:' | sed -e 's/^.*: //'`; 
  • trunk/core/tools/pkg/debian/postinst

    r14 r527  
    6868db_get twiki/wikiwebmaster 
    6969# do rcs checkout first? 
    70 #TODO: these settings should move to Main.TWikiPreferences 
    71 if [ ! -e /var/lib/twiki/data/TWiki/TWikiPreferences.txt ]; then 
    72         perl -pi~ -e '$U=q{'"$RET"'}; s/^(.*\*\s*Set\s*WIKIWEBMASTER\s*=\s*).*(\r?\n)$/\1$U\2/;' /var/lib/twiki/data/TWiki/TWikiPreferences.txt 
     70#TODO: these settings should move to Main.SitePreferences 
     71if [ ! -e /var/lib/twiki/data/TWiki/DefaultPreferences.txt ]; then 
     72        perl -pi~ -e '$U=q{'"$RET"'}; s/^(.*\*\s*Set\s*WIKIWEBMASTER\s*=\s*).*(\r?\n)$/\1$U\2/;' /var/lib/twiki/data/TWiki/DefaultPreferences.txt 
    7373        #force default to use sendmail by setting SMTPMAILHOST to blank 
    74         perl -pi~ -e 's/^(\s*\*\s*Set\s*SMTPMAILHOST\s*=\s*).*(\r\n)$/$1$2/;' /var/lib/twiki/data/TWiki/TWikiPreferences.txt 
     74        perl -pi~ -e 's/^(\s*\*\s*Set\s*SMTPMAILHOST\s*=\s*).*(\r\n)$/$1$2/;' /var/lib/twiki/data/TWiki/DefaultPreferences.txt 
    7575fi 
    7676 
Note: See TracChangeset for help on using the changeset viewer.