X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=blobdiff_plain;f=TWiki%2FInterwikiPlugin.mdwn;h=5f04a75260b36ead5bb815495aa2451117f43d47;hp=430017a40f4931ca83f308379602688d3d7eb2f7;hb=444d5820a52ee942b09c8958d943d7c9e8f8a5b9;hpb=beb2c55c8506ce34cc88b4e4cee7574e2c1232c4 diff --git a/TWiki/InterwikiPlugin.mdwn b/TWiki/InterwikiPlugin.mdwn index 430017a..5f04a75 100644 --- a/TWiki/InterwikiPlugin.mdwn +++ b/TWiki/InterwikiPlugin.mdwn @@ -1,4 +1,4 @@ -# Interwiki Plugin +# Interwiki Plugin The %TOPIC% links **ExternalSite:Page** text to external sites based on aliases defined in the [[InterWikis]] topic. This plugin is inspired by UseMod Wiki's inter-wiki links, . @@ -17,14 +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 + - 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 = @@ -65,23 +65,35 @@ Plugin settings are stored as Preferences variables. To reference a plugin setti - + - + + + + + + + + + + + + + - + - + @@ -131,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]] - 31 Aug 2002
-- [[MikeMannix]] - 01 Oct 2001
+-- TWiki:Main.AndreaSterbini - 20 Oct 2000
-- TWiki:Main.PeterThoeny - 09 Mar 2004
-- TWiki:Main.MikeMannix - 01 Oct 2001
Plugin Author: [[TWiki/AndreaSterbini]], [[TWiki/PeterThoeny]] TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Plugin Version: 31 Aug 2002, 1.0.2 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 (PTh)
31 Aug 2002: Allow percent sign in site name Allow percent sign % in page name (PTh)
27 Jul 2001: Allow numbers in site name Allow numbers 0-9 in site name
26 Jul 2001: