Initial revision
authorsls <sls>
Mon, 5 Jun 1995 05:01:52 +0000 (05:01 +0000)
committersls <sls>
Mon, 5 Jun 1995 05:01:52 +0000 (05:01 +0000)
Notes.html [new file with mode: 0644]

diff --git a/Notes.html b/Notes.html
new file mode 100644 (file)
index 0000000..916c5ba
--- /dev/null
@@ -0,0 +1,29 @@
+<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>