none
[openafs-wiki.git] / TWiki / TWikiTipsOfTheDayAddNew.mdwn
1 # <a name="Add New TWiki Tip Of The Day"></a> Add New TWiki Tip Of The Day
2
3 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.
4
5 ## <a name="Add a Custom %WIKITOOLNAME% Tip"></a> Add a Custom %WIKITOOLNAME% Tip
6
7 Custom tips are located in the %USERSWEB% web. You can add custom tips that are specific to your TWiki installation and to your organization in general.
8
9 <form action="http://www.dementia.org/twiki//edit/%USERSWEB%/" name="newlocal"><input name="topic" type="hidden" value="TWikiCustomTip002" /> <input name="onlynewtopic" type="hidden" value="on" /> <input name="templatetopic" type="hidden" value="%SYSTEMWEB%.TWikiTipsOfTheDayTemplate" /> New Custom Tip: TWikiCustomTip002 <input type="submit" value="Create" /></form>
10
11 ## <a name="Add an Official TWiki Tip"></a> Add an Official TWiki Tip
12
13 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.
14
15 <form action="http://www.dementia.org/twiki//edit/%WEB%/" name="new"><input name="topic" type="hidden" value="TWikiTip002" /> <input name="onlynewtopic" type="hidden" value="on" /> <input name="topicparent" type="hidden" value="TWikiTipsOfTheDay" /> <input name="templatetopic" type="hidden" value="TWikiTipsOfTheDayTemplate" /> New Official TWiki Tip: TWikiTip002 <input type="hidden" value="Create" /></form>
16
17 ## <a name="Add a TWiki Tip for a Plugin"></a> Add a TWiki Tip for a Plugin
18
19 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.
20
21 <form action="http://www.dementia.org/twiki//edit/%WEB%/" name="new"><input name="onlynewtopic" type="hidden" value="on" /> <input name="topicparent" type="hidden" value="TWikiTipsOfTheDay" /> <input name="templatetopic" type="hidden" value="TWikiTipsOfTheDayTemplate" /> New Plugin Tip: <input name="topic" size="30" type="text" value="TWikiTipForMyOwnPlugin" /> <input type="submit" value="Create" /> (replace <code>MyOwnPlugin</code> with the name of your Plugin) </form>
22
23 **_Related:_** [[TWikiTipsOfTheDay]], [[TWikiTipsOfTheDayAdmin]], [[TWikiTipsOfTheDayTemplate]]
24
25 -- TWiki:Main.PaulineCheung - 18 Jan 2005