summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
-rw-r--r--TAO/docs/index.html22
-rw-r--r--TAO/docs/minimumTAO.html11
3 files changed, 18 insertions, 17 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c3391a469d7..257d251d77e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,7 @@
Fri Mar 02 08:29:53 2001 Ossama Othman <ossama@uci.edu>
+ * docs/index.html:
+ * docs/minimumTAO.html:
* docs/pluggable_protocols/index.html:
* docs/releasenotes/index.html:
diff --git a/TAO/docs/index.html b/TAO/docs/index.html
index 337fe854ab0..47c768ffbaa 100644
--- a/TAO/docs/index.html
+++ b/TAO/docs/index.html
@@ -20,23 +20,23 @@ HREF="http://www.omg.org/library/c2indx.html">CORBA</a> Documentation</h3>
<dt>TAO <a HREF="http://www.cs.wustl.edu/~schmidt/corba-research-realtime.html">Technical
Papers</a> </dt><P>
<dt>TAO <a HREF="http://www.cs.wustl.edu/~schmidt/TAO/index.html">Tutorials</a></dt><P>
- <dt>TAO <a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/releasenotes/index.html">Release Notes</a> </dt><P>
+ <dt>TAO <a HREF="releasenotes/index.html">Release Notes</a> </dt><P>
<dt><A HREF="http://www.theaceorb.com">OCI</A> TAO <a HREF="http://www.theaceorb.com/faq/">FAQ</a> </dt><P>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/components.html">ORB Configuration Options</a> </dt><P>
- <dt>TAO <a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/compiler.html">IDL Compiler Options</a> </dt><P>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/orbsvcs.html">ORB Services Directories</a> </dt><P>
+ <dt><a HREF="components.html">ORB Configuration Options</a> </dt><P>
+ <dt>TAO <a HREF="compiler.html">IDL Compiler Options</a> </dt><P>
+ <dt><a HREF="orbsvcs.html">ORB Services Directories</a> </dt><P>
</dl>
</td>
<td><font SIZE="+1"><dl>
- <dt>TAO <a href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/rtcorba/index.html">Real-Time CORBA</a> </dt>
+ <dt>TAO <a href="rtcorba/index.html">Real-Time CORBA</a> </dt>
<dt>&nbsp; </dt>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/INS.html">Interoperable Naming Service</a> </dt><P>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/implrepo/">Implementation Repository</a> </dt><P>
- <dt>ACE+TAO <a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/minimumTAO.html">Subsetting</a></dt><p>
- <dt>TAO <a href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/exceptions.html">Exception Handling</a></dt><p>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/Tags.html">Tags and Magic Numbers</a> </dt><P>
- <dt><a HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/pluggable_protocols/index.html">Writing Pluggable Protocols</a> </dt><P>
+ <dt><a HREF="INS.html">Interoperable Naming Service</a> </dt><P>
+ <dt><a HREF="implrepo/index.html">Implementation Repository</a> </dt><P>
+ <dt>ACE+TAO <a HREF="minimumTAO.html">Subsetting</a></dt><p>
+ <dt>TAO <a href="exceptions.html">Exception Handling</a></dt><p>
+ <dt><a HREF="Tags.html">Tags and Magic Numbers</a> </dt><P>
+ <dt><a HREF="pluggable_protocols/index.html">Writing Pluggable Protocols</a> </dt><P>
</dl>
</font>
</td>
diff --git a/TAO/docs/minimumTAO.html b/TAO/docs/minimumTAO.html
index 6603055f8b4..9b405195308 100644
--- a/TAO/docs/minimumTAO.html
+++ b/TAO/docs/minimumTAO.html
@@ -18,7 +18,7 @@
<p>
In addition to our work on <A
-HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/ACE-subsets.html">ACE
+HREF="../../docs/ACE-subsets.html">ACE
subsetting</A>, we have also been reducing the footprint of TAO. We
are pursuing two complementary strategies to reduce TAO's footprint:
@@ -49,12 +49,11 @@ specification. <P>
The implicit subsetting of TAO requires no explicit application
programmer intervention. In contrast, to minimize the footprint of
-TAO explicitly, you must first <a href=
-"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html">configure</a>
+TAO explicitly, you must first <a href="../../ACE-INSTALL.html">configure</a>
ACE to support only those <a href =
-"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/docs/ACE-subsets.html">components</a>
+"../../docs/ACE-subsets.html">components</a>
that are required by TAO. Second, you must <a href =
-"http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/TAO-INSTALL.html">configure</a>
+"../TAO-INSTALL.html">configure</a>
TAO to only support the components specified by the
<em>minimumCORBA</em> specification. The following two tables show
the footprint reduction achievable via explicit subsetting. Note that
@@ -68,7 +67,7 @@ Note: All measurement are for ACE 5.0 and TAO 1.0 using egcs-2.91.60
on SunOS5.7<P>
The <a
-href="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html#flags">make
+href="../../ACE-INSTALL.html#flags">make
flags</a> options used were: <P>
<code> debug=0 optimize=1 static_libs_only=1 DEFFLAGS=-DACE_USE_RCSID=0 </code> <P>