* docs/plugin.html: updated link to plugin source
authorJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 19 Sep 2000 23:23:44 +0000 (23:23 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Tue, 19 Sep 2000 23:23:44 +0000 (23:23 +0000)
* docs/changes.txt: noted that changes.txt is no longer updated in
favor of this ChangeLog

docs/changes.txt
docs/plugin.html

index d1f96ab4ac7e7100c9ad64a8e3fdeb0285b71aaf..b0c8ed6d27280ae47e7c569141c145ce700481dc 100755 (executable)
@@ -9,6 +9,10 @@ indicates an idea/bug report attribution fixed by myself.  Where
 no attribution is made, assume (Hobbs).
 -------------------------------------------------------------------------
 
+THIS FILE IS NO LONGER PERTINENT.
+
+All changes are now recorded in the ChangeLog.
+
 ---- March 31 1999 v1.6 ----
 
 Changed tkConInsert to not use catch (avoids any error generation).
index 253a66eae7697e8e9fa3210092d795d9d9e25eca..100191cb5ca96b583108e23466961a4cf6b3367b 100755 (executable)
@@ -1,13 +1,13 @@
 <HTML>
 <HEAD>
-<TITLE>Tcl Plugin Stripped TkCon Demo</TITLE>
+<TITLE>TkCon: Tcl Plugin Stripped Demo</TITLE>
 </HEAD>
 
 <BODY>
-<H1>Tcl Plugin Stripped TkCon Demo</H1>
+<H1>TkCon: Tcl Plugin Stripped Demo</H1>
 <HR>
 
-<A HREF="/tcl/script/tkcon/">Full TkCon Distribution</A>
+<A HREF="../">TkCon Distribution</A>
  <P>
 
 This is the full TkCon script when run inside the plugin.  It feels like a
@@ -15,14 +15,15 @@ stripped down version of TkCon, but the only limitations are those
 established by the plugin.  You can test the basic console features and get
 a feel for the mutli-color output.  Below the demo are some ideas to try
 out.  v2 of the plugin is distributed with a megawidget version of TkCon for
-debugging tclets.
+debugging tclets.  The demo below uses rev 1.20 of tkcon in CVS
+(this correlates to v2.1alpha of tkcon).
 
 <P>
-<embed src="/tcl/script/tkcon/tkcon.tcl" width=600 height=350>
+<embed src="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/~checkout~/tkcon/tkcon.tcl?rev=1.20&content-type=application/x-tcl&cvsroot=tkcon" width=600 height=350>
 </P>
 
 Have a look at some of the features: (culled from the
-<A HREF="/tcl/script/tkcon/docs/">full TkCon documentation</A>)
+<A HREF="./">TkCon documentation</A>)
 <UL>
 <LI> <B>Variable / Path / Procedure Name Expansion.</B>  Type in
 <CODE>set tc</CODE> at the prompt.  Hit <I>&lt;Control-Shift-V&gt;</I>.