Ignore:
Timestamp:
04/16/09 10:38:08 (3 years ago)
Author:
CrawfordCurrie
Message:

Item1383: removed support for settings in the plugin topic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlideShowPlugin/lib/Foswiki/Plugins/SlideShowPlugin.pm

    r3348 r3458  
    2222 
    2323use vars qw( 
    24   $web $topic $user $installWeb $VERSION $RELEASE $debug $addedHead 
     24  $web $topic $user $installWeb $debug $addedHead 
    2525); 
    2626 
    27  
    28 # This should always be $Rev$ so that Foswiki can determine the checked-in 
    29 # status of the plugin. It is used by the build automation tools, so 
    30 # you should leave it alone. 
    31 $VERSION = '$Rev$'; 
    32  
    33 # This is a free-form string you can use to "name" your own plugin version. 
    34 # It is *not* used by the build automation tools, but is reported as part 
    35 # of the version number in PLUGINDESCRIPTIONS. 
    36 $RELEASE = '31 Mar 2009'; 
     27our $VERSION = '$Rev$'; 
     28our $RELEASE = '31 Mar 2009'; 
     29our $SHORTDESCRIPTION = 'Create web based presentations based on topics with headings'; 
     30our $NO_PREFS_IN_TOPIC = 1; 
    3731 
    3832sub initPlugin { 
Note: See TracChangeset for help on using the changeset viewer.