From 13a1bae1ef6d23daa53331fd1f4ac8fcd7303919 Mon Sep 17 00:00:00 2001 From: ScottHoge Date: Fri, 9 Oct 2009 01:43:13 +0000 Subject: [PATCH] Item2227: final changes before plugin release git-svn-id: http://svn.foswiki.org/trunk/LightboxPlugin@5249 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- data/System/LightboxPlugin.txt | 9 ++++----- lib/Foswiki/Plugins/LightboxPlugin.pm | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/data/System/LightboxPlugin.txt b/data/System/LightboxPlugin.txt index 05fd70d..2513f63 100644 --- a/data/System/LightboxPlugin.txt +++ b/data/System/LightboxPlugin.txt @@ -75,16 +75,16 @@ __Note:__ You do not need to install anything on the browser to use this plugin. ---++ Plugin Info - * Set SHORTDESCRIPTION = Foswiki hooks to the Lightbox Javascript package for better thumbnail click-through + * Set SHORTDESCRIPTION = Foswiki hooks to the Lightbox Javascript package for better thumbnail image click-through This Foswiki extension includes v1.0 of Lightbox. | Plugin Author: | TWiki:Main.HenriAanstoot, Foswiki:Main.ScottHoge | | Copyright: | © 2006, TWiki:Main.HenriAanstoot | | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | -| Plugin Version: | 5 Apr 2007 (%$VERSION%) | +| Plugin Version: | 8 Oct 2009 (%$VERSION%) | | Change History: |   | -| 7 Oct 2009: | ported to Foswiki codebase | +| 8 Oct 2009: | ported to Foswiki codebase | | 5 Apr 2007: | Added blank.gif to the package | | 23 Mar 2007: | Added Plugin code with TWiki Tags | | 22 Sep 2006: | Initial version | @@ -93,8 +93,7 @@ This Foswiki extension includes v1.0 of Lightbox. | Other Dependencies: | none | | Perl Version: | 5.005 | | Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | -| Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | -| Appraisal: | http://foswiki.org/Extensions/%TOPIC%Appraisal | +| Feedback: | http://foswiki.org/Support/%TOPIC% | __Related Topic:__ Foswiki:Extensions.ImageGalleryPlugin diff --git a/lib/Foswiki/Plugins/LightboxPlugin.pm b/lib/Foswiki/Plugins/LightboxPlugin.pm index a9a1bbc..1f95d11 100644 --- a/lib/Foswiki/Plugins/LightboxPlugin.pm +++ b/lib/Foswiki/Plugins/LightboxPlugin.pm @@ -49,7 +49,7 @@ $VERSION = '$Rev: 9813$'; $RELEASE = 'Oct 2009'; # Name of this Plugin, only used in this module -$pluginName = 'EmptyPlugin'; +$pluginName = 'LightboxPlugin'; =pod