From 444d5820a52ee942b09c8958d943d7c9e8f8a5b9 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Wed, 10 Mar 2004 06:20:04 +0000 Subject: [PATCH] none --- TWiki/InterwikiPlugin.mdwn | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/TWiki/InterwikiPlugin.mdwn b/TWiki/InterwikiPlugin.mdwn index e249371..5f04a75 100644 --- a/TWiki/InterwikiPlugin.mdwn +++ b/TWiki/InterwikiPlugin.mdwn @@ -17,15 +17,14 @@ The %TOPIC% links **ExternalSite:Page** text to external sites base - All **ExternalSite** aliases are defined in the [[InterWikis]] topic. - Add and edit aliases in [[InterWikis]]. - %H% For TWiki sites, both the **web** and the **topic** have to be specified: **TWikisite:Webname/SomePage** - - TWiki:Plugins/InterwikiPlugin, or - - TWiki:Plugins.InterwikiPlugin + - TWiki:Plugins/InterwikiPlugin or TWiki:Plugins.InterwikiPlugin ## %TOPIC% Settings Plugin settings are stored as Preferences variables. To reference a plugin setting write **%<plugin>\_<setting>%**, for example, **%INTERWIKIPLUGIN\_SHORTDESCRIPTION%** - One-line description, shown in the [[TextFormattingRules]] topic: - - Set SHORTDESCRIPTION = Link **ExternalSite:Page** text to external sites based on aliases defined in the [[InterWikis]] topic. + - Set SHORTDESCRIPTION = Link **ExternalSite:Page** text to external sites based on aliases defined in the %WEB%.InterWikis topic - Link rules topic name: (default is [[InterWikis]]) - Set RULESTOPIC = @@ -66,23 +65,31 @@ Plugin settings are stored as Preferences variables. To reference a plugin setti - + - + + + + + + + + + - + - + @@ -136,4 +143,4 @@ Plugin settings are stored as Preferences variables. To reference a plugin setti **_Related Topics:_** [[InterWikis]], [[TWikiPreferences]], [[TWikiPlugins]] --- [[AndreaSterbini]] - 20 Oct 2000
-- [[PeterThoeny]] - 18 Jan 2003
-- [[MikeMannix]] - 01 Oct 2001
+-- TWiki:Main.AndreaSterbini - 20 Oct 2000
-- TWiki:Main.PeterThoeny - 09 Mar 2004
-- TWiki:Main.MikeMannix - 01 Oct 2001
-- 1.9.4
Plugin Author: [[TWiki/AndreaSterbini]], [[TWiki/PeterThoeny]] TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Plugin Version: 18 Jan 2003, 1.0.3 09 Mar 2004, 1.005
Change History:  
09 Mar 2004: Internal changes: Use only official TWiki::Func Plugin API; for increased speed, moved Interwiki link handling from outsidePREHandler to startRenderingHandler
16 Feb 2004: Support [[Site:Page][label]] Interwiki links (PTh); use TWiki::Func interface for [[Main/I18N]] regular expressions (Walter Mundt)
18 Jan 2003: Allow number sign # in Page name Allow number sign # in Page name (PTh)
31 Aug 2002: Allow percent sign % in page name Allow percent sign % in page name (PTh)
27 Jul 2001: