summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-12-02 21:13:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-12-02 21:13:26 (GMT)
commit22406a8452be45229f4fe19b8001ffb28c6536fe (patch)
tree8c245ccb12e22d25fc4a7c748e937f34f4a34624
parent3ef6ec6516aa426cda15defa3c8da002e8b14075 (diff)
downloadtcl-22406a8452be45229f4fe19b8001ffb28c6536fe.zip
tcl-22406a8452be45229f4fe19b8001ffb28c6536fe.tar.gz
tcl-22406a8452be45229f4fe19b8001ffb28c6536fe.tar.bz2
update README files
-rw-r--r--README25
-rw-r--r--generic/README4
-rw-r--r--unix/README5
3 files changed, 17 insertions, 17 deletions
diff --git a/README b/README
index 3127941..90547a5 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ README: Tcl
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.49.2.12 2005/11/16 22:05:26 dgp Exp $
+RCS: @(#) $Id: README,v 1.49.2.13 2005/12/02 21:13:26 dgp Exp $
Contents
--------
@@ -57,8 +57,8 @@ by clicking on the relevant version.
Information about Tcl itself can be found at
http://www.tcl.tk/scripting/
-There have been many Tcl books on the market. Most are listed at
- http://www.tcl.tk/resource/doc/books/
+There have been many Tcl books on the market. Many are mentioned in the Wiki:
+ http://wiki.tcl.tk/book/
2a. Unix Documentation
----------------------
@@ -135,15 +135,14 @@ anonymous FTP. The archive also contains several FAQ ("frequently asked
questions") documents that provide solutions to problems that are commonly
encountered by Tcl newcomers.
-7. Tcl Resource Center
-----------------------
+7. The Tcler's Wiki
+-------------------
+
+A Wiki-based open community site covering all aspects of Tcl/Tk is at:
+
+ http://wiki.tcl.tk/
-Visit http://www.tcl.tk/resource/ to see an annotated index of
-many Tcl resources available on the World Wide Web. This includes
-papers, books, and FAQs, as well as development tools, extensions,
-applications, binary releases, and patches. You can also recommend
-additional URLs for the resource center using the forms labeled "Add a
-Resource".
+A wealth of useful information can be found there.
8. Mailing lists
----------------
@@ -181,10 +180,10 @@ The Tcl community is too large for us to provide much individual support
for users. If you need help we suggest that you post questions to
comp.lang.tcl. We read the newsgroup and will attempt to answer esoteric
questions for which no one else is likely to know the answer. In addition,
-see the following Web site for links to other organizations that offer
+see the following page on the Wiki for links to other organizations that offer
Tcl/Tk training:
- http://www.tcl.tk/resource/community/commercial/training
+ http://wiki.tcl.tk/training
10. Thank You
-------------
diff --git a/generic/README b/generic/README
index 209ba44..0f7ee21 100644
--- a/generic/README
+++ b/generic/README
@@ -1,5 +1,5 @@
This directory contains Tcl source files that work on all the platforms
where Tcl runs (e.g. UNIX, PCs, and Macintoshes). Platform-specific
-sources are in the directories ../unix, ../win, and ../mac.
+sources are in the directories ../unix, ../win, ../macosx, and ../mac.
-RCS: @(#) $Id: README,v 1.2 1998/09/14 18:39:56 stanton Exp $
+RCS: @(#) $Id: README,v 1.2.40.1 2005/12/02 21:13:26 dgp Exp $
diff --git a/unix/README b/unix/README
index d5607f6..ae2c3a9 100644
--- a/unix/README
+++ b/unix/README
@@ -1,7 +1,7 @@
Tcl UNIX README
---------------
-RCS: @(#) $Id: README,v 1.24 2002/10/10 04:56:21 hobbs Exp $
+RCS: @(#) $Id: README,v 1.24.2.1 2005/12/02 21:13:26 dgp Exp $
This is the directory where you configure, compile, test, and install
UNIX versions of Tcl. This directory also contains source files for Tcl
@@ -22,7 +22,8 @@ changes on any UNIX-like system that approximates POSIX, BSD, or System
V. We know that it runs on workstations from Sun, H-P, DEC, IBM, and
SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
-compile for a Macintosh, see the README file in the directory ../mac.
+compile for Max OS X, see the README in the directory ../macosx. To
+compile for a classic Macintosh, see the README file in the directory ../mac.
How To Compile And Install Tcl:
-------------------------------