From 0bb4ae0f9ab3a9e41ff334c6e6d5eb91afb0a6e4 Mon Sep 17 00:00:00 2001 From: hobbs Date: Mon, 4 Mar 2002 23:26:03 +0000 Subject: updated to use www.tcl.tk URL --- README | 16 ++++++++-------- mac/README | 12 ++++++------ unix/README | 6 +++--- win/README | 4 ++-- win/README.binary | 16 ++++++++-------- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README b/README index c4a7f6e..edff0ef 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.39 2001/08/08 22:28:23 dgp Exp $ +RCS: @(#) $Id: README,v 1.40 2002/03/04 23:26:03 hobbs Exp $ Contents -------- @@ -36,7 +36,7 @@ The home for Tcl/Tk sources and bug/patch database is on SourceForge: with the Tcl Developer Xchange hosted at: - http://www.purl.org/tcl/home/ + http://www.tcl.tk/ Tcl is a freely available open source package. You can do virtually anything you like with it, such as modifying it, redistributing it, @@ -48,17 +48,17 @@ and selling it either in whole or in part. See the file Extensive documentation is available at our website. The home page for this release, including new features, is - http://www.purl.org/tcl/home/software/tcltk/8.4.html + http://www.tcl.tk/software/tcltk/8.4.html Detailed release notes can be found at the file distributions page by clicking on the relevant version. http://sourceforge.net/project/showfiles.php?group_id=10894 Information about Tcl itself can be found at - http://www.purl.org/tcl/home/scripting/ + http://www.tcl.tk/scripting/ There are many Tcl books on the market. Most are listed at - http://www.purl.org/tcl/home/resource/doc/books/ + http://www.tcl.tk/resource/doc/books/ 2a. Unix Documentation ---------------------- @@ -96,7 +96,7 @@ There are brief notes in the unix/README, win/README, and mac/README about compiling on these different platforms. There is additional information about building Tcl from sources at - http://www.purl.org/tcl/home/doc/howto/compile.html + http://www.tcl.tk/doc/howto/compile.html 4. TclPro Development tools --------------------------- @@ -131,7 +131,7 @@ that are commonly encountered by TCL newcomers. 7. Tcl Resource Center ---------------------- -Visit http://www.purl.org/tcl/home/resource/ to see an annotated index of +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 @@ -176,7 +176,7 @@ 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 Tcl/Tk training: - http://www.purl.org/tcl/home/resource/community/commercial/training + http://www.tcl.tk/resource/community/commercial/training 10. Thank You ------------- diff --git a/mac/README b/mac/README index 7cf0c81..6fa986c 100644 --- a/mac/README +++ b/mac/README @@ -1,19 +1,19 @@ Tcl 8.4 for Macintosh -RCS: @(#) $Id: README,v 1.16 2001/08/07 02:44:40 hobbs Exp $ +RCS: @(#) $Id: README,v 1.17 2002/03/04 23:26:03 hobbs Exp $ 1. Introduction --------------- This is the README file for the Macintosh version of the Tcl scripting language. The home page for the Mac/Tcl info is - http://www.purl.org/tcl/home/software/mac/ + http://www.tcl.tk/software/mac/ A summary of what's new in this release is at - http://www.purl.org/tcl/home/software/tcltk/8.4.html + http://www.tcl.tk/software/tcltk/8.4.html A summary of Macintosh-specific features is at - http://www.purl.org/tcl/home/software/mac/features.html + http://www.tcl.tk/software/mac/features.html 2. The Distribution ------------------- @@ -46,7 +46,7 @@ mactcl-source-.sea.hqx The "html" subdirectory contains reference documentation in in the HTML format. You may also find these pages at: - http://www.purl.org/tcl/home/man/ + http://www.tcl.tk/man/ 3. Compiling Tcl ---------------- @@ -61,7 +61,7 @@ following items: The included project files should work fine. However, for current release notes please check this page: - http://www.purl.org/tcl/home/doc/howto/compile.html#mac + http://www.tcl.tk/doc/howto/compile.html#mac If you have comments or Bug reports, please use the SourceForge Bug tracker to report them: diff --git a/unix/README b/unix/README index 6e117cf..175767f 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.18 2001/12/19 21:26:50 mdejong Exp $ +RCS: @(#) $Id: README,v 1.19 2002/03/04 23:26:03 hobbs Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -10,11 +10,11 @@ used on the PC or Mac platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and some of them only make sense under UNIX. Updated forms of the information found in this file is available at: - http://www.purl.org/tcl/home/doc/howto/compile.html#unix + http://www.tcl.tk/doc/howto/compile.html#unix For information on platforms where Tcl is known to compile, along with any porting notes for getting it to work on those platforms, see: - http://www.purl.org/tcl/home/software/tcltk/platforms.html + http://www.tcl.tk/software/tcltk/platforms.html The rest of this file contains instructions on how to do this. The release should compile and run either "out of the box" or with trivial diff --git a/win/README b/win/README index e4013f6..12edd44 100644 --- a/win/README +++ b/win/README @@ -1,6 +1,6 @@ Tcl 8.4 for Windows -RCS: @(#) $Id: README,v 1.24 2001/11/15 00:19:41 davygrvy Exp $ +RCS: @(#) $Id: README,v 1.25 2002/03/04 23:26:03 hobbs Exp $ 1. Introduction --------------- @@ -10,7 +10,7 @@ version of Tcl. This directory also contains source files for Tcl that are specific to Microsoft Windows. The information in this file is maintained on the web at: - http://www.purl.org/tcl/home/doc/howto/compile.html#win + http://www.tcl.tk/doc/howto/compile.html#win The above URL includes a lengthy discussion of compiler macros necessary when compiling Tcl extensions that will be dynamically loaded. diff --git a/win/README.binary b/win/README.binary index 9459850..de46533 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,6 +1,6 @@ Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.26 2001/08/08 22:28:24 dgp Exp $ +RCS: @(#) $Id: README.binary,v 1.27 2002/03/04 23:26:03 hobbs Exp $ 1. Introduction --------------- @@ -25,23 +25,23 @@ The home of Tcl and Tk sources and bug database on the Web is at: http://tcl.sourceforge.net/ The home page for the Tcl Developer Xchange is at: - http://www.purl.org/tcl/home/ + http://www.tcl.tk/ The home page for the Tcl/Tk 8.4 release is - http://www.purl.org/tcl/home/software/tcltk/8.4.html + http://www.tcl.tk/software/tcltk/8.4.html Detailed release notes can be found at the file distributions page by clicking on the relevant version. http://sourceforge.net/project/showfiles.php?group_id=10894 Information about Tcl itself can be found at - http://www.purl.org/tcl/home/scripting/ + http://www.tcl.tk/scripting/ There are many Tcl books on the market. Most are listed at - http://www.purl.org/tcl/home/resource/doc/books/ + http://www.tcl.tk/resource/doc/books/ There are notes about compiling Tcl at - http://www.purl.org/tcl/home/doc/howto/compile.html + http://www.tcl.tk/doc/howto/compile.html 3. Installation --------------- @@ -118,7 +118,7 @@ that are commonly encountered by TCL newcomers. 9. Tcl Resource Center ---------------------- -Visit http://www.purl.org/tcl/home/resource/ to see an annotated index of +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 extensions, applications, binary releases, and patches. You can contribute patches by using the Tracker at @@ -140,4 +140,4 @@ to subscribe, visit: and go to the Mailing Lists page. There are also Special Interest Groups (SIGs) setup for these topics and more at: - http://www.purl.org/tcl/home/ + http://www.tcl.tk/ -- cgit v0.12