Skip to content

Commit

Permalink
Item223: removed more TWiki strings
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/SpacedWikiWordPlugin@880 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Nov 23, 2008
1 parent 4c9cd01 commit de98633
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions data/System/SpacedWikiWordPlugin.txt
@@ -1,7 +1,7 @@
%META:TOPICINFO{author="ProjectContributor" date="1081752098" format="1.0" version="1.1"}%
---+!! Spaced Out Wiki Word Plugin

Display TWiki links spaced out: [[%TOPIC%][WebHome]] is displayed as [[%TOPIC%][Web Home]]. %BR%
Display topic links spaced out: [[%TOPIC%][WebHome]] is displayed as [[%TOPIC%][Web Home]]. %BR%
Or use this plugin to display "underscore topic names" like [[%TOPIC%][Topic_name]] as [[%TOPIC%][Topic name]].

%TOC%
Expand All @@ -15,7 +15,7 @@ Use underscore topic names if you want total control over links:
1 (Optionally) disable automatic linking of !WikiWords. Do this if you are in the position to teach your users to only write links in bracket notation like =[<nop>[WebHome]]=. This is also how Wikipedia links are written. Bracket notation is necessary to create links for underscore topic names, but you can also mix both link notations.
* In [[%USERSWEB%.SitePreferences]] write =[3 spaces]* Set NOAUTOLINK = on=
1 Use bracket notation without explicit link labels:
* =[<nop>[WebHome][TWiki WebHome]]= - explicit link label, no spacing out
* =[<nop>[WebHome][WebHome]]= - explicit link label, no spacing out
* =[<nop>[WebHome]]= - link is label, so no explicit link label: this is spaced out
1 Use underscores to create natural looking links:
* A topic name such as =[<nop>[Human_evolution]]= will be rendered as [[%TOPIC%][Human evolution]]
Expand Down Expand Up @@ -63,7 +63,7 @@ Define a list of words that should not get spaced out with =DONTSPACE= at the [[
---++ Troubleshooting
---+++ My links do not display spaced out
* At [[#PluginTest][Plugin test]] below, check if this plugin is enabled and if the correct spacing settings are applied.
* You have used an explicit link label: with =[<nop>[WebHome][TWiki WebHome]]=, "WebHome" is not spaced out. Use =[<nop>[WebHome]]= or =[<nop>[WebHome][TWiki %<nop>SPACEOUT{"WebHome"}%]]=
* You have used an explicit link label: with =[<nop>[WebHome][WebHome]]=, "WebHome" is not spaced out. Use =[<nop>[WebHome]]= or =[<nop>[WebHome][%<nop>SPACEOUT{"WebHome"}%]]=
* You have used underscore topic names without bracket notation. Always write =[<nop>[Human_evolution]]=
* You are showing links from a search result. See [[#SearchResults]] above.

Expand All @@ -81,7 +81,7 @@ See [[#PreventingSpaceOut]].
Plugin settings are stored as preferences variables.

* One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Display TWiki links spaced out
* Set SHORTDESCRIPTION = Display topic links spaced out

* List of words that should not be spaced out (separated by commas or spaces):
* Set DONTSPACE =
Expand Down Expand Up @@ -113,8 +113,7 @@ Plugin settings are stored as preferences variables.

To install plugin:
* Unzip the archive to the top of your directory
* TWiki 4 and higher: Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section.

* Visit =configure= in your installation, and enable the plugin in the {Plugins} section.


---++ Plugin Info
Expand Down

0 comments on commit de98633

Please sign in to comment.