none
[openafs-wiki.git] / TWiki / InterwikiPlugin.mdwn
index 430017a..5f04a75 100644 (file)
@@ -1,4 +1,4 @@
-# Interwiki Plugin
+# <a name="Interwiki Plugin"></a><a name=" Interwiki Plugin"></a> Interwiki Plugin
 
 The %TOPIC% links <code>**ExternalSite:Page**</code> text to external sites based on aliases defined in the [[InterWikis]] topic. This plugin is inspired by UseMod Wiki's inter-wiki links, <http://www.usemod.com/cgi-bin/wiki.pl?InterWiki>.
 
@@ -17,14 +17,14 @@ The %TOPIC% links <code>**ExternalSite:Page**</code> text to external sites base
 - All <code>**ExternalSite**</code> 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: <code>**TWikisite:Webname/SomePage**</code>
-  - TWiki:Plugins/InterwikiPlugin
+  - TWiki:Plugins/InterwikiPlugin or TWiki:Plugins.InterwikiPlugin
 
 ## <a name="%TOPIC% Settings"></a> %TOPIC% Settings
 
 Plugin settings are stored as Preferences variables. To reference a plugin setting write <code>**%&lt;plugin&gt;\_&lt;setting&gt;%**</code>, for example, <code>**%INTERWIKIPLUGIN\_SHORTDESCRIPTION%**</code>
 
 - One-line description, shown in the [[TextFormattingRules]] topic:
-  - Set SHORTDESCRIPTION = Link <code>**ExternalSite:Page**</code> text to external sites based on aliases defined in the [[InterWikis]] topic.
+  - Set SHORTDESCRIPTION = Link <code>**ExternalSite:Page**</code> 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
 <table border="1" cellpadding="0" cellspacing="0">
   <tr>
     <td align="right"> Plugin Author: </td>
-    <td>[[TWiki/AndreaSterbini]], [[TWiki/PeterThoeny]]</td>
+    <td> TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny </td>
   </tr>
   <tr>
     <td align="right"> Plugin Version: </td>
-    <td> 31 Aug 2002, 1.0.2 </td>
+    <td> 09 Mar 2004, 1.005 </td>
   </tr>
   <tr>
     <td align="right"> Change History: </td>
     <td>  </td>
   </tr>
   <tr>
+    <td align="right"> 09 Mar 2004: </td>
+    <td> Internal changes: Use only official TWiki::Func Plugin API; for increased speed, moved Interwiki link handling from outsidePREHandler to startRenderingHandler </td>
+  </tr>
+  <tr>
+    <td align="right"> 16 Feb 2004: </td>
+    <td> Support <code>[[Site:Page][label]]</code> Interwiki links (PTh); use TWiki::Func interface for [[Main/I18N]] regular expressions (Walter Mundt) </td>
+  </tr>
+  <tr>
+    <td align="right"> 18 Jan 2003: </td>
+    <td> Allow number sign <code>#</code> in Page name (PTh) </td>
+  </tr>
+  <tr>
     <td align="right"> 31 Aug 2002: </td>
-    <td> Allow percent sign in site name </td>
+    <td> Allow percent sign <code>%</code> in page name (PTh) </td>
   </tr>
   <tr>
     <td align="right"> 27 Jul 2001: </td>
-    <td> Allow numbers in site name </td>
+    <td> Allow numbers <code>0-9</code> in site name </td>
   </tr>
   <tr>
     <td align="right"> 26 Jul 2001: </td>
@@ -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 <br /> -- [[PeterThoeny]] - 31 Aug 2002 <br /> -- [[MikeMannix]] - 01 Oct 2001 <br />
+-- TWiki:Main.AndreaSterbini - 20 Oct 2000 <br /> -- TWiki:Main.PeterThoeny - 09 Mar 2004 <br /> -- TWiki:Main.MikeMannix - 01 Oct 2001 <br />