remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / params / bibliography.collection.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/bibliography.collection.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/bibliography.collection.xml
deleted file mode 100755 (executable)
index 6e97e41..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"\r
-          xmlns:xlink="http://www.w3.org/1999/xlink"\r
-          xmlns:xi="http://www.w3.org/2001/XInclude"\r
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
-          version="5.0" xml:id="bibliography.collection">\r
-<refmeta>\r
-<refentrytitle>bibliography.collection</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>bibliography.collection</refname>\r
-<refpurpose>Name of the bibliography collection file</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="bibliography.collection.frag">\r
-<xsl:param name="bibliography.collection">http://docbook.sourceforge.net/release/bibliography/bibliography.xml</xsl:param>\r
-\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Maintaining bibliography entries across a set of documents is tedious, time\r
-consuming, and error prone. It makes much more sense, usually, to store all of\r
-the bibliography entries in a single place and simply <quote>extract</quote>\r
-the ones you need in each document.</para>\r
-\r
-<para>That's the purpose of the\r
-<parameter>bibliography.collection</parameter> parameter. To setup a global\r
-bibliography <quote>database</quote>, follow these steps:</para>\r
-\r
-<para>First, create a stand-alone bibliography document that contains all of\r
-the documents that you wish to reference. Make sure that each bibliography\r
-entry (whether you use <tag>biblioentry</tag> or <tag>bibliomixed</tag>)\r
-has an ID.</para>\r
-\r
-<para>My global bibliography, <filename>~/bibliography.xml</filename> begins\r
-like this:</para>\r
-\r
-<informalexample>\r
-<programlisting>&lt;!DOCTYPE bibliography\r
-  PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"\r
-  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"&gt;\r
-&lt;bibliography&gt;&lt;title&gt;References&lt;/title&gt;\r
-\r
-&lt;bibliomixed id="xml-rec"&gt;&lt;abbrev&gt;XML 1.0&lt;/abbrev&gt;Tim Bray,\r
-Jean Paoli, C. M. Sperberg-McQueen, and Eve Maler, editors.\r
-&lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml"&gt;Extensible Markup\r
-Language (XML) 1.0 Second Edition&lt;/ulink&gt;&lt;/citetitle&gt;.\r
-World Wide Web Consortium, 2000.\r
-&lt;/bibliomixed&gt;\r
-\r
-&lt;bibliomixed id="xml-names"&gt;&lt;abbrev&gt;Namespaces&lt;/abbrev&gt;Tim Bray,\r
-Dave Hollander,\r
-and Andrew Layman, editors.\r
-&lt;citetitle&gt;&lt;ulink url="http://www.w3.org/TR/REC-xml-names/"&gt;Namespaces in\r
-XML&lt;/ulink&gt;&lt;/citetitle&gt;.\r
-World Wide Web Consortium, 1999.\r
-&lt;/bibliomixed&gt;\r
-\r
-&lt;!-- ... --&gt;\r
-&lt;/bibliography&gt;\r
-</programlisting>\r
-</informalexample>\r
-\r
-<para>When you create a bibliography in your document, simply\r
-provide <emphasis>empty</emphasis> <tag>bibliomixed</tag>\r
-entries for each document that you wish to cite. Make sure that these\r
-elements have the same ID as the corresponding <quote>real</quote>\r
-entry in your global bibliography.</para>\r
-\r
-<para>For example:</para>\r
-\r
-<informalexample>\r
-<programlisting>&lt;bibliography&gt;&lt;title&gt;Bibliography&lt;/title&gt;\r
-\r
-&lt;bibliomixed id="xml-rec"/&gt;\r
-&lt;bibliomixed id="xml-names"/&gt;\r
-&lt;bibliomixed id="DKnuth86"&gt;Donald E. Knuth. &lt;citetitle&gt;Computers and\r
-Typesetting: Volume B, TeX: The Program&lt;/citetitle&gt;. Addison-Wesley,\r
-1986.  ISBN 0-201-13437-3.\r
-&lt;/bibliomixed&gt;\r
-&lt;bibliomixed id="relaxng"/&gt;\r
-\r
-&lt;/bibliography&gt;</programlisting>\r
-</informalexample>\r
-\r
-<para>Note that it's perfectly acceptable to mix entries from your\r
-global bibliography with <quote>normal</quote> entries. You can use\r
-<tag>xref</tag> or other elements to cross-reference your\r
-bibliography entries in exactly the same way you do now.</para>\r
-\r
-<para>Finally, when you are ready to format your document, simply set the\r
-<parameter>bibliography.collection</parameter> parameter (in either a\r
-customization layer or directly through your processor's interface) to\r
-point to your global bibliography.</para>\r
-\r
-<para>The stylesheets will format the bibliography in your document as if\r
-all of the entries referenced appeared there literally.</para>\r
-\r
-</refsection>\r
-</refentry>\r