aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile21
-rw-r--r--doc/changes.html23
-rw-r--r--doc/ivy-java.113
3 files changed, 5 insertions, 52 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 449ddc4..0000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-INSTALLDIR=/projet/ivy/cvsimage/WWW/documentation
-
-all: ivy-java.pdf ivy-java
-
-ivy-java.pdf: ivy-java.dvi
- dvipdf ivy-java.dvi
-
-ivy-java.dvi: ivy-java.sgml
- db2ps ivy-java.sgml
-
-ivy-java:
- db2html ivy-java.sgml
-
-install:
- cp ivy-java.pdf $(INSTALLDIR)
- -rm -rf $(INSTALLDIR)/ivy-protocol
- cp -r ivy-java $(INSTALLDIR)
- ( cd $(INSTALLDIR) ; pml2html )
-
-clean:
- rm -rf ivy-java ivy-java.ps ivy-java.dvi ivy-java.log ivy-java.aux ivy-java.pdf ivy-java.tex ivy-java.ps
diff --git a/doc/changes.html b/doc/changes.html
deleted file mode 100644
index b8ab457..0000000
--- a/doc/changes.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
- <title>What's new in ivy java</title>
-</head>
-<body>
- <h1>What's new in ivy java</h1>
-
- <li>1.0.8: Fixed a bug in inserted in 1.0.7, added the Counter program,
- useful if you want to have an inexact idea of the number of messages
- circulating on the bus itself.
-
- <li>1.0.7: Fixed a bug in Ivy.java and IvyClient.java, causing the
- problematic 'a(.*) (.*)' matching 'a 2' loosing the first empty matches.
- Beware, this has a cost on effectiveness, but, hey, Ivy-java is not
- optimized at all
-
-<li>1.0.6: Fixed a bug in fr.dgac.ivy.Probe, which didn't use the IVYBUS
-property.
-
-<li>1.0.5: Multicast support
-
-</body>
-</html>
diff --git a/doc/ivy-java.1 b/doc/ivy-java.1
index 5d87524..76b8a94 100644
--- a/doc/ivy-java.1
+++ b/doc/ivy-java.1
@@ -8,7 +8,7 @@
.\" '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
.\" '\"
.\" '\"
-.TH "Ivy-java-1.0" "1" "1.0.11" "Yannick Jestin" ""
+.TH "Ivy-java" "" "" "Yannick Jestin" ""
.SH "NAME"
ivy\-java \- a software bus library java implementation
.SH "SYNOPSIS"
@@ -75,24 +75,22 @@ java \-DIVYBUS=127.0.0.1:3042,10.192.36:2021,228.5.6.7:54321 fr.dgac.ivy.Probe '
java fr.dgac.ivy.Probe \-b 10.192.36:2021 '^coucou (.*)'
.SH "NEEDED LIBRARIES"
-.I jdk 1.1, 1.2 or 1.3. The AWT version used to work on 1.0.11, but it has not
-been tested since
+.I jdk 1.1, 1.2 or 1.3.
.nf
.I libgnu\-regexp\-java version 1.1.3
.nf
.I libgnu\-getopt\-java version 1.0.9
.nf
-.I for TestIvySwing, swing if it is not bundled in your jdk1.1
+.I for TestIvySwing, swing if it is not bundled with your jdk1.1
.SH "BUGS"
-So far, there are problems with old java VMs ( 1.1.7A ) and newest VMs ( 1.4.0
-).
+So far, there are problems with old java VMs ( 1.1.7A )
.SH "AUTHORS"
.nf
Yannick Jestin <jestin@cena.fr>
.nf
-Francois\-Regis Colin <fcolin@cena.fr>
+initially: Francois\-Regis Colin <fcolin@cena.fr>
.SH "SEE ALSO"
ivy\-c (1)
.nf
@@ -109,4 +107,3 @@ In case of any comment or bug report on this library, please contact
jestin@cena.fr
.nf
Special thanks to Michelle Jacomi (jacomi@cena.fr) for her kind support
-