]> git.stg.codes - stg.git/blobdiff - doc/xslt/params/generate.legalnotice.link.xml
Removed old bundled xslt stuff.
[stg.git] / doc / xslt / params / generate.legalnotice.link.xml
diff --git a/doc/xslt/params/generate.legalnotice.link.xml b/doc/xslt/params/generate.legalnotice.link.xml
deleted file mode 100644 (file)
index 534e050..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"
-          xmlns:xlink="http://www.w3.org/1999/xlink"
-          xmlns:xi="http://www.w3.org/2001/XInclude"
-          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
-          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-          version="5.0" xml:id="generate.legalnotice.link">
-<refmeta>
-<refentrytitle>generate.legalnotice.link</refentrytitle>
-<refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>
-</refmeta>
-<refnamediv>
-<refname>generate.legalnotice.link</refname>
-<refpurpose>Write legalnotice to separate chunk and generate link?</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
-<src:fragment xml:id="generate.legalnotice.link.frag"><xsl:param name="generate.legalnotice.link" select="0"/></src:fragment>
-</refsynopsisdiv>
-
-<refsection><info><title>Description</title></info>
-
-<para>If the value of <parameter>generate.legalnotice.link</parameter>
-is non-zero, the stylesheet:
-
-<itemizedlist>
-  <listitem>
-    <para>writes the contents of <tag>legalnotice</tag> to a separate
-    HTML file</para>
-  </listitem>
-  <listitem>
-    <para>inserts a hyperlink to the <tag>legalnotice</tag> file</para>
-  </listitem>
-  <listitem>
-    <para>adds (in the HTML <literal>head</literal>) either a single
-    <literal>link</literal> or element or multiple
-    <literal>link</literal> elements (depending on the value of the
-    <parameter>html.head.legalnotice.link.multiple</parameter>
-    parameter), with the value or values derived from the
-    <parameter>html.head.legalnotice.link.types</parameter>
-    parameter</para>
-  </listitem>
-  </itemizedlist>
-
-  Otherwise, if <parameter>generate.legalnotice.link</parameter> is
-  zero, <tag>legalnotice</tag> contents are rendered on the title
-  page.</para>
-
-<para>The name of the separate HTML file is computed as follows:
-
-<orderedlist>
-<listitem>
-  <para>If a filename is given by the <tag class="xmlpi">dbhtml filename</tag> 
-processing instruction, that filename is used.</para>
-</listitem>
-<listitem>
-  <para>If the legalnotice has an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag> 
-attribute, and if <parameter>use.id.as.filename</parameter> != 0, the filename 
-is the concatenation of the id value and the value of the <parameter>html.ext</parameter> 
-parameter.</para>
-</listitem>
-<listitem>
-  <para>If the legalnotice does not have an <tag class="attribute">id</tag>/<tag class="attribute">xml:id</tag>
- attribute, or if <parameter>use.id.as.filename</parameter> = 0, the filename is the concatenation of "ln-", 
-auto-generated id value, and <parameter>html.ext</parameter> value.
-  </para>
-</listitem>
-</orderedlist>
-
-</para>
-
-</refsection>
-</refentry>