summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-07 11:46:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-07 11:46:53 +0000
commitfdd168bc3af4c02a9b489468bc86939b922b5899 (patch)
tree3cdc686eb1c85e0c8bf68d401f9b3ab8165c4ec4
parentc779ff0408c3ff8c257f6b66fa497c4d0cf187fe (diff)
downloadATCD-fdd168bc3af4c02a9b489468bc86939b922b5899.tar.gz
Fri Sep 7 11:45:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/etc/doxygen.css4
-rw-r--r--ACE/etc/index.html41
3 files changed, 52 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 4e90c015ebe..14239ee28d9 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 7 11:45:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * etc/doxygen.css:
+ * etc/index.html:
+ Put the files published online at http://www.dre.vanderbilt.edu/Doxygen/
+ under version control
+
Thu Sep 6 22:59:24 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* bin/fuzz.pl:
diff --git a/ACE/etc/doxygen.css b/ACE/etc/doxygen.css
new file mode 100644
index 00000000000..67c9baefb84
--- /dev/null
+++ b/ACE/etc/doxygen.css
@@ -0,0 +1,4 @@
+BODY {
+ background: white;
+ color: black;
+}
diff --git a/ACE/etc/index.html b/ACE/etc/index.html
new file mode 100644
index 00000000000..b346dd53cfb
--- /dev/null
+++ b/ACE/etc/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+ <head>
+ <title>ACE+TAO Doxygen Documentation</title>
+ <LINK href="doxygen.css" rel="stylesheet" type="text/css">
+ </head>
+
+ <body>
+ <CENTER>
+ <IMG alt="DOC Laboratory" border=0 src="/image/doc.jpg"
+ width="223" height="63">
+ <h1>ACE+TAO Documentation</h1>
+ </CENTER>
+
+ <hr>
+
+ <ul>
+ <li><P>
+ Follow this <A HREF="Current/html">link</A>
+ for documentation of last night's snapshot.
+ </P>
+ </LI>
+ <LI><P>
+ Documentation for the latest beta kit is available at
+ <A HREF="Beta/index.html">this site</A>.
+ </P>
+ </LI>
+ <LI><P>
+ And we also have <A HREF="Stable">documentation</A>
+ for the latest stable release.
+ </P>
+ </LI>
+ </UL>
+ <hr>
+ <address><a href="mailto:bala at dre dot vanderbilt dot edu">Bala Natarajan</a></address>
+<!-- Created: Sun Sep 24 15:02:40 PDT 2000 -->
+<!-- hhmts start -->
+Last modified: Thu Apr 17 17:18:35 CDT 2003
+<!-- hhmts end -->
+ </body>
+</html>