From: Adam Dickmeiss Date: Sat, 15 Oct 2005 10:40:37 +0000 (+0000) Subject: Put static YAZ entities in separate file entities.ent. X-Git-Tag: YAZ.2.1.10~44 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=053ab437b20c680f8a4a06190a2ef08e0912bf82 Put static YAZ entities in separate file entities.ent. Put bookinfo section in separate file bookinfo.xml. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 97cc3d4..92cfe7c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,9 @@ -## $Id: Makefile.am,v 1.60 2005-08-25 12:44:24 adam Exp $ +## $Id: Makefile.am,v 1.61 2005-10-15 10:40:37 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ -XMLFILES=yaz.xml.in introduction.xml installation.xml indexdata.xml \ +XMLFILES=yaz.xml.in bookinfo.xml introduction.xml installation.xml \ + indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml \ future.xml client.xml zoom.xml credits.xml gfs-options.xml \ yaz-client-commands.xml soap.xml gfs-virtual.xml gfs-synopsis.xml @@ -32,7 +33,7 @@ REFFILES=yaz-client-man.xml yaz-ztest-man.xml yaz-config-man.xml \ yaz-man.xml zoomsh-man.xml yaz-asncomp-man.xml \ yaz-marcdump-man.xml yaz-iconv-man.xml yaz-log-man.xml -SUPPORTFILES=yazhtml.dsl yazprint.dsl tkl.xsl xml.dcl id.eps \ +SUPPORTFILES=entities.ent yazhtml.dsl yazprint.dsl tkl.xsl xml.dcl id.eps \ apilayer.obj yaz.css doc_DATA = $(HTMLFILES) yaz.pdf id.png apilayer.png yaz.css diff --git a/doc/bookinfo.xml b/doc/bookinfo.xml new file mode 100644 index 0000000..2a8f0d7 --- /dev/null +++ b/doc/bookinfo.xml @@ -0,0 +1,45 @@ + + + YAZ User's Guide and Reference + SebastianHammer + AdamDickmeiss + MikeTaylor + HeikkiLevanto + + ©right-year; + Index Data + + + This document is the programmer's guide and reference to the &yaz; + package version &version;. &yaz; is a compact toolkit that provides + access to the Z39.50 and SRW/SRU protocols, as well as a set of + higher-level tools for implementing the server and client + roles, respectively. + The documentation can be used on its own, or as a reference when + looking at the example applications provided with the package. + + + + + + + + + + + + + diff --git a/doc/entities.ent b/doc/entities.ent new file mode 100644 index 0000000..c13c0e6 --- /dev/null +++ b/doc/entities.ent @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + +ODR"> +COMSTACK"> +ZOOM"> + +"> + diff --git a/doc/yaz.xml.in b/doc/yaz.xml.in index 80cf698..70752d9 100644 --- a/doc/yaz.xml.in +++ b/doc/yaz.xml.in @@ -1,66 +1,14 @@ - + - - - - - - - - - - - - - - - - - - - - ODR"> - COMSTACK"> - ZOOM"> - - "> - + + + + %entities; ]> - - YAZ User's Guide and Reference - SebastianHammer - AdamDickmeiss - MikeTaylor - HeikkiLevanto - - ©right-year; - Index Data - - - This document is the programmer's guide and reference to the &yaz; - package version @VERSION@. &yaz; is a compact toolkit that provides - access to the Z39.50 and SRW/SRU protocols, as well as a set of - higher-level tools for implementing the server and client - roles, respectively. - The documentation can be used on its own, or as a reference when - looking at the example applications provided with the package. - - - - - - - - - - - - - + &bookinfo; &chap-introduction; &chap-installation; &chap-zoom;