none
[openafs-wiki.git] / TWiki / TWikiNetSkinPlugin.mdwn
1 # <a name="TWikiNetSkin Plugin"></a> [[TWikiNetSkin]] Plugin
2
3 Helps [[TWikiNetSkin]] to render tables and h2 headers. This plugin is only enabled if the skin is set to `twikinet`.
4
5 ## <a name="Syntax Rules"></a> Syntax Rules
6
7 (none)
8
9 ## <a name="Plugin Settings"></a> Plugin Settings
10
11 Plugin settings are stored as preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, i.e. <code>**%TWIKINETSKINPLUGIN\_SHORTDESCRIPTION%**</code>
12
13 - One line description, is shown in the [[TextFormattingRules]] topic:
14   - Set SHORTDESCRIPTION = Helps [[TWikiNetSkin]] to render tables and h2 headers
15
16 - Debug plugin: ( TWiki sets `$debug` in your plugin. See output in `data/debug.txt`.)
17   - Set DEBUG = 0
18
19 ## <a name="Plugin Installation Instructions"></a> Plugin Installation Instructions
20
21 - Download the ZIP file from the Plugin web (see below)
22 - Unzip <code>**%TOPIC%.zip**</code> in your root ($TWIKI\_ROOT) directory. Content: <table border="1" cellpadding="0" cellspacing="0">
23   <tr>
24     <th bgcolor="#99CCCC"><strong> File: </strong></th>
25     <th bgcolor="#99CCCC"><strong> Description: </strong></th>
26   </tr>
27   <tr>
28     <td><code><b>data/TWiki/%TOPIC%.txt</b></code></td>
29     <td>   </td>
30   </tr>
31   <tr>
32     <td><code><b>lib/TWiki/Plugins/%TOPIC%.pm</b></code></td>
33     <td>   </td>
34   </tr>
35 </table>
36
37 - Optionally, if it exists, run <code>**%TOPIC%\_installer**</code> to automatically check and install other TWiki modules that this module depends on. You can also do this step manually.
38 - Alternatively, manually make sure the dependencies listed in the table below are resolved. None
39 - Visit `configure` in your TWiki installation, and enable the plugin in the \{Plugins\} section.
40 - Set the skin to `twikinet` (together with `pattern`): %BR% `* Set SKIN = twikinet,pattern`
41
42 ## <a name="Plugin Info"></a> Plugin Info
43
44 <table border="1" cellpadding="0" cellspacing="0">
45   <tr>
46     <td align="right"> Plugin Author: </td>
47     <td> TWiki:Main.ArthurClemens </td>
48   </tr>
49   <tr>
50     <td align="right"> License: </td>
51     <td> GPL (<a href="http://www.gnu.org/copyleft/gpl.html" target="_top">GNU General Public License</a>) </td>
52   </tr>
53   <tr>
54     <td align="right"> Plugin Version: </td>
55     <td> 17859 (30 Mar 2009) </td>
56   </tr>
57   <tr>
58     <td align="right"> Change History: </td>
59     <td>  </td>
60   </tr>
61   <tr>
62     <td align="right"> 30 Jul 2007: </td>
63     <td> Initial version </td>
64   </tr>
65   <tr>
66     <td align="right"> TWiki Dependency: </td>
67     <td> $TWiki::Plugins::VERSION 1.1 </td>
68   </tr>
69   <tr>
70     <td align="right"> Dependencies: </td>
71     <td> %$DEPENDENCIES </td>
72   </tr>
73   <tr>
74     <td align="right"> TWiki:Plugins/Benchmark: </td>
75     <td>[[TWiki/GoodStyle]] 99%, [[TWiki/FormattedSearch]] 99%, %TOPIC% 99% </td>
76   </tr>
77   <tr>
78     <td align="right"> Plugin Home: </td>
79     <td><a href="http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%" target="_top">http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%</a></td>
80   </tr>
81   <tr>
82     <td align="right"> Feedback: </td>
83     <td><a href="http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev" target="_top">http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev</a></td>
84   </tr>
85   <tr>
86     <td align="right"> Appraisal: </td>
87     <td><a href="http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal" target="_top">http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal</a></td>
88   </tr>
89 </table>
90
91 **_Related Topics:_** [[TWikiPlugins]], [[DeveloperDocumentationCategory]], [[AdminDocumentationCategory]], [[TWikiPreferences]]