diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-17 01:29:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-17 01:29:35 +0000 |
commit | eff7dd5f41da7f85b8352285720dc12cc6c1ae16 (patch) | |
tree | 11962ee336a2b68e4b4964bb7d625db3defd0710 /html | |
parent | d55c73ebd551e81b22a4e7195535c58a1af6b5b5 (diff) | |
download | ATCD-eff7dd5f41da7f85b8352285720dc12cc6c1ae16.tar.gz |
ChangeLogTag:Thu Nov 16 16:14:03 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'html')
-rw-r--r-- | html/doxygen.css | 5 | ||||
-rw-r--r-- | html/index.html | 82 |
2 files changed, 87 insertions, 0 deletions
diff --git a/html/doxygen.css b/html/doxygen.css new file mode 100644 index 00000000000..6afcb64d97f --- /dev/null +++ b/html/doxygen.css @@ -0,0 +1,5 @@ +<!-- $Id$ --> +BODY { + background: white; + color: black; +} diff --git a/html/index.html b/html/index.html new file mode 100644 index 00000000000..fe170d43d33 --- /dev/null +++ b/html/index.html @@ -0,0 +1,82 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <!-- $Id$ --> + <head> + <title>ACE+TAO Documentation</title> + <LINK href="doxygen.css" rel="stylesheet" type="text/css"> + </head> + + <body> + + <CENTER> + <h1>ACE+TAO Documentation</h1> + </CENTER> + + <P>Documentation is separated by components: + </P> + + <UL> + <LI><P><A HREF="html/ace"> + The ACE library + </A> + </P> + </LI> + <LI><P><A HREF="html/ace/ssl">ACE SSL Adapters + </A> + </P> + </LI> + <LI><P><A HREF="html/ace/rmcast">ACE Reliable Multicast + components + </A> + </P> + </LI> + <LI><P><A HREF="html/tao"> + The TAO library and components + </A> + </P> + </LI> + <LI><P><A HREF="html/tao/portableserver">TAO_PortableServer: + </A> + TAO's Portable Object Adapter + </P> + </LI> + <LI><P><A HREF="html/tao/dynamicany">TAO_DynamicAny: + </A> + TAO's implementation of Dynamic Anys. + </P> + </LI> + <LI><P><A HREF="html/tao/iormanipulation">TAO_IORManipulation: + </A> + TAO extension to manipulate IORs. + </P> + </LI> + <LI><P><A HREF="html/tao/iortable">TAO_IORTable: + </A> + TAO's ad-hoc adapter for simple Object Keys. + </P> + </LI> + </UL> + + <hr> + <UL> + <LI><P><A HREF="html/tao/implrepo_service">Implementation Repository: + </A> + TAO's object activation daemon. + </P> + </LI> + <LI><P><A HREF="html/tao/esf">TAO_ESF: + </A> + TAO's Event Service Framework, + a collection of template classes used to implement TAO Event + Services. + </P> + </LI> + <LI><P><A HREF="html/tao/rtevent">TAO_RTEvent: + </A> + TAO's RT Event Service implementation. + </P> + </LI> + </UL> + + </body> +</html> |