aboutsummaryrefslogtreecommitdiff
path: root/doc/html/guide/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/guide/index.html')
-rw-r--r--doc/html/guide/index.html46
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>