summaryrefslogtreecommitdiff
path: root/TWiki/SpacedWikiWordPlugin.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'TWiki/SpacedWikiWordPlugin.mdwn')
-rw-r--r--TWiki/SpacedWikiWordPlugin.mdwn99
1 files changed, 99 insertions, 0 deletions
diff --git a/TWiki/SpacedWikiWordPlugin.mdwn b/TWiki/SpacedWikiWordPlugin.mdwn
new file mode 100644
index 00000000..9f622139
--- /dev/null
+++ b/TWiki/SpacedWikiWordPlugin.mdwn
@@ -0,0 +1,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>[[DogWalkers]]</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>[[ILikeTWiki]]</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>[[Main/MartinCleaver]]</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 />