~ubuntu-branches/ubuntu/lucid/virtuoso-opensource/lucid

« back to all changes in this revision

Viewing changes to docsrc/stylesheets/docbook/params/toc.pointer.text.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-02-05 01:22:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100205012209-h2dhz20vxpx55oam
Tags: 6.1.0-0ubuntu1
* New upstream release
* Sync with Debian packaging from Git
 - Add no_do_os_calls.diff patch, don't allow do_os_calls
 - Install to /usr/lib/virtuoso instead of /usr/bin, not a user
   binary
 - virtuoso-t installed to /usr/lib/virtuoso/
* Update build-gmake-to-make.patch
* Add package virtuoso-nepomuk to install only the files needed by nepomuk
* Remove virtuoso-nepomuk files from virtuoso-opensource-6.0-bin and libvirtodbc0
* Add virtuoso-opensource-6.0-bin.links to link to virtuoso-t from /usr/bin
* libvirtodbc0 and virtuoso-opensource-6.0-bin depends on virtuoso-nepomuk
* Remove build-dep on libwbxml2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry xmlns="http://docbook.org/ns/docbook"
 
2
          xmlns:xlink="http://www.w3.org/1999/xlink"
 
3
          xmlns:xi="http://www.w3.org/2001/XInclude"
 
4
          xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
 
5
          xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
6
          version="5.0" xml:id="toc.pointer.text">
 
7
<refmeta>
 
8
<refentrytitle>toc.pointer.text</refentrytitle>
 
9
<refmiscinfo class="other" otherclass="datatype">string</refmiscinfo>
 
10
</refmeta>
 
11
<refnamediv>
 
12
<refname>toc.pointer.text</refname>
 
13
<refpurpose>The text for the "pointer" in the TOC</refpurpose>
 
14
</refnamediv>
 
15
 
 
16
<refsynopsisdiv>
 
17
<src:fragment xml:id="toc.pointer.text.frag">
 
18
<xsl:param name="toc.pointer.text">&#160;&gt;&#160;</xsl:param>
 
19
</src:fragment>
 
20
</refsynopsisdiv>
 
21
 
 
22
<refsection><info><title>Description</title></info>
 
23
<para>If <varname>toc.pointer.graphic</varname> is zero, this text string
 
24
will be used to display the "pointer" in the TOC.</para>
 
25
<para>Only applies with the tabular presentation is being used.</para>
 
26
</refsection>
 
27
</refentry>