Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: third_party/docbook-xsl-1.78.0/params/generate.legalnotice.link.xml

Issue 1394993002: Doing some cleanup. (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/docbook-xsl-1.78.0/params/generate.legalnotice.link.xml
diff --git a/third_party/docbook-xsl-1.78.0/params/generate.legalnotice.link.xml b/third_party/docbook-xsl-1.78.0/params/generate.legalnotice.link.xml
deleted file mode 100644
index 534e050504f072528d84d5ba792136bf24fd2afb..0000000000000000000000000000000000000000
--- a/third_party/docbook-xsl-1.78.0/params/generate.legalnotice.link.xml
+++ /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>
« no previous file with comments | « third_party/docbook-xsl-1.78.0/params/generate.index.xml ('k') | third_party/docbook-xsl-1.78.0/params/generate.manifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698