34 lines
1 KiB
XML
34 lines
1 KiB
XML
|
<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="script.dir">
|
||
|
<refmeta>
|
||
|
<refentrytitle>script.dir</refentrytitle>
|
||
|
<refmiscinfo class="other" otherclass="datatype">uri</refmiscinfo>
|
||
|
</refmeta>
|
||
|
<refnamediv>
|
||
|
<refname>script.dir</refname>
|
||
|
<refpurpose>Script directory</refpurpose>
|
||
|
</refnamediv>
|
||
|
|
||
|
<refsynopsisdiv>
|
||
|
<src:fragment xml:id="script.dir.frag">
|
||
|
<xsl:param name="script.dir"></xsl:param>
|
||
|
</src:fragment>
|
||
|
</refsynopsisdiv>
|
||
|
|
||
|
<refsection><info><title>Description</title></info>
|
||
|
|
||
|
<para>Identifies the JavaScript source directory for the slides.
|
||
|
This parameter can be set in the source
|
||
|
document with the <?dbhtml?> pseudo-attribute
|
||
|
<literal>script-dir</literal>.</para>
|
||
|
|
||
|
<para>If non-empty, this value is prepended to each of the JavaScript files.
|
||
|
</para>
|
||
|
|
||
|
</refsection>
|
||
|
</refentry>
|