blob: 3ba4d244293b37bf5c179c4776ea5cf8e14e27a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
## <a name="Spaced_Out_TWiki_Word_Plugin"> Spaced Out TWiki Word Plugin </a>
Causes wiki words to be displayed with spaces between capitals.
See also TWiki:Support.CanIRenderWikiWordsSpacedOut
Regexes shamelessly stolen from TWiki:Codev.SpacedOutTWikiWords
NB. Needs TWiki:Codev.CairoRelease or alphas after 12 Apr 2004
### <a name="Syntax_Rules"> Syntax Rules </a>
<table border="1" cellpadding="1" cellspacing="0">
<tr>
<th bgcolor="#99CCCC"><strong>If you write</strong></th>
<th bgcolor="#99CCCC"><strong>You should see</strong></th>
<th bgcolor="#99CCCC"><strong>Test</strong></th>
</tr>
<tr>
<td> !BSFLeaders </td>
<td> BSF Leaders </td>
<td> BSFLeaders </td>
</tr>
<tr>
<td> !DogWalkers </td>
<td> Dog Walkers </td>
<td><span style="background:"><font color="">Dog Walkers</font></span><a href="http://LOCATION/DogWalkers">?</a></td>
</tr>
<tr>
<td> !Lotus123 </td>
<td> Lotus 123 </td>
<td> Lotus123 </td>
</tr>
<tr>
<td> !ILikeTWiki </td>
<td> I Like T Wiki </td>
<td><span style="background:"><font color="">ILike TWiki</font></span><a href="http://LOCATION/ILikeTWiki">?</a></td>
</tr>
</table>
### <a name="_TOPIC_Settings"> %TOPIC% Settings </a>
Plugin settings are stored as preferences variables.
* One line description, shown in the %TWIKIWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Causes wiki words to be displayed with spaces between capitals.
* * Set DEBUG = 0
### <a name="Plugin_Installation_Instructions"> Plugin Installation Instructions </a>
To install plugin:
* Unzip the archive to the top of your directory
### <a name="Plugin_Info"> Plugin Info </a>
<table border="1" cellpadding="1" cellspacing="0">
<tr>
<td align="right"> Plugin Author: </td>
<td><span style="background:"><font color="">Martin Cleaver</font></span><a href="http://LOCATIONMain/MartinCleaver">?</a></td>
</tr>
<tr>
<td align="right"> Plugin Version: </td>
<td> 12 Apr 2004 </td>
</tr>
<tr>
<td align="right"> Change History: </td>
<td> 14 Apr 2002 Initial version </td>
</tr>
<tr>
<td align="right"> Change History: </td>
<td> 12 Apr 2004 Updated for TWiki:Codev.CairoRelease </td>
</tr>
<tr>
<td align="right"> CPAN Dependencies: </td>
<td> none </td>
</tr>
<tr>
<td align="right"> Other Dependencies: </td>
<td> none </td>
</tr>
<tr>
<td align="right"> Perl Version: </td>
<td> 5.0 </td>
</tr>
<tr>
<td align="right"> Plugin Home: </td>
<td><a href="http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%" target="_top">http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%</a> ( TWiki:Plugins/%TOPIC% ) </td>
</tr>
<tr>
<td align="right"> Feedback: </td>
<td><a href="http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev" target="_top">http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev</a> ( TWiki:Plugins/%TOPIC%Dev ) </td>
</tr>
</table>
**_Related Topics:_** %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins, [[DefaultPlugin]]
-- [[Main/MartinCleaver]] - 27 Feb 2001 <br />
|