1 | <HTML> |
---|
2 | <HEAD> |
---|
3 | <TITLE>Enhanced Tk Console: tkcon</TITLE> |
---|
4 | <LINK REL="STYLESHEET" TYPE="text/css" HREF="docs/style.css"> |
---|
5 | </HEAD> |
---|
6 | |
---|
7 | <BODY BGCOLOR=#FFFFFF> |
---|
8 | |
---|
9 | <TABLE WIDTH=100% BORDER=0 CELLSPACING=2 CELLPADDING=0 BGCOLOR=#000000><TR><TD> |
---|
10 | <!-- start header info --> |
---|
11 | <TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=#FFFFFF> |
---|
12 | <TR> |
---|
13 | <TD><FONT SIZE=+3><B>Enhanced Tk Console: tkcon</B></FONT></TD> |
---|
14 | <TD align=right> |
---|
15 | <A href="http://sourceforge.net/projects/tkcon/"> |
---|
16 | <IMG src="http://sourceforge.net/sflogo.php?group_id=11462&type=1" width="88" |
---|
17 | height="31" border="0" alt="SourceForge Logo"></A> |
---|
18 | </TD> |
---|
19 | </TR> |
---|
20 | </TABLE> |
---|
21 | <!-- end header info --> |
---|
22 | |
---|
23 | </TD></TR><TR><TD> |
---|
24 | |
---|
25 | <TABLE WIDTH=100% BORDER=1 CELLSPACING=2 CELLPADDING=2 BGCOLOR=#DDDDDD> |
---|
26 | <TR> |
---|
27 | |
---|
28 | <TH><A HREF="docs/index.html">Documentation</A></TH> |
---|
29 | <TH><A HREF="docs/demopic.gif">Screenshot</A></TH> |
---|
30 | <TH><A HREF="docs/plugin.html">Online Demo!</A> (requires |
---|
31 | <A HREF="http://www.tcl-tk.net/software/plugin/">Tk plugin</A>)</TH> |
---|
32 | <TH><A HREF="docs/license.terms">License</A> </TH> |
---|
33 | |
---|
34 | </TR><TR> |
---|
35 | |
---|
36 | <TD COLSPAN=4> |
---|
37 | <!-- <A HREF="ftp://tkcon.sourceforge.net/pub/tkcon/"><B>Release Archives</B> |
---|
38 | (ftp)</A><BR> --> |
---|
39 | <A |
---|
40 | HREF="http://sourceforge.net/project/showfiles.php?group_id=11462"><B>Release |
---|
41 | Archives</B> (high speed server)</A> |
---|
42 | |
---|
43 | <P> |
---|
44 | <B><CODE STYLE="color: #990033;">Last full release: |
---|
45 | <A HREF="http://prdownloads.sourceforge.net/tkcon/tkcon-2.3.tar.gz">v2.3</A>, |
---|
46 | 2001-01-24</CODE></B> |
---|
47 | </P> |
---|
48 | <P> |
---|
49 | You can grab the <A |
---|
50 | HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/tkcon.tcl?rev=HEAD">latest sources</A> from the |
---|
51 | <A HREF="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/"><B>tkcon CVS repository</B></A>. |
---|
52 | </P> |
---|
53 | </TD> |
---|
54 | |
---|
55 | </TR> |
---|
56 | </TABLE> |
---|
57 | |
---|
58 | </TD></TR></TABLE> |
---|
59 | |
---|
60 | <P STYLE="font-family: arial, sans-serif"> |
---|
61 | tkcon is a replacement for the standard console that comes with Tk (on |
---|
62 | Windows/Mac, but also works on Unix). The console itself provides |
---|
63 | <i>many</i> more features than the standard console. tkcon works on all |
---|
64 | platforms where Tcl/Tk is available. It is meant primarily to aid one when |
---|
65 | working with the little details inside tcl and tk, giving Unix users the GUI |
---|
66 | console provided by default in the Mac and Windows Tk. It's also not a bad |
---|
67 | replacement for the default MS-DOS shell (although it needs lots of fine |
---|
68 | tuning). |
---|
69 | </P> |
---|
70 | |
---|
71 | <HR NOSHADE SIZE=1> |
---|
72 | <ADDRESS><FONT SIZE=2>© |
---|
73 | <A HREF="mailto:jeff@hobbs.org">Jeffrey Hobbs</A></FONT></ADDRESS> |
---|
74 | |
---|
75 | </BODY> |
---|
76 | </HTML> |
---|