summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-06-18 22:41:50 +0000
committerSteve Huston <shuston@riverace.com>2004-06-18 22:41:50 +0000
commit9f91391732a00eded48b71d043b34336c6ba8935 (patch)
tree5f8b22499fe8ecee26acf0013637ae0401b20bcc
parentacf999e2abe510cca79a73373ee3a5de6010831d (diff)
downloadATCD-9f91391732a00eded48b71d043b34336c6ba8935.tar.gz
ChangeLogTag:Fri Jun 18 18:36:39 2004 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog12
-rw-r--r--docs/ACE-tutorials.html57
-rw-r--r--docs/index.html2
3 files changed, 12 insertions, 59 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b4dfd21301..17247c626e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jun 18 18:36:39 2004 Steve Huston <shuston@riverace.com>
+
+ * docs/index.html: Changed title of the ACE-tutorial.pdf/ps link to
+ say it's a tutorial, not the ACE programmer's guide, so as not to
+ confuse this with "The ACE Programmer's Guide" (APG). Thanks to
+ Johnny Willemsen for pointing out this confusion.
+
+ * docs/ACE-tutorials.html: Removed. All of the pertinent information
+ is on the index.html page.
+
Fri Jun 18 12:42:52 2004 J.T. Conklin <jtc@acorntoolworks.com>
* ace/OS_NS_time.cpp:
@@ -59,7 +69,7 @@ Fri Jun 18 10:12:47 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* docs/msvc_notes.txt:
- Updated this file about th elocation of libraries.
+ Updated this file about the location of libraries.
* include/makeinclude/wrapper_macros.GNU:
diff --git a/docs/ACE-tutorials.html b/docs/ACE-tutorials.html
deleted file mode 100644
index 7fd0750a52f..00000000000
--- a/docs/ACE-tutorials.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!-- $Id$ -->
-<HTML>
- <TITLE>ACE Beginners' Guide</TITLE>
- <BODY text = "#000000" link="#000fff" vlink="#ff0f0f" bgcolor="#ffffff">
-
- <HR><P>
- <H3>The Beginners' Guide to ACE</H3>
-
- The <A HREF="http://www.cs.wustl.edu/~schmidt/ACE-members.html">ACE
- development team</A> is creating a set of tutorials to help ACE
- newcomers learn how to use the framework effectively. The following
- links provide further information on this topic. <P>
-
- <TABLE cellpadding=10 cellspacing=0 border=0>
- <TD>
- <DL>
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <A
- HREF="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</A>
-
- <DT> <img alt="o"
- src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- ACE programmers guide <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</A><A HREF="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps]</A>
-
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A
- HREF="tutorials/guide-tutorials.html">Online examples from the ACE programmers guide</A>
-
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A
- HREF="tutorials/online-tutorials.html">Introductory online ACE tutorials</A>
-
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A HREF="tutorials/new-tutorials.html">Developing new tutorials</A>
-
- <!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A
- HREF="http://www.cs.wustl.edu/~schmidt/ACE-papers.html">ACE technical papers</A>
- <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif">
- <A
- HREF="ACE-FMM.html">ACE
-``frequently made mistakes'' (FMM)</A>
-
- </DL>
- </TD>
-
- </TD>
- </TABLE>
-
- <HR><P>
- Back to the <A
- HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE
- documentation</A> page.
-
- <!--#include virtual="/~schmidt/cgi-sig.html" -->
- </BODY>
-</HTML>
diff --git a/docs/index.html b/docs/index.html
index f168d43c66e..2de6c6759b9 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -49,7 +49,7 @@ ask. <P>
<ul>
<li><a href="http://www.cs.wustl.edu/~schmidt/ACE-papers.html">Technical Papers</a> -
Postscript versions of many ACE papers.
- <li>ACE programmers guide <a href="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</a>
+ <li>Tutorial on C++ Network Programming with Patterns, Frameworks, and ACE<a href="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf]</a>
<a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a>
<!-- Bob's original can always be found at: http://dox.netwrench.com/acedox/fmm/ -->
<li><a href="ACE-FMM.html">ACE FMM</a> - ACE &quot;Frequently Made Mistakes&quot;