summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2005-04-17 14:42:54 +0000
committerJoachim Nilsson <joachim@gnufans.org>2005-04-17 14:42:54 +0000
commit28fc45725083934e4b5fac5cf2a309c544d9f42a (patch)
treeb985094bc3943a07f23094c9d63cacd67772b360 /TWiki
parent59d55f45fc80da6715fd19abc5b97de35355deec (diff)
none
Diffstat (limited to 'TWiki')
-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..3ba4d244
--- /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><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 />