Ignore:
Timestamp:
11/16/08 23:01:17 (4 years ago)
Author:
KennethLavrsen
Message:

Item203: Rebranding TipsContrib part2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/TipsContrib/data/TWiki/TipsOfTheDayAddNew.txt

    r751 r752  
    11%META:TOPICINFO{author="ProjectContributor" date="1163619832" format="1.0" version="$Rev$"}% 
    2 %META:TOPICPARENT{name="TWikiTipsOfTheDayAdmin"}% 
    3 ---+ Add New TWiki Tip Of The Day 
     2%META:TOPICPARENT{name="TipsOfTheDayAdmin"}% 
     3---+ Add New Tip Of The Day 
    44 
    5 There are *Custom Tips* maintained on your local %WIKITOOLNAME% installation, *Official TWiki Tips* maintained on the TWiki.org web site, and *Plugin Tips* maintained by Plugin authors. 
     5There are *Custom Tips* maintained on your local %WIKITOOLNAME% installation, *Official Tips* distributed with the Tips Contrib, and *Plugin Tips* maintained by Plugin authors. 
    66 
    77---++ Add a Custom %WIKITOOLNAME% Tip 
    88 
    9 Custom tips are located in the %MAINWEB% web. You can add custom tips that are specific to your TWiki installation and to your organization in general. 
     9Custom tips are located in the %MAINWEB% web. You can add custom tips that are specific to your installation and to your organization in general. 
    1010 
    1111<form name="newlocal" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%MAINWEB%/"> 
    1212<!-- 
    13 | Last topic:     | %CALC{$SET(ctopic, %SEARCH{ "TWikiCustomTip[0-9]" scope="topic" web="%MAINWEB%" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ctopic)}% | 
     13| Last topic:     | %CALC{$SET(ctopic, %SEARCH{ "CustomTipTopic[0-9]" scope="topic" web="%MAINWEB%" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ctopic)}% | 
    1414| Next available: | %CALC{$SET(cnext, $INT($VALUE($GET(ctopic)) + 1))$GET(cnext)}% | 
    1515| Zero pad to 3:  | %CALC{$SET(cnext, $REPLACE(0000$GET(cnext),1,$INT(1 + $LENGTH($GET(cnext)))))$GET(cnext)}% | 
    16 | New topic name: | %CALC{$SET(ctopic, TWikiCustomTip$GET(cnext))$GET(ctopic)}% | 
     16| New topic name: | %CALC{$SET(ctopic, CustomTipTopic$GET(cnext))$GET(ctopic)}% | 
    1717--> 
    1818<input type="hidden" name="topic" value="%CALC{$GET(ctopic)}%" /> 
    1919<input type="hidden" name="onlynewtopic" value="on" /> 
    20 <input type="hidden" name="templatetopic" value="%SYSTEMWEB%.TWikiTipsOfTheDayTemplate" /> 
     20<input type="hidden" name="templatetopic" value="%SYSTEMWEB%.TipsOfTheDayTemplate" /> 
    2121New Custom Tip: <nop>%CALC{$GET(ctopic)}% <input type="submit" value="Create" /> 
    2222</form> 
    2323 
    24 ---++ Add an Official TWiki Tip 
     24---++ Add an Official Tip 
    2525 
    26 Official TWiki tips are located in the %SYSTEMWEB% web. Please do not submit new tips on your local TWiki installation since they will get lost on a TWiki upgrade. Visit TWiki:TWiki.TWikiTipsOfTheDayAddNew to contribute official TWiki tips. 
     26Official tips are located in the %SYSTEMWEB% web. Please do not submit new tips on your local installation since they will get lost on a upgrade. Contribute to the Tips Contrib to add new official tips. 
    2727<form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> 
    2828<!-- 
    29 | Last topic:     | %CALC{$SET(ttopic, %SEARCH{ "TWikiTip[0-9]" scope="topic" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ttopic)}% | 
     29| Last topic:     | %CALC{$SET(ttopic, %SEARCH{ "TipTopic[0-9]" scope="topic" type="regex" nosearch="on" nototal="on" reverse="on" limit="1" format="$topic" }%)$GET(ttopic)}% | 
    3030| Next available: | %CALC{$SET(tnext, $INT($VALUE($GET(ttopic)) + 1))$GET(tnext)}% | 
    3131| Zero pad to 3:  | %CALC{$SET(tnext, $REPLACE(0000$GET(tnext),1,$INT(1 + $LENGTH($GET(tnext)))))$GET(tnext)}% | 
    32 | New topic name: | %CALC{$SET(ttopic, TWikiTip$GET(tnext))$GET(ttopic)}% | 
     32| New topic name: | %CALC{$SET(ttopic, TipTopic$GET(tnext))$GET(ttopic)}% | 
    3333--> 
    3434<input type="hidden" name="topic" value="%CALC{$GET(ttopic)}%" /> 
    3535<input type="hidden" name="onlynewtopic" value="on" /> 
    36 <input type="hidden" name="topicparent" value="TWikiTipsOfTheDay" /> 
    37 <input type="hidden" name="templatetopic" value="TWikiTipsOfTheDayTemplate" /> 
    38 New Official TWiki Tip: <nop>%CALC{$GET(ttopic)}% <input type="%CALC{$IF($EXACT($LOWER(%HTTP_HOST%),twiki.org),submit,hidden)}%" value="Create" /> 
     36<input type="hidden" name="topicparent" value="TipsOfTheDay" /> 
     37<input type="hidden" name="templatetopic" value="TipsOfTheDayTemplate" /> 
     38New Official Tip: <nop>%CALC{$GET(ttopic)}% <input type="%CALC{$IF($EXACT($LOWER(%HTTP_HOST%),twiki-fork.org),submit,hidden)}%" value="Create" /> 
    3939</form> 
    4040 
    41 ---++ Add a TWiki Tip for a Plugin 
     41---++ Add a Tip for a Plugin 
    4242 
    43 If you are a Plugin author you can ship your TWiki:Plugins.PluginPackage with one (or more) tip of the day topic. Create the Plugin tip of the day topic here, then package it with your Plugin. 
     43If you are a Plugin author you can ship your Plugin Package with one (or more) tip of the day topic. Create the Plugin tip of the day topic here, then package it with your Plugin. 
    4444 
    4545<form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"> 
    4646<input type="hidden" name="onlynewtopic" value="on" /> 
    47 <input type="hidden" name="topicparent" value="TWikiTipsOfTheDay" /> 
    48 <input type="hidden" name="templatetopic" value="TWikiTipsOfTheDayTemplate" /> 
     47<input type="hidden" name="topicparent" value="TipsOfTheDay" /> 
     48<input type="hidden" name="templatetopic" value="TipsOfTheDayTemplate" /> 
    4949New Plugin Tip:  
    50 <input type="text" name="topic" value="TWikiTipForMyOwnPlugin" size="30" /> 
     50<input type="text" name="topic" value="TipForMyOwnPlugin" size="30" /> 
    5151<input type="submit" value="Create" /> (replace =MyOwnPlugin= with the name of your Plugin) 
    5252</form> 
    5353 
    54 __Related:__ TWikiTipsOfTheDay, TWikiTipsOfTheDayAdmin, TWikiTipsOfTheDayTemplate 
     54__Related:__ TipsOfTheDay, TipsOfTheDayAdmin, TipsOfTheDayTemplate 
    5555 
    5656-- TWiki:Main.PaulineCheung - 18 Jan 2005 
Note: See TracChangeset for help on using the changeset viewer.