From de98633f863728cab58322759137e6541f1a13b8 Mon Sep 17 00:00:00 2001 From: ArthurClemens Date: Sun, 23 Nov 2008 12:35:09 +0000 Subject: [PATCH] Item223: removed more TWiki strings git-svn-id: http://svn.foswiki.org/trunk/SpacedWikiWordPlugin@880 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- data/System/SpacedWikiWordPlugin.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/data/System/SpacedWikiWordPlugin.txt b/data/System/SpacedWikiWordPlugin.txt index bf74ec1..ed51807 100644 --- a/data/System/SpacedWikiWordPlugin.txt +++ b/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% @@ -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 =[[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: - * =[[WebHome][TWiki WebHome]]= - explicit link label, no spacing out + * =[[WebHome][WebHome]]= - explicit link label, no spacing out * =[[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 =[[Human_evolution]]= will be rendered as [[%TOPIC%][Human evolution]] @@ -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 =[[WebHome][TWiki WebHome]]=, "WebHome" is not spaced out. Use =[[WebHome]]= or =[[WebHome][TWiki %SPACEOUT{"WebHome"}%]]= + * You have used an explicit link label: with =[[WebHome][WebHome]]=, "WebHome" is not spaced out. Use =[[WebHome]]= or =[[WebHome][%SPACEOUT{"WebHome"}%]]= * You have used underscore topic names without bracket notation. Always write =[[Human_evolution]]= * You are showing links from a search result. See [[#SearchResults]] above. @@ -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 = @@ -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