diff options
author | jestin | 2000-08-16 18:08:19 +0000 |
---|---|---|
committer | jestin | 2000-08-16 18:08:19 +0000 |
commit | bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3 (patch) | |
tree | 800e6aa5fb9aea7487259e19d6cbdb9626b42b07 /doc/html/guide/index.html | |
parent | 32dd3ad48a8e63618db4ea17316bcc57cb778a30 (diff) | |
download | ivy-java-bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3.zip ivy-java-bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3.tar.gz ivy-java-bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3.tar.bz2 ivy-java-bba0d7da93db5a33f5a5e16b476d4ac5b5a88be3.tar.xz |
First version of java api guide.
Diffstat (limited to 'doc/html/guide/index.html')
-rw-r--r-- | doc/html/guide/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/html/guide/index.html b/doc/html/guide/index.html new file mode 100644 index 0000000..895afe8 --- /dev/null +++ b/doc/html/guide/index.html @@ -0,0 +1,46 @@ +<html> +<head> + <title> + The Ivy java library guide + </title> +</head> +<body> + <h1>The Ivy Java library guide</h1> + + <p><a href="mailto:fcolin@cena.fr">François-Régis Colin</a> + <br><a href="mailto:jestin@cena.fr">Yannick Jestin</a> + + <p>Copyright © 2000 Centre d'Études de la Navigation Aérienne + + <p>This document is a programmer's guide that describes how to use the Ivy + Java library to connect applications to an Ivy bus. This guide describes + version 3.0 of the library + + <p><hr> + + <b>Table of Contents</b> + + <p><a href="index.html">Foreword</a> + <br><a href="what.html">What is Ivy ?</a> + <br><a href="javalib.html">The Ivy java library</a> + <br><a href="first.html">Your first java ivy application</a> + <br><a href="basic.html">Basic functions</a> + <br><a href="advanced.html">Advanced functions</a> + <br><a href="style.html">Programmer's style guide</a> + <br><a href="contact.html">Contacting the authors</a> + + <h2>Foreword</h2> + + <p>This document was written in HTML. The authors are aware that this is + probably not the best format for programming documentation, especially with + regard to printing. However, a documentation was needed fast. This document + is both incomplete and ugly. + + <p><hr> + <div align=right> + <a href="what.html">Next</a> + <br>What is ivy? + </div> + +</body> +</html> |