This tool will help you create a template for your own Wordpress plugin. It will provide sample code for the insertion of HTML in your blog, and the configuration page in the admin interface.

Parameters
Plugin name

serves as root for all naming
Insert results
filter on 'type'
Add config page
More parameters
Data sources to use
WPDB
Code generation
Show comments
yes
Add Open-Source license
no GPL
Show license in header comments
Generate plugin template
PHP template code

<?php
/*
Plugin Name: myplugin
Plugin Script: myplugin.php
Plugin URI: http://.../myplugin (where should people go for this plugin?)
Description: (...)
Version: 0.1
License: GPL
Author: Your name
Author URI: http://... (your blog/site URL)
// following 3 params needed for Installer
// cf http://mattread.com/projects/wp-plugins/installer-the-plugin/
Min WP Version: 1.5
Max WP Version: 2.0
// Update Server: http://.../myplugin (where should Installer look for update?)
PHP Template by: http://web.forret.com/tools/wp-plugin.asp

=== RELEASE NOTES ===
2008-07-25 - v1.0 - first version
*/

// uncomment next line if you need functions in external PHP script;
// include_once(dirname(__FILE__).'/some-library-in-same-folder.php');

?>

Keywords
admin, after, akismet, append, before, blog, cms, code, comment, concatenate, config, content, generator, module, options, php, placeholder, plugin, prepend, replace, template, wizard, wordpress, wp, wp-plugin, wp-admin, wp-content

Page provided by Peter Forret - Remarks to