Changeset 422 for trunk/HelloWorld

Show
Ignore:
Timestamp:
01/24/08 00:28:55 (22 months ago)
Author:
gboggs
Message:

Added Raynes to the POD too. Fixed my email. Cleaned a bit of my crusty comment grammar.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HelloWorld/plugins/HelloWorld/HelloWorld.pl

    r409 r422  
    11package MT::Plugin::HelloWorld; 
    22# 
    3 # This code is a modified version of that listed in "Hacking Movable 
    4 # Type" by Allen, Choate, Hammersley and Haughey and Raynes, chapter 10: 
    5 # Writing Plugins.  Gene Boggs added the plugin manager compatiblity 
    6 # files. 
     3# This is a modified version of the code listed in "Hacking Movable 
     4# Type" by Allen, Choate, Hammersley, Haughey and Raynes, in chapter 
     5# 10: Writing Plugins.  Gene Boggs added the plugin manager 
     6# compatiblity files. 
    77# 
    88# If you spot an inaccuracy or improvement in the context of The Book 
     
    116116 
    117117The code is transcribed from "Hacking Movable Type" by Allen, Choate, 
    118 Hammersley and Haughey, Chapter 10: "Writing Plugins."  Slight 
     118Hammersley, Haughey and Raynes, Chapter 10: "Writing Plugins."  Slight 
    119119modifications have been made by Gene Boggs.  If you spot an inaccuracy 
    120120or improvement (in the context of The Book or PluginManager 
    121 requirements), patches are welcome!  Please contact Gene 
    122 E<lt>gboggs@sixapart.comE<gt>. 
    123  
    124 The distribution of this plugin contains the xml files required by 
    125 PluginManager to allow automated updating.  Currently, the paths 
    126 specified in these files do not reference physical locations.  This is 
    127 definitely a L</TO DO> item. 
     121requirements), patches are welcome!  Please contact Gene (email in 
     122L</AUTHORS>) or better yet, check-in a patch if you have svn write 
     123access. 
     124 
     125The distribution of this plugin contains xml files that are required 
     126by PluginManager, to allow automated updating.  Currently, the paths 
     127specified in these files do not reference physical locations. 
    128128 
    129129=head1 METHODS 
     
    201201    </MTEntries> 
    202202 
     203=head1 TO DO 
     204 
     205XML files do not reference physical locations. 
     206 
    203207=head1 SEE ALSO 
    204208 
     
    223227=item Jay Allen E<lt>jay@jayallen.orgE<gt> 
    224228 
    225 =item Gene Boggs E<lt>gboggs@sixapart.comE<gt> 
     229=item Gene Boggs E<lt>gene.boggs@gmail.comE<gt> 
    226230 
    227231=back