Add note about DNS SRV records
[openafs-wiki.git] / TWiki / TWikiAddOns.mdwn
1 # <a name="TWiki Add-Ons"></a> TWiki Add-Ons
2
3 _Add functionality to TWiki with extensions not based on the TWiki scripts._
4
5 <div>
6   <ul>
7     <li><a href="#TWiki Add-Ons"> TWiki Add-Ons</a><ul>
8         <li><a href="#Overview"> Overview</a></li>
9         <li><a href="#Add-Ons Installed on this TWiki"> Add-Ons Installed on this TWiki</a></li>
10       </ul>
11     </li>
12     <li><a href="#TWiki Installation Error">TWiki Installation Error</a><ul>
13         <li><a href="#Installing Add-Ons"> Installing Add-Ons</a></li>
14         <li><a href="#Creating new Add-Ons"> Creating new Add-Ons</a></li>
15       </ul>
16     </li>
17   </ul>
18 </div>
19
20 ## <a name="Overview"></a> Overview
21
22 An add-on runs separately from the TWiki scripts, e.g. for data import, export to static HTML, etc. Add-Ons normally do not call any TWiki code directly, though may invoke TWiki scripts. There are different types of add-ons, they may be stand alone scripts, browser plugins, office tool extensions, or even a set of TWiki topics that form a TWiki application.
23
24 **_Relevant links on TWiki.org:_**
25
26 - TWiki:Plugins.AddOnPackage - list of all contributed add-on scripts
27 - TWiki:Plugins.AddOnDevelopment - discussion and feedback on contributed add-on scripts
28 - TWiki:Plugins.AddOnBrainstorming - open forum for new add-on script ideas
29 - TWiki:Plugins.AddOnPackageHowTo - instructions and template to create a new add-on topic
30
31 **_See other types of extensions:_** [[TWikiContribs]], [[TWikiPlugins]], [[TWikiSkins]]
32
33 ## <a name="Add-Ons Installed on this TWiki"></a> Add-Ons Installed on this TWiki
34
35 # <a name="TWiki Installation Error"></a> TWiki Installation Error
36
37 Incorrect format of searchformat template (missing sections? There should be 4 %SPLIT% tags)
38
39 ## <a name="Installing Add-Ons"></a> Installing Add-Ons
40
41 - Download an add-on from TWiki:Plugins.AddOnPackage.
42 - Follow the installation instructions in the add-on topic.
43
44 ## <a name="Creating new Add-Ons"></a> Creating new Add-Ons
45
46 - Visit TWiki:Plugins.AddOnPackageHowTo and follow the instructions.
47
48 **_Related Topics:_** [[DeveloperDocumentationCategory]], [[AdminDocumentationCategory]], TWiki:TWiki.TWikiPluginsSupplement
49
50 -- **_Contributors:_** TWiki:Main.PeterThoeny