diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-07 21:04:53 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-07 21:04:53 (GMT) |
commit | cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1 (patch) | |
tree | 77a3612dc0841f96b4c485575ae6e72f4dc138be /tkcon/index.html | |
parent | 47ba30ed109ae3ce6a00a25c6c607114cade5f9b (diff) | |
download | blt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.zip blt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.tar.gz blt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.tar.bz2 |
update TEA 3.13
Diffstat (limited to 'tkcon/index.html')
-rwxr-xr-x | tkcon/index.html | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/tkcon/index.html b/tkcon/index.html deleted file mode 100755 index 7c53084..0000000 --- a/tkcon/index.html +++ /dev/null @@ -1,70 +0,0 @@ -<HTML> -<HEAD> -<TITLE>Enhanced Tk Console: tkcon</TITLE> -<LINK REL="STYLESHEET" TYPE="text/css" HREF="docs/style.css"> -</HEAD> - -<BODY BGCOLOR=#FFFFFF> - -<TABLE WIDTH=100% BORDER=0 CELLSPACING=2 CELLPADDING=0 BGCOLOR=#000000><TR><TD> -<!-- start header info --> -<TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=#FFFFFF> -<TR> -<TD><FONT SIZE=+3><B>Enhanced Tk Console: tkcon</B></FONT></TD> -<TD align=right> -<A href="http://sourceforge.net/projects/tkcon/"> -<IMG src="http://sourceforge.net/sflogo.php?group_id=11462&type=1" width="88" -height="31" border="0" alt="SourceForge Logo"></A> -</TD> -</TR> -</TABLE> -<!-- end header info --> - -</TD></TR><TR><TD> - -<TABLE WIDTH=100% BORDER=1 CELLSPACING=2 CELLPADDING=2 BGCOLOR=#DDDDDD> -<TR> - -<TH><A HREF="docs/index.html">Documentation</A></TH> -<TH><A HREF="docs/demopic.png">Screenshot</A></TH> -<TH><A HREF="docs/plugin.html">Online Demo!</A> (requires -<A HREF="http://www.tcl.tk/software/plugin/">Tk plugin</A>)</TH> -<TH><A HREF="docs/license.terms">License</A> </TH> - -</TR><TR> - -<TD COLSPAN=4> -<A -HREF="http://sourceforge.net/project/showfiles.php?group_id=11462"><B>tkcon Release Archives</B></A> - -<P> -<B><CODE STYLE="color: #990033;">Latest Release is 2.5 (2009-02-26)</CODE></B> -</P> -<P> -You can grab the <A -HREF="http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl?rev=HEAD">latest sources</A> from the -<A HREF="http://tkcon.cvs.sourceforge.net/tkcon/tkcon/"><B>tkcon CVS repository</B></A>. -</P> -</TD> - -</TR> -</TABLE> - -</TD></TR></TABLE> - -<P> -tkcon is a replacement for the standard console that comes with Tk (on -Windows/Mac, but also works on Unix). The console itself provides -<i>many</i> more features than the standard console. tkcon works on all -platforms where Tcl/Tk is available. It is meant primarily to aid one when -working with the little details inside tcl and tk, giving Unix users the GUI -console provided by default in the Mac and Windows Tk. It's also not a bad -replacement for the default MS-DOS shell (although it needs lots of fine -tuning). -</P> - -<HR NOSHADE SIZE=1> -<ADDRESS><FONT SIZE=2>© Jeffrey Hobbs (jeff at hobbs dot org)</FONT></ADDRESS> - -</BODY> -</HTML> |