Added Credits Appendix.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Nov 2001 14:30:44 +0000 (14:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Nov 2001 14:30:44 +0000 (14:30 +0000)
doc/Makefile.am
doc/credits.xml [new file with mode: 0644]
doc/yaz.xml

index 2454f25..23cf937 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.25 2001-10-29 14:51:14 adam Exp $
+## $Id: Makefile.am,v 1.26 2001-11-01 14:30:44 adam Exp $
 
 docdir=$(pkgdatadir)/doc
 
@@ -6,14 +6,15 @@ XMLFILES=$(srcdir)/yaz.xml $(srcdir)/introduction.xml \
  $(srcdir)/installation.xml $(srcdir)/indexdata.xml $(srcdir)/asn.xml \
  $(srcdir)/tools.xml $(srcdir)/odr.xml $(srcdir)/comstack.xml \
  $(srcdir)/frontend.xml $(srcdir)/license.xml $(srcdir)/future.xml  \
- $(srcdir)/client.xml $(srcdir)/zoom.xml
+ $(srcdir)/client.xml $(srcdir)/zoom.xml $(srcdir)/credits.xml
 
 HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \
  asn.preparing.html client.commands.html client.html client.invoking.html \
  client.searching.html comstack.addresses.html comstack.client.html \
  comstack.common.html comstack.diagnostics.html comstack.html \
  comstack.introduction.html comstack.server.html comstack.summary.html \
- future.html indexdata.html installation.html installation.unix.html \
+ credits.html future.html indexdata.html installation.html \
+ installation.unix.html \
  installation.win32.html introduction.html \
  license.html license.other.html odr.debugging.html \
  odr.html odr.programming.html odr.use.html server.backend.html \
@@ -24,7 +25,9 @@ HTMLFILES = asn.external.html asn.html asn.oid.html asn.pdu.html \
 
 DOCFILES=$(HTMLFILES) yaz.pdf
 
-EXTRA_DIST = $(XMLFILES) $(DOCFILES) yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl
+SUPPORTFILES=yazhtml.dsl yazphp.dsl yazprint.dsl xml.dcl
+
+EXTRA_DIST = $(XMLFILES) $(DOCFILES) $(SUPPORTFILES)
 
 doc_DATA = $(DOCFILES)
 
diff --git a/doc/credits.xml b/doc/credits.xml
new file mode 100644 (file)
index 0000000..cc3eef3
--- /dev/null
@@ -0,0 +1,67 @@
+<!-- $Id: credits.xml,v 1.1 2001-11-01 14:30:44 adam Exp $ -->
+ <appendix id="credits"><title>Credits</title>
+   <para>
+   This appendix lists individuals that have contributed in the development
+   of &yaz;. Some have contributed with code, while others have provided bug
+   fixes or suggestions. If we're missing somebody, of if you, for
+   whatever reason, don't like to be listed here let us know.
+  </para>
+
+  <itemizedlist>
+   <listitem><para>
+     Dimitrios Andreadis, UCD Ireland
+    </para></listitem>
+   <listitem><para>
+     Morten B&oslash;geskov, DBC
+    </para></listitem>
+   <listitem><para>
+     Matthew Carey
+    </para></listitem>
+   <listitem><para>
+     Hans van den Dool, Tilburg University Library
+    </para></listitem>
+   <listitem><para>
+     Franck Falcoz, DTV
+    </para></listitem>
+   <listitem><para>
+     Morten Garkier Hendriksen, DBC
+    </para></listitem>
+   <listitem><para>
+     Morten Holmqvist, DBC
+    </para></listitem>
+   <listitem><para>
+     Ian Ibbotson, Knowledge Integration
+    </para></listitem>
+   <listitem><para>
+     Ronald van der Meer, Adlib Information Systems B.V.
+    </para></listitem>
+   <listitem><para>
+     Thomas W. Place, Tilburg University Library
+    </para></listitem>
+   <listitem><para>
+     Jacob Poulsen, DBC
+    </para></listitem>
+   <listitem><para>
+     Mike Taylor, TECC
+    </para></listitem>
+   <listitem><para>
+     Charles Woodfield, Fretwell Downing Informatics
+    </para></listitem>
+  </itemizedlist>
+ </appendix>
+  
+ <!-- Keep this comment at the end of the file
+ Local variables:
+ 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: "yaz.xml"
+ sgml-local-catalogs: nil
+ sgml-namecase-general:t
+ End:
+ -->
index f3f1e8d..7beb6f3 100644 (file)
      <!ENTITY chap-future SYSTEM "future.xml">
      <!ENTITY app-license SYSTEM "license.xml">
      <!ENTITY app-indexdata SYSTEM "indexdata.xml">
+     <!ENTITY app-credits SYSTEM "credits.xml">
      <!ENTITY asn "Z39.50 ASN.1">
      <!ENTITY odr "<acronym>ODR</acronym>">
      <!ENTITY comstack "<acronym>COMSTACK</acronym>">
      <!ENTITY zoom "<acronym>ZOOM</acronym>">
 ]>
-<!-- $Id: yaz.xml,v 1.11 2001-10-26 20:13:44 adam Exp $ -->
+<!-- $Id: yaz.xml,v 1.12 2001-11-01 14:30:44 adam Exp $ -->
 <book id="yaz">
  <bookinfo>
   <title>YAZ User's Guide and Reference</title>
@@ -59,6 +60,7 @@
  &chap-future;
  &app-license;
  &app-indexdata;
+ &app-credits;
 </book>
 
 <!-- Keep this comment at the end of the file