Ignore:
Timestamp:
11/23/08 21:13:17 (4 years ago)
Author:
ArthurClemens
Message:

Item264: remove TWiki trademarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/data/System/PatternSkinCustomization.txt

    r758 r891  
    33---+!! %TWIKIWEB%.PatternSkin Customization 
    44 
    5 *Guidelines how to create and customize page templates.* For styling your TWiki using stylesheets, see PatternSkinCssCookbook. 
     5*Guidelines how to create and customize page templates.* For styling your Foswiki using stylesheets, see PatternSkinCssCookbook. 
    66 
    77%TOC% 
     
    2323To change templates you will need shell access. If you don't have this read on below in [[#TopicTemplates][The topic template approach]]. 
    2424 
    25 The quickest way to change the view template would be to simply change the text in the template. A safer way -  strongly recommended, because it will survive a TWiki update - is to create your own custom skin. That may sound like an awful lot of work, but in reality a skin may be as much as 1 file that consists of only a few lines of code. 
     25The quickest way to change the view template would be to simply change the text in the template. A safer way -  strongly recommended, because it will survive a Foswiki update - is to create your own custom skin. That may sound like an awful lot of work, but in reality a skin may be as much as 1 file that consists of only a few lines of code. 
    2626 
    2727*Example* %BR% 
     
    157157</blockquote> 
    158158 
    159 To search a couple of webs, for instance the webs Main and TWiki, write: 
    160 <blockquote> 
    161 <verbatim> 
    162 <input type="hidden" name="web" value="Main,TWiki" /> 
     159To search a couple of webs, for instance the webs Main and System, write: 
     160<blockquote> 
     161<verbatim> 
     162<input type="hidden" name="web" value="Main,System" /> 
    163163</verbatim> 
    164164</blockquote> 
     
    303303---+++ I want to hide the edit buttons from certain users 
    304304 
    305 It may defy the wiki-ness of your TWiki installation, but in certain circumstances it could be useful to hide the edit buttons from users that are not logged in, for instance for clients that have gotten viewing rights only. 
     305It may defy the wiki-ness of your Foswiki installation, but in certain circumstances it could be useful to hide the edit buttons from users that are not logged in, for instance for clients that have gotten viewing rights only. 
    306306 
    307307Using either a template or a topic template, 'empty' =top:toolbarbuttons= and =topicaction= by writing: 
Note: See TracChangeset for help on using the changeset viewer.