Skip to content

Commit

Permalink
Item552: Checking in rebranded version
Browse files Browse the repository at this point in the history
Also did some tidying as the code was full of tabs


git-svn-id: http://svn.foswiki.org/trunk/ThumbnailPlugin@1548 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 23, 2008
1 parent 28b9481 commit a3b9095
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 268 deletions.
37 changes: 18 additions & 19 deletions data/System/ThumbnailPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="X509_2fC_3dUS_2fST_3dMassachusetts_2fL_3dSouthborough_2fO_3dlitts_2enet_2fOU_3dLitt_20family_2fOU_3dNetwork_20Administration_2fCN_3dTimothe_20Litt_2femailAddress_3dtimothe_40litts_2enet" date="1229905855" format="1.1" reprev="1.2" version="1.2"}%
%META:TOPICINFO{author="ProjectContributor" date="1229905855" format="1.1" version="1.1"}%
---+!! !ThumbnailPlugin

Thumbnails for everyone
Expand Down Expand Up @@ -56,43 +56,42 @@ Of course, neither of the previous methods support multiple sizes as easily, nor

Plugin settings are stored as preferences variables. To reference a plugin setting write ==%<nop>&lt;plugin&gt;_&lt;setting&gt;%==, i.e. ==%<nop>NEWPLUGIN_SHORTDESCRIPTION%==

* One line description, is shown in the %TWIKIWEB%.TextFormattingRules topic:
* One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic:
* Set SHORTDESCRIPTION = Painless links to attachments

* THUMBNAILPLUGIN_ENABLE = on, off : enables thumbnail auto-creation on save. Inherits by the usual preference rules.
* THUMBNAILPLUGIN_SIZE= decimal_number : defines the default size of auto-created thumbnails. You can specify a (space or comma-separated) list, in which case multiple thumbnails (1 of each size) will be generated. The first (or only) size listed is the default variant used by %<nop>THUMBNAIL%.

---++ Plugin Installation Instructions

__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
__Note:__ You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the Foswiki server.

* Download the ZIP file from the Plugin Home (see below)
* Unzip *%TOPIC%.zip* in your twiki installation directory. Content:
* Unzip *%TOPIC%.zip* in your Foswiki installation directory. Content:
| *File:* | *Description:* |
| ==data/TWiki/%TOPIC%.txt== | Plugin topic |
| ==data/TWiki/%TOPIC%.txt,v== | Plugin topic repository |
| ==lib/TWiki/Plugins/%TOPIC%.pm== | Plugin Perl module |
| ==data/System/%TOPIC%.txt== | Plugin topic |
| ==data/System/%TOPIC%.txt,v== | Plugin topic repository |
| ==lib/Foswiki/Plugins/%TOPIC%.pm== | Plugin Perl module |
* Configure the Plugin:
* TWiki 4.0 and up: Run the [[%SCRIPTURL%/configure%SCRIPTSUFFIX%][configure]] script to enable the Plugin
* Run the [[%SCRIPTURL%/configure%SCRIPTSUFFIX%][configure]] script to enable the Plugin
* Change the Plugin settings as needed

---++ Plugin Info

| Plugin Author: | TWiki:Main.TimotheLitt |
| Copyright: | &copy; 2008, TWiki:Main.TimotheLitt |
| Plugin Author: | Foswiki:Main.TimotheLitt |
| Copyright: | &copy; 2008, Foswiki:Main.TimotheLitt |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]], Perl artistic) |
| Plugin Version: | 21 Dec 2008 (V1.000) |
| Plugin Version: | 23 Dec 2008 (V1.001) |
| Change History: | <!-- versions below in reverse order --> |
| 20 Dec 2008: | Initial version |
| TWiki Dependency: | $TWiki::Plugins::VERSION 1.1 |
| 23 Dec 2008: | V1.001 - Foswiki version by Kenneth Lavrsen |
| 20 Dec 2008: | V1.000 - Initial version |
| Dependency: | $Foswiki::Plugins::VERSION 1.1 |
| CPAN Dependencies: | GD:: Image::MetaData::JPEG |
| Other Dependencies: | none |
| Perl Version: | 5.005 |
| [[TWiki:Plugins/Benchmark][Benchmarks]]: | %TWIKIWEB%.GoodStyle nn%, %TWIKIWEB%.FormattedSearch nn%, %TOPIC% nn% |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC% |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev |
| Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal |
| Plugin Home: | http://foswiki.org/Extensions/%TOPIC% |
| Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev |

__Related Topics:__ %TWIKIWEB%.TWikiPlugins, %TWIKIWEB%.DeveloperDocumentationCategory, %TWIKIWEB%.AdminDocumentationCategory, %TWIKIWEB%.TWikiPreferences http://TWiki.org/cgi-bin/view/Plugins/AttachmentPlugin http://TWiki.org/cgi-bin/view/Plugins/ImgPlugin
__Related Topics:__ [[%SYSTEMWEB%.Plugins][Plugins]], %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences Foswiki:Extensions.AttachmentPlugin Foswiki:Extensions.ImgPlugin

-- TWiki:Main.TimotheLitt - 21 Dec 2008
-- Foswiki:Main.TimotheLitt - 21 Dec 2008
140 changes: 0 additions & 140 deletions data/System/ThumbnailPlugin.txt,v

This file was deleted.

0 comments on commit a3b9095

Please sign in to comment.