Changeset 674

Show
Ignore:
Timestamp:
06/04/08 15:54:25 (18 months ago)
Author:
jallen
Message:

Removing author's name at the behest of the author.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/HelloWorld/README.txt

    r159 r674  
    22It contains the code from the book, "Hacking MT" and the 
    33distribution metadata.  It is not a product of the authors. 
    4 Please contact gboggs@sixapart.com with any questions, 
    5 suggestions, patches, etc. 
  • trunk/HelloWorld/plugins/HelloWorld/HelloWorld.pl

    r422 r674  
    33# This is a modified version of the code listed in "Hacking Movable 
    44# Type" by Allen, Choate, Hammersley, Haughey and Raynes, in chapter 
    5 # 10: Writing Plugins.  Gene Boggs added the plugin manager 
    6 # compatiblity files. 
     5# 10: Writing Plugins.   
    76# 
    87# If you spot an inaccuracy or improvement in the context of The Book 
     
    116115 
    117116The code is transcribed from "Hacking Movable Type" by Allen, Choate, 
    118 Hammersley, Haughey and Raynes, Chapter 10: "Writing Plugins."  Slight 
    119 modifications have been made by Gene Boggs.  If you spot an inaccuracy 
    120 or improvement (in the context of The Book or PluginManager 
    121 requirements), patches are welcome!  Please contact Gene (email in 
    122 L</AUTHORS>) or better yet, check-in a patch if you have svn write 
    123 access. 
     117Hammersley, Haughey and Raynes, Chapter 10: "Writing Plugins." 
    124118 
    125119The distribution of this plugin contains xml files that are required 
     
    227221=item Jay Allen E<lt>jay@jayallen.orgE<gt> 
    228222 
    229 =item Gene Boggs E<lt>gene.boggs@gmail.comE<gt> 
    230  
    231223=back 
    232224 
  • trunk/PluginBuilder/plugins/PluginBuilder/lib/PluginBuilder.pm

    r196 r674  
    226226=head1 AUTHOR 
    227227 
    228 Gene Boggs E<lt>gene@sixapart.comE<gt> 
     228Six Apart 
    229229 
    230230=cut 
  • trunk/PluginBuilder/plugins/PluginBuilder/pluginbuilder.pl

    r200 r674  
    55my $plugin = MT::Plugin->new( 
    66    author_link => 'http://www.sixapart.com/', 
    7     author_name => 'Gene Boggs', 
     7    author_name => 'Six Apart', 
    88    config_link => 'mt-pluginbuilder.cgi', 
    99    description => 'Plugin Stubber',