Changeset 674
- Timestamp:
- 06/04/08 15:54:25 (18 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
HelloWorld/README.txt (modified) (1 diff)
-
HelloWorld/plugins/HelloWorld/HelloWorld.pl (modified) (3 diffs)
-
PluginBuilder/plugins/PluginBuilder/lib/PluginBuilder.pm (modified) (1 diff)
-
PluginBuilder/plugins/PluginBuilder/pluginbuilder.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HelloWorld/README.txt
r159 r674 2 2 It contains the code from the book, "Hacking MT" and the 3 3 distribution 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 3 3 # This is a modified version of the code listed in "Hacking Movable 4 4 # 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. 7 6 # 8 7 # If you spot an inaccuracy or improvement in the context of The Book … … 116 115 117 116 The 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. 117 Hammersley, Haughey and Raynes, Chapter 10: "Writing Plugins." 124 118 125 119 The distribution of this plugin contains xml files that are required … … 227 221 =item Jay Allen E<lt>jay@jayallen.orgE<gt> 228 222 229 =item Gene Boggs E<lt>gene.boggs@gmail.comE<gt>230 231 223 =back 232 224 -
trunk/PluginBuilder/plugins/PluginBuilder/lib/PluginBuilder.pm
r196 r674 226 226 =head1 AUTHOR 227 227 228 Gene Boggs E<lt>gene@sixapart.comE<gt> 228 Six Apart 229 229 230 230 =cut -
trunk/PluginBuilder/plugins/PluginBuilder/pluginbuilder.pl
r200 r674 5 5 my $plugin = MT::Plugin->new( 6 6 author_link => 'http://www.sixapart.com/', 7 author_name => ' Gene Boggs',7 author_name => 'Six Apart', 8 8 config_link => 'mt-pluginbuilder.cgi', 9 9 description => 'Plugin Stubber',
