Changeset 6709


Ignore:
Timestamp:
03/10/10 06:26:53 (2 years ago)
Author:
WillNorris
Message:

Item8500: web accelerator compatible

Location:
trunk/InterwikiPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/InterwikiPlugin/data/System/InterwikiPlugin.txt

    r5025 r6709  
    5252|  Release: | %$RELEASE% | 
    5353|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     54|  10 Mar 2010: | =mod_perl= and =FastCGI= compatible | 
    5455|  20 Sep 2009: | Version from 15 Apr now included with Foswiki 1.0.7. | 
    5556|  15 Apr 2009: | Foswiki:Main.CrawfordCurrie - removed plugin preferences from this topic | 
  • trunk/InterwikiPlugin/lib/Foswiki/Plugins/InterwikiPlugin.pm

    r5023 r6709  
    33# Copyright (C) 2000-2003 Andrea Sterbini, a.sterbini@flashnet.it 
    44# Copyright (C) 2001-2007 Peter Thoeny, peter@thoeny.org 
     5# Copyright (C) 2009-2010 Foswiki Contributors 
    56# 
    67# This program is free software; you can redistribute it and/or 
     
    4243 
    4344our $VERSION           = '$Rev$'; 
    44 our $RELEASE           = '20 Sep 2009'; 
     45our $RELEASE           = '10 Mar 2010'; 
    4546our $NO_PREFS_IN_TOPIC = 1; 
    4647our $SHORTDESCRIPTION = 
    4748'Link ExternalSite:Page text to external sites based on aliases defined in a rules topic'; 
    4849 
    49 our $interLinkFormat; 
    50 our $sitePattern; 
    51 our $pagePattern; 
    52 our %interSiteTable; 
     50my $interLinkFormat; 
     51my $sitePattern; 
     52my $pagePattern; 
     53my %interSiteTable; 
    5354 
    5455BEGIN { 
Note: See TracChangeset for help on using the changeset viewer.