Added a few URLs
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Nov 2003 22:05:15 +0000 (22:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Nov 2003 22:05:15 +0000 (22:05 +0000)
doc/installation.xml
doc/introduction.xml
doc/soap.xml

index 7f55b56..33c0e49 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: installation.xml,v 1.19 2003-11-19 21:17:26 adam Exp $ -->
+<!-- $Id: installation.xml,v 1.20 2003-11-19 22:05:15 adam Exp $ -->
  <chapter id="installation"><title>Compilation and Installation</title>
   
   <sect1><title>Introduction</title>
     <ulink url="http://www.debian.org/">Debian GNU/Linux</ulink>,
     <ulink url="http://www.redhat.com/">Redhat Linux</ulink>,
     <ulink url="http://www.gentoo.org/">Gentoo Linux</ulink>,
-    <ulink url="http://www.netbsd.org/Ports/cobalt/">
-     NetBSD (Cobalt MIPS)</ulink>,
     <ulink url="http://www.freebsd.org/">FreeBSD (i386)</ulink>,
     <ulink url="http://www.apple.com/macosx/">MAC OSX</ulink>,
     <ulink url="http://wwws.sun.com/software/solaris/">
      SunOS 5.8 (sparc)</ulink>,
     <ulink url="http://www.microsoft.com/windows2000/">
-     Windows 2000 SP3</ulink>.
+     Windows 2000</ulink>.
    </para>
    
    <para>
     Some versions have be known to work on HP/UX,
-    DEC Unix, OpenBSD, IBM AIX, Data General DG/UX (with some CFLAGS tinkering),
+    DEC Unix, <ulink url="http://www.netbsd.org/">NetBSD</ulink>,
+    <ulink url="http://www.openbsd.org/">OpenBSD</ulink>,
+    IBM AIX,
+    Data General DG/UX (with some CFLAGS tinkering),
     SGI/IRIX, DDE Supermax, Apple Macintosh (using the Codewarrior programming
-    environment and the GUSI socket libraries), IBM AS/400 .
+    environment and the GUSI socket libraries),
+    IBM AS/400 .
    </para>
 
    <para>
@@ -69,7 +71,7 @@
     and 
     <ulink url="http://www.redhat.com/">Redhat</ulink> packages for &yaz;. 
     Only i386 binary packages are available. You should be able to
-    create packages for other CPU's by building them from the source
+    create packages for other CPUs by building them from the source
     package.
    </para>
    
index 82ed71c..2201591 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: introduction.xml,v 1.16 2003-11-19 21:17:26 adam Exp $ -->
+<!-- $Id: introduction.xml,v 1.17 2003-11-19 22:05:15 adam Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
 
   <para>
     you're going to develop an ILL application you'll have to learn the lower
     level APIs of &yaz;.
    </para>
-
-   
    <para>
     The YAZ toolkit modules is shown in figure <xref linkend="yaz.layer"/>.
    </para>
index 2a7ac96..87a07f7 100644 (file)
@@ -1,8 +1,9 @@
-<!-- $Id: soap.xml,v 1.4 2003-11-03 10:47:24 adam Exp $ -->
+<!-- $Id: soap.xml,v 1.5 2003-11-19 22:05:15 adam Exp $ -->
 <chapter id="soap"><title>SOAP and SRW</title>
   <sect1 id="soap.introduction"><title>Introduction</title>
     <para>
-      &yaz; uses a very simple implementation of SOAP that only,
+      &yaz; uses a very simple implementation of 
+      <ulink url="http://www.w3.org/TR/SOAP/">SOAP</ulink> that only,
       currenly, supports what is sufficient to offer SRW functionality.
       The implementation uses the 
       <ulink url="http://www.xmlsoft.org/html/libxml-tree.html">tree