diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-12-08 04:44:58 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-12-08 04:44:58 +0000 |
commit | 1316ac97b9980b5f3317eb2f39448da9b7e6960e (patch) | |
tree | 0b26be4083134b21af463fd9e9d442227f4b52db /docs | |
parent | 505a415683c84d11929102b80b7c35b4d7eb1444 (diff) | |
download | ATCD-1316ac97b9980b5f3317eb2f39448da9b7e6960e.tar.gz |
ChangeLogTag:Thu Dec 5 20:30:56 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/docs/index.html b/docs/index.html index 9f32381ad98..e1f0191a3c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,19 +16,22 @@ ask. <P> <hr> -<h2>Bug Reports</h2> +<h3>ACE Documentation</h3> <ul> - <li><a href="ACE-bug-process.html">ACE+TAO Bug Fixing Policies</a> - Our policies for - handling bug reports. - <li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our - Bugzilla bug tracking system. + <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</a> - + The top level view. + <li><A + HREF="http://www.cs.wustl.edu/~schmidt/ACE-documentation.html">ACE online documentation</a>. + <li><A + HREF="http://www.flyingdonkey.com/ace/">Chinese translation for + much ACE documentation</a>. + <LI><A HREF="http://www.cs.wustl.edu/~schmidt/ACE/">Books on ACE</A>. </ul> - <hr> -<h2>Structure</h2> +<h3>ACE Structure</h3> <ul> <li><a href="ACE-categories.html">Class Categories</a> - Listing of some of the classes @@ -37,16 +40,13 @@ ask. <P> "ACE-inheritance.ps.gz">[ps.gz]</a> <li><a href="ACE-subsets.html">ACE Subsets</a> - Outline of some of our ideas for subsetting the ACE library. - </ul> <hr> -<h2>Tutorials</h2> +<h3>Tutorials</h3> <ul> - <li><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">Overview of ACE</a> - - The top level view. <li>ACE programmers guide <a href="http://www.cs.wustl.edu/~schmidt/PDF/ACE-tutorial.pdf">[pdf.gz]</a> <a href="http://www.cs.wustl.edu/~schmidt/ACE-tutorial.ps.gz">[ps.gz]</a> <li><a href="tutorials/guide-tutorials.html">Online examples from the ACE programmers guide</a> @@ -61,21 +61,33 @@ ask. <P> <hr> -<h2>ACE Development</h2> +<h3>Bug Reports</h3> + +<ul> + <li><a href="ACE-bug-process.html">ACE+TAO Bug Fixing Policies</a> - Our policies for + handling bug reports. + <li><a href="usage-bugzilla.html">Bug Tracking System</a> - Short description of our + Bugzilla bug tracking system. +</ul> + + +<hr> + +<h3>ACE Development</h3> <ul> <li><a href="ACE-development-process.html">Development and Release Process</a> - The process we use to develop and release the ACE library. <li><a href="ACE-guidelines.html">Style Guide</a> - How to write compliant ACE code. <li><a href="ACE-porting.html">Porting</a> - What to do to port to a new platform. - <li><a href="exceptions.html">Exception Macros</a> - How to properly use the ACE TRY - macros. + <li><a href="exceptions.html">Exception Macros</a> - How to use the ACE TRY + macros properly. </ul> <hr> -<h2>Other stuff</h2> +<h3>Other Stuff</h3> <ul> <li><a href="ACE-lessons.html">Lessons</a> - Lessons we have learned while |