Documentation now based on Docbook XML/XSLT using xsltproc + Norman Walsh's
[yazpp-moved-to-github.git] / doc / yazpp.xml.in
index dffc31c..8b10307 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4//EN"
-                    "@DTD_DIR@/docbookx.dtd" [
-     <!ENTITY chap-introduction SYSTEM "introduction.xml">
-     <!ENTITY chap-installation SYSTEM "installation.xml">
-     <!ENTITY chap-zoom SYSTEM "zoom.xml">
-     <!ENTITY chap-api SYSTEM "api.xml">
-     <!ENTITY app-license SYSTEM "license.xml">
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
+    "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
+[
+     <!ENTITY % entities  SYSTEM "@srcdir@/entities.ent">
+     %entities;
+     <!ENTITY % common  SYSTEM "@srcdir@/common/common.ent">
+     %common;
 ]>
-<!-- $Id: yazpp.xml.in,v 1.3 2006-04-24 12:55:16 marc Exp $ -->
+<!-- $Id: yazpp.xml.in,v 1.6 2006-05-26 19:46:37 adam Exp $ -->
 <book id="yazpp">
  <bookinfo>
   <title>YAZ++ User's Guide and Reference</title>
    <year>2002</year>
    <year>2003</year>
    <year>2004</year>
+   <year>2005</year>
+   <year>2006</year>
    <holder>Index Data Aps and Mike Taylor</holder>
   </copyright>
   <abstract>
    <simpara>
-    <ulink url="http://www.indexdata.dk/yazplusplus/">YAZ++</ulink>
+    <ulink url="&url.yazplusplus;">YAZ++</ulink>
     is a set of libraries and header files that make it easier
     to use the popular C-language
-    <ulink url="http://www.indexdata.dk/yaz/">YAZ toolkit</ulink>
+    <ulink url="&url.yaz;">YAZ toolkit</ulink>
     from C++, together with some utilities written using these
     libraries.  It includes an implementation of the C++ binding for
     ZOOM (<link linkend="zoom">ZOOM-C++</link>).
@@ -38,7 +40,7 @@
     This manual covers version @VERSION@.
     </simpara>
    <simpara>
-    CVS ID: $Id: yazpp.xml.in,v 1.3 2006-04-24 12:55:16 marc Exp $
+    CVS ID: $Id: yazpp.xml.in,v 1.6 2006-05-26 19:46:37 adam Exp $
    </simpara>
    <simpara>
     <inlinemediaobject>
 
 <!-- Keep this Emacs mode comment at the end of the file
 Local variables:
-mode: nxml
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
 End:
 -->