diff -r 4f4c0088f7b5 -r 0df7cb80c56c plugins/tcl/TCL-HOWTO --- a/plugins/tcl/TCL-HOWTO Thu Jan 15 23:02:19 2004 +0000 +++ b/plugins/tcl/TCL-HOWTO Thu Jan 15 23:11:46 2004 +0000 @@ -24,11 +24,14 @@ variables or procedures declared in the script. In practice this is not a problem, as the only thing this procedure should do is return a simple list containing five items: the name of the script, its version -number, a short description, the author, and a web page. For example: +number, a summary (just a few words) of its function, a short (longer +than the summary, but no more than a couple of sentences if possible) +description, the author, and a web page. For example: proc plugin_init { } { return [ list "Example Plugin" \ "1.0" \ + "Example plugin registration" \ "Example of how to register a plugin for the Tcl HOWTO" \ "Ethan Blanton " \ "http://gaim.sf.net/" ]