Ignore:
Timestamp:
11/19/08 01:37:09 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Continuing the TWiki. to %SYSTEMWEB% convertion.
(much easier now that I get less hits on TWiki.org)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/twikiplugins/BuildContrib/create_new_extension.pl

    r506 r790  
    11#!/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/ 
    33# 
    44# Copyright (C) 2006-2008 ProjectContributors. All rights reserved. 
     
    7575You must be cd'ed to the twikiplugins directory, and you must 
    7676pass the name of your extension - which must end in Skin, Plugin, 
    77 Contrib, AddOn or TWikiApp - to the script. The extension directory 
     77Contrib, AddOn or Application - to the script. The extension directory 
    7878must not already exist. 
    7979 
     
    9292usage(), exit 1 if -d $def{MODULE}; 
    9393 
    94 $def{MODULE} =~ /^.*?(Skin|Plugin|Contrib|AddOn|TWikiApp)$/; 
     94$def{MODULE} =~ /^.*?(Skin|Plugin|Contrib|AddOn|Application)$/; 
    9595$def{TYPE} = $1; 
    9696usage(), exit 1 unless $def{TYPE}; 
     
    243243 
    244244<<<< PLUGIN_HEADER >>>> 
    245 # %$TYPE% for TWiki Collaboration Platform, http://TWiki.org/ 
     245# %$TYPE% for Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    246246# 
    247247# This program is free software; you can redistribute it and/or 
     
    261261 
    262262<<<< PM >>>> 
    263 # %$TYPE% for TWiki Collaboration Platform, http://TWiki.org/ 
     263# %$TYPE% for Foswiki - The Free Open Source Wiki, http://foswiki.org/ 
    264264# 
    265265# This program is free software; you can redistribute it and/or 
Note: See TracChangeset for help on using the changeset viewer.