Difference: InterwikiPlugin (16 vs. 17)

Revision 172010-05-16 - TWikiContributor

Line: 1 to 1
 

Interwiki Plugin

Added:
>
>
<--
   Contributions to this TWiki plugin are appreciated. Please update the plugin page
   at http://twiki.org/cgi-bin/view/Plugins/InterwikiPlugin or provide feedback
   at http://twiki.org/cgi-bin/view/Plugins/InterwikiPluginDev.
   If you are a TWiki contributor please update the plugin in the SVN repository.
-->
Write ExternalSite:Page to link to a page on an external site based on aliases defined in a rules topic
 
Changed:
<
<
The InterwikiPlugin 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, http://www.usemod.com/cgi-bin/wiki.pl?InterWiki.
>
>

Introduction

 
Changed:
<
<
>
>
The InterwikiPlugin 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, http://www.usemod.com/cgi-bin/wiki.pl?InterWiki.
 

Syntax Rules

  • Enter ExternalSite:Page to create a link that points to the Page on the ExternalSite server.
  • Enter [[ExternalSite:Page][any label]] to specify a custom label.
Changed:
<
<
>
>
 
  • Each entry must be of format:
    | External site alias | URL | Tooltip help text |.
  • Site aliases must start with an upper case letter and may contain alphanumeric letters.
  • The URL and Tooltip Text may contain optional $page variables; the variable gets expanded to the page name.
Line: 19 to 29
 

InterwikiPlugin Settings

Changed:
<
<
Plugin settings are stored as Preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION%
>
>
Plugin settings are stored as Preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION%
 
Changed:
<
<
>
>
 
    • Set SHORTDESCRIPTION = Link ExternalSite:Page text to external sites based on aliases defined in a rules topic
Changed:
<
<
>
>
 
    • Set RULESTOPIC =

  • Inter-link format, with variables:
Line: 38 to 47
 

Plugin Installation Instructions

Changed:
<
<
ALERT! NOTE: This Plugin is included in the TWiki distribution package. You do not need to install it unless you want to upgrade to a newer version.
>
>
ALERT! Note: This plugin is included in the TWiki distribution package. You do not need to install it unless you want to upgrade to a newer version.
 
  • Download the ZIP file from the TWiki:Plugins web (see below)
  • Unzip InterwikiPlugin.zip in your TWiki installation directory. Content:
Line: 50 to 59
 

Plugin Info

Changed:
<
<
Plugin Author: TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Copyright: © 2001-2009, Andrea Sterbini, Peter Thoeny (TWIKI.NET), TWikiContributor
>
>
Plugin Author: TWiki:Main/AndreaSterbini, TWiki:Main/PeterThoeny
Copyright: © 2001-2009 Andrea Sterbini,
© 2001-2010 Peter Thoeny (Twiki, Inc.),
© 2001-2010 TWiki:TWiki/TWikiContributor
 
License: GPL (GNU General Public License)
Changed:
<
<
Plugin Version: 28 Feb 2009 17852 (02 Sep 2009)
>
>
Plugin Version: 2010-05-15 18695 (2010-05-29)
 
Change History:
<-- versions below in reverse order -->
 
Added:
>
>
2010-05-15: TWikibug:Item6433 - doc improvements; replacing TWIKIWEB with SYSTEMWEB
 
28 Feb 2009: 17851 - TWikibug:Item5025 - Added = and & to page regex, allowing links such as Site:ID=1234&sel=56
03 Aug 2008: TWiki 4.2.1 release version
22 Jan 2008: TWiki 4.2.0 release version
Line: 79 to 89
 
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Changed:
<
<
Benchmarks: GoodStyle 100%, FormattedSearch 98%, InterwikiPlugin 98%
>
>
Benchmarks: GoodStyle 100%, FormattedSearch 98%, InterwikiPlugin 98%
 
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/InterwikiPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/InterwikiPluginDev
Appraisal: http://TWiki.org/cgi-bin/view/Plugins/InterwikiPluginAppraisal
Changed:
<
<
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences, InterWikis
>
>
Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences, InterWikis
  -- TWiki:Main.PeterThoeny - 28 Feb 2009
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.InterwikiPlugin.