VirtualBox

Changeset 46207 in vbox


Ignore:
Timestamp:
May 22, 2013 8:25:14 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85927
Message:

doc/manual: Move all id=... attributes from the title tags up one level, as otherwise the DocBook converters create inconsistent HTML filesi with lots of dangling links. The LaTeX converter now acts as a guard dog against reintroducing such bugs, it will take those attributes only from the correct tag and incorrect attribute use will thus lead to "undefined references" when creating the PDF manual.

Location:
trunk/doc/manual
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/docbook2latex.xsl

    r44123 r46207  
    317317      </xsl:when>
    318318    </xsl:choose>
    319     <xsl:variable name="refid" select="(@id) | (../@id)" />
     319    <xsl:variable name="refid" select="../@id" />
    320320    <xsl:if test="$refid">
    321321      <xsl:value-of select="concat('&#x0a;\label{', $refid, '}')" />
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r45827 r46207  
    125125  </sect1>
    126126
    127   <sect1>
    128     <title id="autologon">Automated guest logons</title>
     127  <sect1 id="autologon">
     128    <title>Automated guest logons</title>
    129129
    130130    <para>VirtualBox provides Guest Addition modules for Windows, Linux and
     
    11291129    </sect2>
    11301130
    1131     <sect2>
    1132       <title id="iscsi-intnet">Access iSCSI targets via Internal
    1133       Networking</title>
     1131    <sect2 id="iscsi-intnet">
     1132      <title>Access iSCSI targets via Internal Networking</title>
    11341133
    11351134      <para>As an experimental feature, VirtualBox allows for accessing an
  • trunk/doc/manual/en_US/user_BasicConcepts.xml

    r43262 r46207  
    1919  computers on the Internet access to the guest system.</para>
    2020
    21   <sect1>
    22     <title id="guestossupport">Supported guest operating systems</title>
     21  <sect1 id="guestossupport">
     22    <title>Supported guest operating systems</title>
    2323
    2424    <para>Since VirtualBox is designed to provide a generic virtualization
     
    617617      The default setting is 100% meaning that there is no limitation. A setting
    618618      of 50% implies a single virtual CPU can use up to 50% of a single host
    619       CPU. Notet that limiting the execution time of the virtual CPUs may induce
     619      CPU. Note that limiting the execution time of the virtual CPUs may induce
    620620      guest timing problems.</para>
    621621
  • trunk/doc/manual/en_US/user_Frontends.xml

    r45762 r46207  
    55  <title>Remote virtual machines</title>
    66
    7   <sect1>
    8     <title id="vrde">Remote display (VRDP support)</title>
     7  <sect1 id="vrde">
     8    <title>Remote display (VRDP support)</title>
    99
    1010    <para>VirtualBox can display virtual machines remotely, meaning that a
  • trunk/doc/manual/en_US/user_GuestAdditions.xml

    r45951 r46207  
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    33"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
    4 <chapter>
    5   <title id="guestadditions">Guest Additions</title>
     4<chapter id="guestadditions">
     5  <title>Guest Additions</title>
    66
    77  <para>The previous chapter covered getting started with VirtualBox and
  • trunk/doc/manual/en_US/user_Installation.xml

    r43968 r46207  
    229229  </sect1>
    230230
    231   <sect1>
    232     <title id="install-linux-host">Installing on Linux hosts</title>
     231  <sect1 id="install-linux-host">
     232    <title>Installing on Linux hosts</title>
    233233
    234234    <sect2>
     
    626626      </sect3>
    627627
    628       <sect3>
    629         <title id="linux_install_opts">Automatic installation options</title>
     628      <sect3 id="linux_install_opts">
     629        <title>Automatic installation options</title>
    630630
    631631        <para>To configure the installation process of our .deb and .rpm
     
    693693  </sect1>
    694694
    695   <sect1>
    696     <title id="install-solaris-host">Installing on Solaris hosts</title>
     695  <sect1 id="install-solaris-host">
     696    <title>Installing on Solaris hosts</title>
    697697
    698698    <para>For the specific versions of Solaris that we support as host
     
    702702    <para>If you have a previously installed instance of VirtualBox on your
    703703    Solaris host, please uninstall it first before installing a new instance.
    704     Refer to <xref linkend="uninstallsolhost" /> for uninstall
     704    Refer to <xref linkend="uninstall-solaris-host" /> for uninstall
    705705    instructions.</para>
    706706
     
    730730        <computeroutput>pkgadd -G</computeroutput>. For more information refer
    731731        to the <computeroutput>pkgadd</computeroutput> manual; see also <xref
    732         linkend="solariszones" />.</para>
     732        linkend="solaris-zones" />.</para>
    733733      </note>
    734734
     
    786786    </sect2>
    787787
    788     <sect2>
    789       <title id="uninstallsolhost">Uninstallation</title>
     788    <sect2 id="uninstall-solaris-host">
     789      <title>Uninstallation</title>
    790790
    791791      <para>Uninstallation of VirtualBox on Solaris requires root permissions.
     
    823823    </sect2>
    824824
    825     <sect2>
    826       <title id="solariszones">Configuring a zone for running
    827       VirtualBox</title>
     825    <sect2 id="solaris-zones">
     826      <title>Configuring a zone for running VirtualBox</title>
    828827
    829828      <para>Starting with VirtualBox 1.6 it is possible to run VirtualBox from
  • trunk/doc/manual/en_US/user_Introduction.xml

    r44165 r46207  
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    33"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
    4 <chapter>
    5   <title id="Introduction">First steps</title>
     4<chapter id="Introduction">
     5  <title>First steps</title>
    66
    77  <para>Welcome to $VBOX_PRODUCT!</para>
     
    105105  </sect1>
    106106
    107   <sect1>
    108     <title id="virtintro">Some terminology</title>
     107  <sect1 id="virtintro">
     108    <title>Some terminology</title>
    109109
    110110    <para>When dealing with virtualization (and also for understanding the
     
    390390  </sect1>
    391391
    392   <sect1>
    393     <title id="hostossupport">Supported host operating systems</title>
     392  <sect1 id="hostossupport">
     393    <title>Supported host operating systems</title>
    394394
    395395    <para>Currently, VirtualBox runs on the following host operating
     
    918918    </sect2>
    919919
    920     <sect2>
    921       <title id="keyb_mouse_normal">Capturing and releasing keyboard and
    922       mouse</title>
     920    <sect2 id="keyb_mouse_normal">
     921      <title>Capturing and releasing keyboard and mouse</title>
    923922
    924923      <para>As of version 3.2, VirtualBox provides a virtual USB tablet device
     
    10121011    </sect2>
    10131012
    1014     <sect2>
    1015       <title id="specialcharacters">Typing special characters</title>
     1013    <sect2 id="specialcharacters">
     1014      <title>Typing special characters</title>
    10161015
    10171016      <para>Operating systems expect certain key combinations to initiate
     
    14951494  </sect1>
    14961495
    1497   <sect1>
    1498     <title id="configbasics">Virtual machine configuration</title>
     1496  <sect1 id="configbasics">
     1497    <title>Virtual machine configuration</title>
    14991498
    15001499    <para>When you select a virtual machine from the list in the Manager
  • trunk/doc/manual/en_US/user_Networking.xml

    r44965 r46207  
    406406  </sect1>
    407407
    408   <sect1>
    409     <title id="network_bridged">Bridged networking</title>
     408  <sect1 id="network_bridged">
     409    <title>Bridged networking</title>
    410410
    411411    <para>With bridged networking, VirtualBox uses a device driver on your
  • trunk/doc/manual/en_US/user_Storage.xml

    r43655 r46207  
    887887  </sect1>
    888888
    889   <sect1>
    890     <title id="storage-iscsi">iSCSI servers</title>
     889  <sect1 id="storage-iscsi">
     890    <title>iSCSI servers</title>
    891891
    892892    <para>iSCSI stands for "Internet SCSI" and is a standard that allows for
  • trunk/doc/manual/en_US/user_Troubleshooting.xml

    r44553 r46207  
    155155    </sect2>
    156156
    157     <sect2>
    158       <title id="ts_debugger">The built-in VM debugger</title>
     157    <sect2 id="ts_debugger">
     158      <title>The built-in VM debugger</title>
    159159
    160160      <para>VirtualBox includes a built-in VM debugger, which advanced users
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r46036 r46207  
    414414  </sect1>
    415415
    416   <sect1>
    417     <title id="vboxmanage-createvm">VBoxManage createvm</title>
     416  <sect1 id="vboxmanage-createvm">
     417    <title>VBoxManage createvm</title>
    418418
    419419    <para>This command creates a new XML virtual machine definition
     
    16671667  </sect1>
    16681668
    1669   <sect1>
    1670     <title id="vboxmanage-storageattach">VBoxManage storageattach</title>
     1669  <sect1 id="vboxmanage-storageattach">
     1670    <title>VBoxManage storageattach</title>
    16711671
    16721672    <para>This command attaches/modifies/removes a storage medium connected to
     
    33713371  </sect1>
    33723372
    3373   <sect1>
    3374     <title id="metrics">VBoxManage metrics</title>
     3373  <sect1 id="metrics">
     3374    <title>VBoxManage metrics</title>
    33753375
    33763376    <para>This command supports monitoring the usage of system resources.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette