\n$reason\n
\n" } # # each person in peopleList contains 3 items: # { # name # email address # description of contribution # } # set peopleList { { "Karl Lehenbauer" "karl@neosoft.com" "Creator of NeoWebScript, original author of mod_neoscript.c and all of the initial Tcl code, which implements the NeoWebScript commands. Also for co-authoring Extended Tcl, and authoring the NeoSoft Tcl extensions included in the source directory as neo7.5." } { "Randy Kunkee" "kunkee@neosoft.com" "For debugging mod_neoscript.c, finding some of those subtle little bugs that made the web server crash and making the module stable enough that it hardly ever crashes. Also for bringing object oriented Tcl to NeoWebScript by including MIT Otcl, modifying it to make it work correctly with slave interpreters, and for the Otcl class definitions in class.tcl." } { "George Porter" "gporter@neosoft.com" "For helping with the Tcl code, and implementation with Apache-SSL." } { "Herb Smith" "hsmith@neosoft.com" "For using NeoWebScript, and for the complete revision of the NeoWebScript site!" } { "Damon Courtney" "damon@neosoft.com" "For using NeoWebScript and helping to develop many neat new applications. Also, for lots of bug finding and development of some smaller pieces of code." } { "Richard Finn" "rfinn@neosoft.com" "For using NeoWebScript and also helping to point out bugs or when something gets broken. Also works with Damon to develop many new uses of NeoWebScript and ports of other CGI programs." } { "Eugene Lee" "eugene@neosoft.com" "For updating mod_neoscript.c and other NeoWebScript modules to Apache 1.2.x, implementing the new server-side NeoWebScript tags, simplifying MIME uploads, lots of code review, and the usual bug-fixing.
Current maintainer of NeoWebScript." } { "Sean Campbell and Houston Deeboockum" "" "Katy High School interns that helped a lot putting the final touches on the NeoWebScript site, particularly the commands pages. Without these guys, we might not have made our deadline!" } { "Horace Vallas" "hav@hav.com" "For using NeoWebScript a lot, pointing out bugs and making suggestions about how it should work. Initially, pages containing NeoWebScript had their own mime-type, and Horace insisted that it should be allowed in existing pages. He was, of course, right about this, and many other things. Horace also is the author/contributor of neotrack and named counters." } { "Mark Diehkans" "" "Co-author of Extended Tcl." } { "Keith Bostic" "" "For the database routines used to support the dbstore/dbfetch commands." } { "Nathaniel Borenstein" "" "For inventing Safe Tcl, the basis for a secure NeoWebScript interpreter that can be used by untrusted individuals." } { "Thomas Boutell" "" "For writing gd, a graphics library to generate dynamic GIFs." } { "Spencer W. Thomas" "" "For Gd Tcl, the Tcl interface to gd." } { "David Wetherall" "" "For MIT Otcl." } { "John Ousterhout" "" "Inventor of Tcl." } } foreach personList $peopleList { lassign $personList name email reason emit_credit $name $email $reason }