From 97d355ca782abd948aaf5f22108f08ab99dc264f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Nov 2002 13:23:52 +0000 Subject: [PATCH] TKL documentation format --- configure.in | 3 ++- doc/.cvsignore | 6 ++++-- doc/Makefile.am | 6 +++++- doc/introduction.xml | 4 ++-- doc/tkl.xsl.in | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 63 insertions(+), 6 deletions(-) create mode 100644 doc/tkl.xsl.in diff --git a/configure.in b/configure.in index cc84bb5..790cf48 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1995-2002 -dnl $Id: configure.in,v 1.52 2002-10-30 13:59:42 adam Exp $ +dnl $Id: configure.in,v 1.53 2002-11-08 13:23:52 adam Exp $ dnl AC_INIT(include/zebraver.h) AM_INIT_AUTOMAKE(idzebra,1.3.3) @@ -254,6 +254,7 @@ AC_OUTPUT([ doc/zebrahtml.dsl doc/zebraprint.dsl doc/zebraphp.dsl + doc/tkl.xsl test/Makefile test/gils/Makefile test/usmarc/Makefile test/api/Makefile test/dmoz/Makefile examples/Makefile examples/gils/Makefile examples/dinosauricon/Makefile diff --git a/doc/.cvsignore b/doc/.cvsignore index 4d1b164..4fd6401 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -8,7 +8,9 @@ zebra.aux zebra.pdf manpage.links manpage.refs -zebraidx.1 -zebrasrv.8 +*.8 +*.1 *.html +*.tkl *.dsl +*.php diff --git a/doc/Makefile.am b/doc/Makefile.am index 7ac34c4..ae269af 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,11 @@ -## $Id: Makefile.am,v 1.17 2002-10-30 12:55:18 adam Exp $ +## $Id: Makefile.am,v 1.18 2002-11-08 13:23:52 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ zebrahtml.dsl.in \ zebraphp.dsl.in \ zebraprint.dsl.in \ + tkl.xsl.in \ xml.dcl XMLFILES = \ zebra.xml.in \ @@ -53,6 +54,9 @@ zebra.pdf: $(XMLFILES) pdfjadetex zebra.tex pdfjadetex zebra.tex +index.tkl: $(XMLFILES) tkl.xsl + xsltproc tkl.xsl zebra.xml + gils.txt: gils.sgml sgml2txt -f gils.sgml diff --git a/doc/introduction.xml b/doc/introduction.xml index 3e4d19f..5c862b2 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,5 +1,5 @@ - + Introduction @@ -236,7 +236,7 @@ NLI-Z39.50 - a Natural Language Interface for Libraries - Fernuniversität Hagen in Germany have developed a natural + Fernuniversität Hagen in Germany have developed a natural language interface for access to library databases. In order to evaluate this interface for recall and precision, they diff --git a/doc/tkl.xsl.in b/doc/tkl.xsl.in new file mode 100644 index 0000000..ecaa1c6 --- /dev/null +++ b/doc/tkl.xsl.in @@ -0,0 +1,50 @@ + + + + + 1 + .tkl + 0 + + + + + + + + + 1 + + + <xsl:apply-templates select="." mode="object.title.markup"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4