Changeset 422 for trunk/HelloWorld/plugins
- Timestamp:
- 01/24/08 00:28:55 (2 years ago)
- Files:
-
- 1 modified
-
trunk/HelloWorld/plugins/HelloWorld/HelloWorld.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HelloWorld/plugins/HelloWorld/HelloWorld.pl
r409 r422 1 1 package MT::Plugin::HelloWorld; 2 2 # 3 # This code is a modified version of thatlisted in "Hacking Movable4 # Type" by Allen, Choate, Hammersley and Haughey and Raynes, chapter 10:5 # Writing Plugins. Gene Boggs added the plugin manager compatiblity6 # 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. 7 7 # 8 8 # If you spot an inaccuracy or improvement in the context of The Book … … 116 116 117 117 The code is transcribed from "Hacking Movable Type" by Allen, Choate, 118 Hammersley and Haughey, Chapter 10: "Writing Plugins." Slight118 Hammersley, Haughey and Raynes, Chapter 10: "Writing Plugins." Slight 119 119 modifications have been made by Gene Boggs. If you spot an inaccuracy 120 120 or 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 is127 definitely a L</TO DO> item.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. 124 125 The distribution of this plugin contains xml files that are required 126 by PluginManager, to allow automated updating. Currently, the paths 127 specified in these files do not reference physical locations. 128 128 129 129 =head1 METHODS … … 201 201 </MTEntries> 202 202 203 =head1 TO DO 204 205 XML files do not reference physical locations. 206 203 207 =head1 SEE ALSO 204 208 … … 223 227 =item Jay Allen E<lt>jay@jayallen.orgE<gt> 224 228 225 =item Gene Boggs E<lt>g boggs@sixapart.comE<gt>229 =item Gene Boggs E<lt>gene.boggs@gmail.comE<gt> 226 230 227 231 =back
