summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-07-05 17:23:53 (GMT)
committerhobbs <hobbs>2001-07-05 17:23:53 (GMT)
commit6def9e2b36ded878eebdbd2d7003f0695c3a7271 (patch)
treef45acbaef24b731a2eec4d17ed5f3d480ce221d6
parent9510c1e01c0a88a92ddc0c973077c66f9a132669 (diff)
downloadtk-6def9e2b36ded878eebdbd2d7003f0695c3a7271.zip
tk-6def9e2b36ded878eebdbd2d7003f0695c3a7271.tar.gz
tk-6def9e2b36ded878eebdbd2d7003f0695c3a7271.tar.bz2
updated README with purls
-rw-r--r--ChangeLog7
-rw-r--r--README10
-rw-r--r--unix/README10
3 files changed, 17 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 41503b2..2049fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * README:
+ * mac/README:
+ * unix/README:
+ * win/README: updated READMEs with purls
+
2001-07-03 Jeff Hobbs <jeffh@ActiveState.com>
* tests/canvas.test:
diff --git a/README b/README
index e66dcf7..1e3ded6 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tk
This is the Tk 8.4a3 source distribution.
- You can get any release of Tcl from:
- http://dev.scriptics.com/registration/<version>.html
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
+ You can get any release of Tcl from:
+ http://www.purl.org/tcl/home/registration/<version>.html
-RCS: @(#) $Id: README,v 1.28 2001/04/02 02:08:36 hobbs Exp $
+RCS: @(#) $Id: README,v 1.29 2001/07/05 17:24:13 hobbs Exp $
1. Introduction
---------------
@@ -16,7 +16,7 @@ toolkit implemented with the Tcl scripting language.
For details on features, incompatibilities, and potential problems with
this release, see the Tcl/Tk 8.4 Web page at
- http://dev.scriptics.com/software/tcltk/8.4.html
+ http://www.purl.org/tcl/home/software/tcltk/8.4.html
or refer to the "changes" file in this directory, which contains a
historical record of all changes to Tk.
@@ -29,7 +29,7 @@ SourceForge at:
with the Tcl Developer Xchange at:
- http://dev.scriptics.com
+ http://www.purl.org/tcl/home/
Tk is a freely available open source package. You can do virtually
anything you like with it, such as modifying it, redistributing it,
diff --git a/unix/README b/unix/README
index b5d546c..c006fee 100644
--- a/unix/README
+++ b/unix/README
@@ -6,11 +6,11 @@ UNIX versions of Tk. This directory also contains source files for Tk
that are specific to UNIX.
The information in this file is maintained at:
- http://dev.scriptics.com/doc/howto/compile.html
+ http://www.purl.org/tcl/home/doc/howto/compile.html
For information on platforms where Tcl/Tk is known to compile, along
with any porting notes for getting it to work on those platforms, see:
- http://dev.scriptics.com/software/tcltk/platforms.html
+ http://www.purl.org/tcl/home/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
@@ -20,7 +20,7 @@ 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.
-RCS: @(#) $Id: README,v 1.11 2000/08/25 05:55:05 mo Exp $
+RCS: @(#) $Id: README,v 1.12 2001/07/05 17:23:53 hobbs Exp $
How To Compile And Install Tk:
------------------------------
@@ -65,7 +65,7 @@ How To Compile And Install Tk:
to use gcc after configure is run.
Note: be sure to use only absolute path names (those starting with "/")
- in the --prefix and --exec_prefix options.
+ in the --prefix and --exec-prefix options.
(e) Type "make". This will create a library archive called
"libtk<version>.a" or "libtk<version>.so" and an interpreter
@@ -83,7 +83,7 @@ How To Compile And Install Tk:
standard places. You'll need write permission on the installation
directoryies to do this. The installation directories are
determined by the "configure" script and may be specified with
- the --prefix and --exec_prefix options to "configure". See the
+ the --prefix and --exec-prefix options to "configure". See the
Makefile for information on what directories were chosen; you
can override these choices by modifying the "prefix" and
"exec_prefix" variables in the Makefile.