This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ECOS] "scriptics.com" -> "tcl.tk"


David N. Welton wrote:
find . -type f | xargs fgrep scriptics.com |less

turns up a few references to scriptics.  These are out of date, as
'www.tcl.tk' is the canonical name for the Tcl/Tk site.
Thanks for pointing it out. I'm updating with the attached patch.

Jifl
--
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine
Index: ecos/host/libcdl/doc/language.sgml
===================================================================
RCS file: /cvs/ecos/ecos/host/libcdl/doc/language.sgml,v
retrieving revision 1.2
diff -u -5 -p -r1.2 language.sgml
--- ecos/host/libcdl/doc/language.sgml	15 Sep 2002 22:09:08 -0000	1.2
+++ ecos/host/libcdl/doc/language.sgml	13 Jan 2003 04:15:12 -0000
@@ -1684,11 +1684,11 @@ by itself, which is also an error.
 </para>
 <para>
 For component writers who need more information about &Tcl;,
 especially about the language rather than the syntax, various
 resources are available. A reasonable starting point is the
-<ulink url="http://dev.scriptics.com/scripting/";>Scriptics developer
+<ulink url="http://www.tcl.tk/scripting/";>Scriptics developer
 web site</ulink>.
 </para>
 </sect1>
 
 <!-- }}} -->
@@ -3553,6 +3553,6 @@ packages. 
 
 </sect1>
 
 <!-- }}} -->
 
-</chapter>
\ No newline at end of file
+</chapter>
Index: ecos/host/tools/configtool/standalone/wxwin/README.txt
===================================================================
RCS file: /cvs/ecos/ecos/host/tools/configtool/standalone/wxwin/README.txt,v
retrieving revision 1.7
diff -u -5 -p -r1.7 README.txt
--- ecos/host/tools/configtool/standalone/wxwin/README.txt	20 May 2002 22:19:28 -0000	1.7
+++ ecos/host/tools/configtool/standalone/wxwin/README.txt	13 Jan 2003 04:15:12 -0000
@@ -310,11 +310,11 @@ You will need:
 
     cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos co ecos/host
 
   o other tools:
 
-    - Tcl/Tk 8.2 or above. See http://dev.scriptics.com/
+    - Tcl/Tk 8.2 or above. See http://www.tcl.tk/
 
 Summary:
 
   There is no 'configure' step for the eCos Configuration Tool
   as a whole, although the host tool libraries and wxWindows
@@ -419,11 +419,11 @@ You will need:
     cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos co ecos/host
 
   o other tools:
 
     - Cygwin (sometimes called GNUPro). See http://sources.redhat.com/cygwin/
-    - Tcl/Tk 8.2 or above. See http://dev.scriptics.com/
+    - Tcl/Tk 8.2 or above. See http://www.tcl.tk/
 
 Summary:
 
   There are two main steps: building wxWindows, and building the Configuration Tool.
   The Configuration Tool project file also builds the required eCos libraries.
Index: ecos/README.host
===================================================================
RCS file: /cvs/ecos/ecos/README.host,v
retrieving revision 1.2
diff -u -5 -p -r1.2 README.host
--- ecos/README.host	22 Sep 2002 19:19:28 -0000	1.2
+++ ecos/README.host	13 Jan 2003 04:15:12 -0000
@@ -292,11 +292,11 @@ If not, the install location should be s
 
   $ CC=cl CXX=cl <path>/configure --prefix=<install-path> <args>
 
 It is also necessary to use the right version of Tcl. For a VC++ build
 the cygwin release of Tcl should not be used. Instead a suitable
-prebuilt Tcl package can be obtained from http://www.scriptics.com/.
+prebuilt Tcl package can be obtained from http://www.tcl.tk/.
 It is necessary to tell the configure script where this has been
 installed, for example:
 
   $ CC=cl CXX=cl <path>/configure --prefix=<install-path> \
     --with-tcl=/cygdrive/d/local/scriptics/Tcl/tcl8.1 <args>
Index: htdocs/ct2.html
===================================================================
RCS file: /cvs/ecos/htdocs/ct2.html,v
retrieving revision 1.10
diff -u -5 -p -r1.10 ct2.html
--- htdocs/ct2.html	3 Jul 2002 01:08:08 -0000	1.10
+++ htdocs/ct2.html	13 Jan 2003 04:15:13 -0000
@@ -227,11 +227,11 @@ wxgtkfix</TT></P>
 	<LI><P>an eCos source hierarchy. See
 	<A HREF="http://sources.redhat.com/ecos/anoncvs.html";>http://sources.redhat.com/ecos/anoncvs.html</A>
 	for how to download this from the CVS repository. For example:</P>
 	<P><TT>cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos co ecos/host</TT></P>
 	<LI><P>other tools:</P>
-	<P>Tcl/Tk 8.2 or above. See <A HREF="http://dev.scriptics.com/";>http://dev.scriptics.com/</A></P>
+	<P>Tcl/Tk 8.2 or above. See <A HREF="http://www.tcl.tk/";>http://www.tcl.tk/</A></P>
 </OL>
 <H4>Summary:</H4>
 <P>There is no 'configure' step for the eCos Configuration Tool as a
 whole, although the host tool libraries and wxWindows have configure
 scripts which are invoked by the makefile.</P>
@@ -360,11 +360,11 @@ dcclient.cpp fails to compile.</P>
 	<TT><P>cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos co ecos/host</P></TT>
 	<LI><P>other tools:</P>
 	<UL>
 		<LI><P>Cygwin (sometimes called GNUPro). See
 		<A HREF="http://sources.redhat.com/cygwin/";>http://sources.redhat.com/cygwin/</A></P>
-		<LI><P>Tcl/Tk 8.2 or above. See <A HREF="http://dev.scriptics.com/";>http://dev.scriptics.com/</A></P>
+		<LI><P>Tcl/Tk 8.2 or above. See <A HREF="http://www.tcl.tk/";>http://www.tcl.tk/</A></P>
 	</UL>
 </OL>
 <H4>Summary:</H4>
 <P>There are two main steps: building wxWindows, and building the
 Configuration Tool. The Configuration Tool project file also builds

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]