summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-05 18:53:18 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-05 18:53:18 +0000
commitd62c8f8f1b1edc1e3a73bf6e23074769b50236c7 (patch)
treef39f4fdb079050ea578e78b3c99e4119002a3cd7
parent15fc30e5a5d54fb3b2fd28bdd143e9037448c3da (diff)
downloadATCD-d62c8f8f1b1edc1e3a73bf6e23074769b50236c7.tar.gz
ChangeLogTag: Thu Feb 5 12:58:14 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CCF/Documentation/Build.html4
-rw-r--r--TAO/CIAO/CIDLC/README.html93
-rw-r--r--TAO/CIAO/ChangeLog7
3 files changed, 69 insertions, 35 deletions
diff --git a/TAO/CIAO/CCF/Documentation/Build.html b/TAO/CIAO/CCF/Documentation/Build.html
index c8c5b0998ca..79d2371c8de 100644
--- a/TAO/CIAO/CCF/Documentation/Build.html
+++ b/TAO/CIAO/CCF/Documentation/Build.html
@@ -120,10 +120,10 @@ $ make -f Makefile.alt
<ol>
-<li><a href="http://www.dre.vanderbilt.edu/~boris/cidlc/prerequisites/rpm/make-3.80-1_patched_bbn.i386.rpm">
+<li><a href="http://www.dre.vanderbilt.edu/cidlc/prerequisites/rpm/make-3.80-1_patched_bbn.i386.rpm">
<code>make-3.80-1_patched_bbn.i386.rpm</code></a></li>
-<li><a href="http://www.dre.vanderbilt.edu/~boris/cidlc/prerequisites/rpm/boost-devel-1.30.2-2.i386.rpm">
+<li><a href="http://www.dre.vanderbilt.edu/cidlc/prerequisites/rpm/boost-devel-1.30.2-2.i386.rpm">
<code>boost-devel-1.30.2-2.i386.rpm</code></a></li>
<li><a href="ftp://ftp.kolpackov.net/pub/Utility/Utility-1.2/rpm/Utility-1.2.2-3.i386.rpm">
diff --git a/TAO/CIAO/CIDLC/README.html b/TAO/CIAO/CIDLC/README.html
index 304ba197ddc..0561c7afa1c 100644
--- a/TAO/CIAO/CIDLC/README.html
+++ b/TAO/CIAO/CIDLC/README.html
@@ -1,48 +1,75 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<!--
+
+file : CIDCL/readme.html
+author : Boris Kolpackov <boris@dre.vanderbilt.edu>
+cvs-id : $Id$
+-->
+
<html>
+
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.79 [en] (Windows NT 5.0; U) [Netscape]">
- <title>TAO Release Information and TODO List</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<!-- $Id$ -->
-<center>
-<hr></center>
-
-<center>
-<h3>
-Release Information for the Component Implentation Definition Language
-Compiler(CIDLC)</h3></center>
-This document contains information on the following topics related to the
-<a href="../VERSION">current release</a> of <a
-href="http://www.dre.vanderbilt.edu/CIAO">CIAO</a>:
-<table BORDER=0 CELLSPACING=0 CELLPADDING=10 >
-<tr>
-The C++ source files in this directory are compiled into the
-code generators and driver for the CIAO CIDL compiler. CORBA
-Compiler Framework (CCF) provides the front-end for the compiler. <p>
+ <title>CIAO CIDL compiler README</title>
+
+ <meta name="author" content="Boris Kolpackov"/>
+ <meta name="description" content="CIAO CIDL compiler README"/>
+ <meta http-equiv="Content-Language" content="en"/>
+
+ <style type="text/css">
+ body {
+ font-family : sans-serif;
+
+ color : black;
+ background : white;
-Pre-built binary executables of CIDL compiler are available at <p>
+ max-width : 40em;
+ padding : 2em 2em 2em 3em;
+ margin : 0 0 0 0;
+ }
-<code> http://www.dre.vanderbilt.edu/~boris/cidlc </code>
+ h1, h2, h3, h4, h5, h6 {
+ font-family : sans-serif;
+ font-weight : 500;
+ }
+ h1 { font-size : 170%; }
+ h2 { font-size : 125%; }
+
+ ul.toc li {
+ padding : .4em 0em 0em 0em;
+ }
+
+ ol.multiline li {
+ padding-top : 0.6em;
+ padding-bottom : 0.6em;
+ }
+
+ </style>
+
+</head>
+
+<body>
<p>
+The C++ source files in this directory are compiled into the
+code generators and driver for the CIAO CIDL compiler. CORBA
+Compiler Framework (CCF) provides the front-end for the compiler.</p>
-To build CIDL compiler you will need to compile CCF libraries
-first. Instructions for doing this can be found at <p>
+<p><a href="http://www.dre.vanderbilt.edu/cidlc/binary/">Pre-built binary
+executables of CIDL compiler</a> are available for different platforms.</p>
-<code> $(CIAO_ROOT)/CCF/Documentation/Build.html </code> <p>
+<p>To build CIDL compiler you will need to compile CCF libraries
+first. Please refer to <a href="../CCF/Documentation/Build.html">
+instructions for building CCF libraries</a>.</p>
-After you have CCF libraries compiled you can build CIDL compiler
-with makefiles on UNIX <p>
+<p>After you have CCF libraries compiled you can build CIDL compiler
+with makefiles on UNIX</p>
-<code> $ make -f Makefile.alt</code> <p>
+<code> $ make -f Makefile.alt</code>
-or by using VC 7.1 project on Windows. <p>
+<p>or by using VC 7.1 project on Windows.</p>
-</tr>
</body>
</html>
-
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 45fcf1f341f..0d5d142c58a 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Feb 5 12:58:14 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
+
+ * CCF/Documentation/Build.html:
+ * CIDLC/README.html:
+
+ Updated all URLs to point to the 'central location'.
+
Wed Feb 4 14:58:05 2004 Tao Lu <lu@dre.vanderbilt.edu>
* ./CIDLC/CIDLC.mpc: