Ignore:
Timestamp:
11/18/08 08:44:09 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Cont. TWiki. to %SYSTEMWEB% conv.

File:
1 edited

Legend:

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

    r719 r772  
    6262This implementation also keeps a lot of the templates structure of the 
    6363original TWiki templates.  
    64         * A wiki page TWiki.KoalaSkinWebList is written to describe the web  
     64        * A wiki page %SYSTEMWEB%.KoalaSkinWebList is written to describe the web  
    6565          pseudo-hierarchy. 
    6666        * A shell (bash 2.x) script generates the TWiki templates from this  
     
    112112          management of a big number of webs.  
    113113          Everything is defined in a single wiki topic 
    114           TWiki.KoalaSkinWebList. A script then generates (compiles) templates  
     114          %SYSTEMWEB%.KoalaSkinWebList. A script then generates (compiles) templates  
    115115          from this information, lowering runtime overhead. 
    116116          Note that this will generate about 500k of templates per web. 
     
    225225                <br> &nbsp;&nbsp; =require valid-user= 
    226226                <br> =&lt;/Files>= 
    227         7 Create a topic TWiki.KoalaSkinWebList 
     227        7 Create a topic %SYSTEMWEB%.KoalaSkinWebList 
    228228                * Fill it with the output of the script  
    229229                  =bin/koalaskin-generate -i= 
     
    267267---+++ Changing web hierarchy 
    268268To change the web hierarchy, colors, web descriptions, web options... 
    269         1 edit TWiki.KoalaSkinWebList under TWiki 
     269        1 edit %SYSTEMWEB%.KoalaSkinWebList under TWiki 
    270270        2 re-run =bin/koalaskin-generate=  
    271271 
     
    296296If you change the distributed templates, please provide feed back so we can 
    297297see if we can change the skin to get your changes as configuration tweaks in 
    298 TWiki.KoalaSkinWebList, to ease your future upgrades. The goal is to provide variables 
    299 in TWiki.KoalaSkinWebList to specify your customizations, so you only have to call the 
     298%SYSTEMWEB%.KoalaSkinWebList, to ease your future upgrades. The goal is to provide variables 
     299in %SYSTEMWEB%.KoalaSkinWebList to specify your customizations, so you only have to call the 
    300300generate script without remembering to add options or patch things afterwards. 
    301301 
     
    319319        will not work, you will have to include it in the above "link" tag. 
    320320        This is done to allow direct inclusion of inline CSS code for small 
    321         modifications, this is not the same as the TWiki.KoalaSkinWebList variable KSCSS 
     321        modifications, this is not the same as the %SYSTEMWEB%.KoalaSkinWebList variable KSCSS 
    322322        which must be an URL. 
    323323        * *Set PRINTCSS =* _css code_ 
     
    329329        * *Set RELATEDWEBS =* Web1.<nop>WebHome | Web2.<nop>WebHome | ... 
    330330        <br> If the web has the WEBSRELATEDBAR option set in its entry in the 
    331         TWiki.KoalaSkinWebList topic, no other web will be shown in the web bar, except 
     331        %SYSTEMWEB%.KoalaSkinWebList topic, no other web will be shown in the web bar, except 
    332332        the contents of this var will be expansed in the web tab bar, so you 
    333333        should put there links to other webs related to the current one 
     
    425425        * KSTHEME=themes,...  
    426426          Can be used to redefine any KoalaSkin template, see Theming. 
    427 To do this, set in TWiki.KoalaSkinWebList the variable to a %-var, that you will 
     427To do this, set in %SYSTEMWEB%.KoalaSkinWebList the variable to a %-var, that you will 
    428428have to define the default in the site preferences in %SYSTEMWEB%.DefaultPreferences or %USERSWEB%.SitePreferences, 
    429429that then can be used to define things per web. For instance, in 
    430 TWiki.KoalaSkinWebList, with the following declaration you will be able to use 
     430%SYSTEMWEB%.KoalaSkinWebList, with the following declaration you will be able to use 
    431431%=%<nop>TOPICON%= to redefine the upper left icon per web. 
    432432                * =Set KSICON = %<nop>TOPICON%= 
     
    565565If the generation script finds attached "favicon.ico" files, it uses it as 
    566566favicons, depending to which topic they are attached: 
    567         * TWiki.KoalaSkinWebList: uses it as default favicon for the site 
     567        * %SYSTEMWEB%.KoalaSkinWebList: uses it as default favicon for the site 
    568568        * WebHome of a web, uses it only for topics in this web 
    569569If you add or remove a favicon somewhere, the script must be re-run. No need 
     
    727727The following topics are also created in webs: 
    728728        * In web TWiki, to be included like e.g.  
    729           %<nop>INCLUDE{TWiki.WebSiteMap_Foo}% to import the site  
     729          %<nop>INCLUDE{%SYSTEMWEB%.WebSiteMap_Foo}% to import the site  
    730730          map for the group of webs of parent Foo: 
    731731                * <nop>WebSiteMap a site map as a wiki topic that you can 
Note: See TracChangeset for help on using the changeset viewer.