- Timestamp:
- 11/19/08 01:37:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/twikiplugins/BuildContrib/create_new_extension.pl
r506 r790 1 1 #!/usr/bin/perl -w 2 # Script for TWiki Collaboration Platform, http://TWiki.org/2 # Script for Foswiki - the Free Open Source Wiki, http://foswiki.org/ 3 3 # 4 4 # Copyright (C) 2006-2008 ProjectContributors. All rights reserved. … … 75 75 You must be cd'ed to the twikiplugins directory, and you must 76 76 pass the name of your extension - which must end in Skin, Plugin, 77 Contrib, AddOn or TWikiApp- to the script. The extension directory77 Contrib, AddOn or Application - to the script. The extension directory 78 78 must not already exist. 79 79 … … 92 92 usage(), exit 1 if -d $def{MODULE}; 93 93 94 $def{MODULE} =~ /^.*?(Skin|Plugin|Contrib|AddOn| TWikiApp)$/;94 $def{MODULE} =~ /^.*?(Skin|Plugin|Contrib|AddOn|Application)$/; 95 95 $def{TYPE} = $1; 96 96 usage(), exit 1 unless $def{TYPE}; … … 243 243 244 244 <<<< PLUGIN_HEADER >>>> 245 # %$TYPE% for TWiki Collaboration Platform, http://TWiki.org/245 # %$TYPE% for Foswiki - The Free Open Source Wiki, http://foswiki.org/ 246 246 # 247 247 # This program is free software; you can redistribute it and/or … … 261 261 262 262 <<<< PM >>>> 263 # %$TYPE% for TWiki Collaboration Platform, http://TWiki.org/263 # %$TYPE% for Foswiki - The Free Open Source Wiki, http://foswiki.org/ 264 264 # 265 265 # This program is free software; you can redistribute it and/or
Note: See TracChangeset
for help on using the changeset viewer.
