Changeset 6709
- Timestamp:
- 03/10/10 06:26:53 (2 years ago)
- Location:
- trunk/InterwikiPlugin
- Files:
-
- 2 edited
-
data/System/InterwikiPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/InterwikiPlugin.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/InterwikiPlugin/data/System/InterwikiPlugin.txt
r5025 r6709 52 52 | Release: | %$RELEASE% | 53 53 | Change History: | <!-- versions below in reverse order --> | 54 | 10 Mar 2010: | =mod_perl= and =FastCGI= compatible | 54 55 | 20 Sep 2009: | Version from 15 Apr now included with Foswiki 1.0.7. | 55 56 | 15 Apr 2009: | Foswiki:Main.CrawfordCurrie - removed plugin preferences from this topic | -
trunk/InterwikiPlugin/lib/Foswiki/Plugins/InterwikiPlugin.pm
r5023 r6709 3 3 # Copyright (C) 2000-2003 Andrea Sterbini, a.sterbini@flashnet.it 4 4 # Copyright (C) 2001-2007 Peter Thoeny, peter@thoeny.org 5 # Copyright (C) 2009-2010 Foswiki Contributors 5 6 # 6 7 # This program is free software; you can redistribute it and/or … … 42 43 43 44 our $VERSION = '$Rev$'; 44 our $RELEASE = ' 20 Sep 2009';45 our $RELEASE = '10 Mar 2010'; 45 46 our $NO_PREFS_IN_TOPIC = 1; 46 47 our $SHORTDESCRIPTION = 47 48 'Link ExternalSite:Page text to external sites based on aliases defined in a rules topic'; 48 49 49 our$interLinkFormat;50 our$sitePattern;51 our$pagePattern;52 our%interSiteTable;50 my $interLinkFormat; 51 my $sitePattern; 52 my $pagePattern; 53 my %interSiteTable; 53 54 54 55 BEGIN {
Note: See TracChangeset
for help on using the changeset viewer.
