remove tool dirctories - these have been moved to a new github dirctory
[Evergreen-DocBook.git] / stylesheets / styleguide / docbook-xsl-1.75.2 / params / writing.mode.xml
diff --git a/stylesheets/styleguide/docbook-xsl-1.75.2/params/writing.mode.xml b/stylesheets/styleguide/docbook-xsl-1.75.2/params/writing.mode.xml
deleted file mode 100755 (executable)
index 289d940..0000000
+++ /dev/null
@@ -1,83 +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="writing.mode">\r
-<refmeta>\r
-<refentrytitle>writing.mode</refentrytitle>\r
-<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>\r
-</refmeta>\r
-<refnamediv>\r
-<refname>writing.mode</refname>\r
-<refpurpose>Direction of text flow based on locale</refpurpose>\r
-</refnamediv>\r
-\r
-<refsynopsisdiv>\r
-<src:fragment xml:id="writing.mode.frag">\r
-<xsl:param name="writing.mode">\r
-  <xsl:call-template name="gentext">\r
-    <xsl:with-param name="key">writing-mode</xsl:with-param>\r
-    <xsl:with-param name="lang">\r
-      <xsl:call-template name="l10n.language">\r
-        <xsl:with-param name="target" select="/*[1]"/>\r
-      </xsl:call-template>\r
-    </xsl:with-param>\r
-  </xsl:call-template>\r
-</xsl:param>\r
-</src:fragment>\r
-</refsynopsisdiv>\r
-\r
-<refsection><info><title>Description</title></info>\r
-\r
-<para>Sets direction of text flow and text alignment based on locale.\r
-The value is normally taken from the gentext file for the \r
-lang attribute of the document's root element, using the \r
-key name 'writing-mode' to look it up in the gentext file.\r
-But the param can also be\r
-set on the command line to override that gentext value.\r
-</para>\r
-<para>Accepted values are:\r
-<variablelist>\r
-  <varlistentry>\r
-    <term>lr-tb</term>\r
-    <listitem>\r
-      <para>Left-to-right text flow in each line, lines stack top to bottom.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>rl-tb</term>\r
-    <listitem>\r
-      <para>Right-to-left text flow in each line, lines stack top to bottom.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>tb-rl</term>\r
-    <listitem>\r
-      <para>Top-to-bottom text flow in each vertical line, lines stack right to left.\r
-      Supported by only a few XSL-FO processors. Not supported in HTML output.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>lr</term>\r
-    <listitem>\r
-      <para>Shorthand for lr-tb.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>rl</term>\r
-    <listitem>\r
-      <para>Shorthand for rl-tb.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-  <varlistentry>\r
-    <term>tb</term>\r
-    <listitem>\r
-      <para>Shorthand for tb-rl.</para>\r
-    </listitem>\r
-  </varlistentry>\r
-</variablelist>\r
-</para>\r
-\r
-</refsection>\r
-</refentry>\r