--- /dev/null
+<html> <head>
+<title>Tkinspect Notes</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>Tkinspect Notes</h1></center>
+
+<b>tkinspect</b> started as a quick hack to help me debug my Tk
+programs. Since then, I've also used <b>tkinspect</b> to explore and
+experiment with Tk programming. What started out as a 150 line one
+day hack has grown to nearly 3000 lines of Tcl. I'm having a lot of
+fun programming in Tcl, and so I expect <b>tkinspect</b> will continue
+to grow and evolve.<p>
+
+<b>tkinspect</b> was written using a object system written in Tcl.
+The object system is really just a way to group a Tcl array and a
+bunch of procedures. It's part of a larger Tcl library of mine called
+<b>STL</b>. <b>tkinspect</b> includes a subset of that library.<p>
+
+If you have any comments, questions, or bug reports please send them
+to me. My address is <tt>SLShen@lbl.gov</tt>.
+
+<hr>
+<address></address>
+<!-- hhmts start -->
+Last modified: Sun Jun 4 22:01:26 1995
+<!-- hhmts end -->
+</body> </html>