Changeset 4e82a189


Ignore:
Timestamp:
05/22/2005 11:27:41 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3a5c279
Parents:
56ab82c
Message:

Added missing sect2 role attributes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4451 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine.xml

    r56ab82c r4e82a189  
    1515<sect1 id="pine" xreflabel="Pine-&pine-version;">
    1616  <?dbhtml filename="pine.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Pine-&pine-version;</title>
    24  
     24
    2525  <indexterm zone="pine">
    2626    <primary sortas="a-Pine">Pine</primary>
    2727  </indexterm>
    28  
    29   <sect2>
     28
     29  <sect2 role="package">
    3030    <title>Introduction to Pine</title>
    31    
     31
    3232    <para>The <application>Pine</application> package contains the
    3333    <application>Pine</application> Mail User Agent and several
    3434    server daemons for various mail protocols, in addition to some nice
    3535    file and directory editing/browsing programs.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing='compact'>
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    62         <para>Recommended Patch: <ulink 
     62        <para>Recommended Patch: <ulink
    6363        url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para>
    6464      </listitem>
    6565    </itemizedlist>
    66    
     66
    6767    <bridgehead renderas="sect3">Pine Dependencies</bridgehead>
    68    
     68
    6969    <bridgehead renderas="sect4">Required</bridgehead>
    7070    <para><xref linkend="openssl"/></para>
    71    
     71
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para><xref linkend="openldap"/> and <xref linkend="mitkrb"/></para>
    74    
    75   </sect2>
    76  
     74
     75  </sect2>
     76
    7777  <sect2 role="installation">
    7878    <title>Installation of Pine</title>
    79    
    80     <para>Install <application>Pine</application> by running the following 
     79
     80    <para>Install <application>Pine</application> by running the following
    8181    commands:</para>
    82    
     82
    8383<screen><userinput>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &amp;&amp;
    8484./build DEBUG=-O MAILSPOOL=/var/mail \
    8585    SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &amp;&amp;
    86 cp -v doc/*.1 /usr/share/man/man1 &amp;&amp;   
     86cp -v doc/*.1 /usr/share/man/man1 &amp;&amp;
    8787cd bin &amp;&amp;
    8888install -v -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
    8989    pilot rpdump rpload /usr/bin</userinput></screen>
    90    
    91   </sect2>
    92  
     90
     91  </sect2>
     92
    9393  <sect2 role="commands">
    9494    <title>Command Explanations</title>
    95    
     95
    9696    <para><command>patch -Np1 -i ../pine-&pine-version;-fhs.patch</command>: This
    9797    patch will make <application>Pine</application> use <filename
    9898    class="directory">/etc</filename> for configuration files.</para>
    99    
    100     <para>The build procedure for <application>Pine</application> is somewhat 
    101     unusual, in that options usually passed as <command>./configure</command> 
    102     options or housed in $<envar>CFLAGS</envar> must all be passed on the command 
     99
     100    <para>The build procedure for <application>Pine</application> is somewhat
     101    unusual, in that options usually passed as <command>./configure</command>
     102    options or housed in $<envar>CFLAGS</envar> must all be passed on the command
    103103    line to the <command>./build</command> script.</para>
    104    
    105     <para><command>./build slx</command>: <application>Pine</application> offers 
     104
     105    <para><command>./build slx</command>: <application>Pine</application> offers
    106106    quite a few target platforms, slx specifies Linux using
    107107    <option>-lcrypt</option> to get the crypt function.  See the
    108108    <filename>doc/pine-ports</filename> file for more information and
    109109    other authentication options.</para>
    110    
     110
    111111    <para><command>DEBUG=-O</command>: This flag compiles an optimized
    112112    version of <command>pine</command> and <command>pico</command> that
    113113    produces no debug files.</para>
    114    
     114
    115115    <para><command>MAILSPOOL=/var/mail</command>: Location of mail spool
    116116    files, <filename class="directory">/var/mail.</filename></para>
    117    
     117
    118118    <para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
    119119    of <application>OpenSSL</application> files.</para>
    120    
     120
    121121    <para><command>cd bin &amp;&amp; install ... /usr/bin</command>:
    122122    This installs the <application>Pine</application> programs.</para>
    123    
    124   </sect2>
    125  
     123
     124  </sect2>
     125
    126126  <sect2 role="configuration">
    127127    <title>Configuring Pine</title>
    128    
     128
    129129    <sect3 id="pine-config">
    130130      <title>Config Files</title>
    131      
     131
    132132      <para><filename>~/.pinerc</filename></para>
    133      
     133
    134134      <indexterm zone="pine pine-config">
    135135        <primary sortas="e-AA.pinerc">~/.pinerc</primary>
    136136      </indexterm>
    137      
     137
    138138    </sect3>
    139    
     139
    140140    <sect3>
    141141      <title>Configuration Information</title>
    142      
    143       <para>The <command>pine</command> executable needs no global configuration to 
    144       use.  Users set <application>Pine</application> options in 
     142
     143      <para>The <command>pine</command> executable needs no global configuration to
     144      use.  Users set <application>Pine</application> options in
    145145      <filename>~/.pinerc</filename> using an internal configuration menu.</para>
    146      
     146
    147147    </sect3>
    148    
    149   </sect2>
    150  
     148
     149  </sect2>
     150
    151151  <sect2 role="content">
    152152    <title>Contents</title>
    153    
     153
    154154    <segmentedlist>
    155155      <segtitle>Installed Programs</segtitle>
    156156      <segtitle>Installed Libraries</segtitle>
    157157      <segtitle>Installed Directories</segtitle>
    158      
     158
    159159      <seglistitem>
    160160        <seg>imapd, ipop2d, ipop3d, mtest, pico, pilot, pine, rpdump, and rpload</seg>
     
    163163      </seglistitem>
    164164    </segmentedlist>
    165    
     165
    166166    <variablelist>
    167167      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    168168      <?dbfo list-presentation="list"?>
    169169      <?dbhtml list-presentation="table"?>
    170      
     170
    171171      <varlistentry id="imapd-pine">
    172172        <term><command>imapd</command></term>
     
    178178        </listitem>
    179179      </varlistentry>
    180      
     180
    181181      <varlistentry id="ipop2d">
    182182        <term><command>ipop2d</command></term>
     
    188188        </listitem>
    189189      </varlistentry>
    190      
     190
    191191      <varlistentry id="ipop3d">
    192192        <term><command>ipop3d</command></term>
     
    198198        </listitem>
    199199      </varlistentry>
    200      
     200
    201201      <varlistentry id="mtest">
    202202        <term><command>metest</command></term>
     
    208208        </listitem>
    209209      </varlistentry>
    210      
     210
    211211      <varlistentry id="pico-pine">
    212212        <term><command>pico</command></term>
     
    219219        </listitem>
    220220      </varlistentry>
    221      
     221
    222222      <varlistentry id="pilot">
    223223        <term><command>pilot</command></term>
     
    229229        </listitem>
    230230      </varlistentry>
    231      
     231
    232232      <varlistentry id="pine-prog">
    233233        <term><command>pine</command></term>
     
    239239        </listitem>
    240240      </varlistentry>
    241      
     241
    242242      <varlistentry id="rpdump">
    243243        <term><command>rpdump</command></term>
     
    250250        </listitem>
    251251      </varlistentry>
    252      
     252
    253253      <varlistentry id="rpload">
    254254        <term><command>rpload</command></term>
     
    262262        </listitem>
    263263      </varlistentry>
    264      
     264
    265265    </variablelist>
    266    
    267   </sect2>
    268  
     266
     267  </sect2>
     268
    269269</sect1>
  • general/genlib/aspell.xml

    r56ab82c r4e82a189  
    1515<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
    1616  <?dbhtml filename="aspell.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Aspell-&aspell-version;</title>
    24  
     24
    2525  <indexterm zone="aspell">
    2626    <primary sortas="a-Aspell">Aspell</primary>
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Aspell</title>
    31    
    32     <para>The <application>Aspell</application> package contains an interactive 
     31
     32    <para>The <application>Aspell</application> package contains an interactive
    3333    spell checking program and the <application>Aspell</application> libraries.
    3434    <application>Aspell</application> can either be used as a library or as an
    3535    independent spell checker.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    60     <para>You'll need to download at least one dictionary. The link below will take 
     60    <para>You'll need to download at least one dictionary. The link below will take
    6161    you to a page containing links to dictionaries in many languages.</para>
    62    
     62
    6363    <itemizedlist spacing='compact'>
    6464      <listitem>
    65         <para>Aspell dictionaries: <ulink 
     65        <para>Aspell dictionaries: <ulink
    6666        url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
    6767      </listitem>
    6868    </itemizedlist>
    69    
     69
    7070    <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
    71    
     71
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para><xref linkend="which"/></para>
    74    
    75   </sect2>
    76  
     74
     75  </sect2>
     76
    7777  <sect2 role="installation">
    7878    <title>Installation of Aspell</title>
    7979
    80     <para>Install <application>Aspell</application> by running the following 
     80    <para>Install <application>Aspell</application> by running the following
    8181    commands:</para>
    8282
    8383<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8484make</userinput></screen>
    85    
     85
    8686    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    87    
     87
    8888<screen role="root"><userinput>make install</userinput></screen>
    89    
     89
    9090  </sect2>
    9191
    9292  <sect2 role="configuration">
    9393    <title>Configuring Aspell</title>
    94    
     94
    9595    <sect3>
    9696      <title>Configuration Information</title>
    97      
    98       <para>After <application>Aspell</application> is installed, you must set up at 
    99       least one dictionary. Install one or more dictionaries by running the following 
     97
     98      <para>After <application>Aspell</application> is installed, you must set up at
     99      least one dictionary. Install one or more dictionaries by running the following
    100100      commands:</para>
    101      
     101
    102102<screen><userinput>./configure &amp;&amp;
    103103make</userinput></screen>
    104    
     104
    105105      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    106    
     106
    107107<screen role="root"><userinput>make install</userinput></screen>
    108      
     108
    109109    </sect3>
    110    
    111   </sect2>
    112  
     110
     111  </sect2>
     112
    113113  <sect2 role="content">
    114114    <title>Contents</title>
     
    118118      <segtitle>Installed Libraries</segtitle>
    119119      <segtitle>Installed Directories</segtitle>
    120      
     120
    121121      <seglistitem>
    122         <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config, 
     122        <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config,
    123123        run-with-aspell and word-list-compress</seg>
    124124        <seg>libaspell.so and libpspell.so</seg>
     
    126126      </seglistitem>
    127127    </segmentedlist>
    128    
     128
    129129    <variablelist>
    130130      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    131131      <?dbfo list-presentation="list"?>
    132132      <?dbhtml list-presentation="table"?>
    133      
     133
    134134      <varlistentry id="aspell-prog">
    135135        <term><command>aspell</command></term>
    136136        <listitem>
    137           <para>is a utility that can function as an 
    138           <command>ispell -a</command> replacement, as an independent spell checker, as 
    139           a test utility to test out <application>Aspell</application> features, and as 
     137          <para>is a utility that can function as an
     138          <command>ispell -a</command> replacement, as an independent spell checker, as
     139          a test utility to test out <application>Aspell</application> features, and as
    140140          a utility for managing dictionaries.</para>
    141141          <indexterm zone="aspell aspell-prog">
     
    144144        </listitem>
    145145      </varlistentry>
    146      
     146
    147147      <varlistentry id="aspell-import">
    148148        <term><command>aspell-import</command></term>
     
    155155        </listitem>
    156156      </varlistentry>
    157      
     157
    158158      <varlistentry id="precat">
    159159        <term><command>precat</command></term>
    160160        <listitem>
    161           <para>decompresses a <command>prezip</command>ped file to 
     161          <para>decompresses a <command>prezip</command>ped file to
    162162          stdout.</para>
    163163          <indexterm zone="aspell precat">
     
    166166        </listitem>
    167167      </varlistentry>
    168      
     168
    169169      <varlistentry id="preunzip">
    170170        <term><command>preunzip</command></term>
     
    176176        </listitem>
    177177      </varlistentry>
    178      
     178
    179179      <varlistentry id="prezip">
    180180        <term><command>prezip</command></term>
    181181        <listitem>
    182           <para>is a prefix delta compressor, used to compress sorted word 
     182          <para>is a prefix delta compressor, used to compress sorted word
    183183          lists or other similar text files.</para>
    184184          <indexterm zone="aspell prezip">
     
    187187        </listitem>
    188188      </varlistentry>
    189      
     189
    190190      <varlistentry id="prezip-bin">
    191191        <term><command>prezip-bin</command></term>
    192192        <listitem>
    193           <para>is called by the various wrapper scripts to perform the 
     193          <para>is called by the various wrapper scripts to perform the
    194194          actual compressing and decompressing.</para>
    195195          <indexterm zone="aspell prezip-bin">
     
    198198        </listitem>
    199199      </varlistentry>
    200      
     200
    201201      <varlistentry id="pspell-config">
    202202        <term><command>pspell-config</command></term>
    203203        <listitem>
    204           <para>displays information about the 
    205           <filename class='libraryfile'>libpspell</filename> installation, mostly for use 
     204          <para>displays information about the
     205          <filename class='libraryfile'>libpspell</filename> installation, mostly for use
    206206          in build scripts.</para>
    207207          <indexterm zone="aspell pspell-config">
     
    210210        </listitem>
    211211      </varlistentry>
    212      
     212
    213213      <varlistentry id="run-with-aspell">
    214214        <term><command>run-with-aspell</command></term>
    215215        <listitem>
    216           <para>is a script to help use <application>Aspell</application> 
     216          <para>is a script to help use <application>Aspell</application>
    217217          as an <command>ispell</command> replacement.</para>
    218218          <indexterm zone="aspell run-with-aspell">
     
    221221        </listitem>
    222222      </varlistentry>
    223      
     223
    224224      <varlistentry id="word-list-compress">
    225225        <term><command>word-list-compress</command></term>
    226226        <listitem>
    227           <para>compresses or decompresses sorted word lists for use with the 
     227          <para>compresses or decompresses sorted word lists for use with the
    228228          <application>Aspell</application> spell checker.</para>
    229229          <indexterm zone="aspell word-list-compress">
     
    232232        </listitem>
    233233      </varlistentry>
    234      
     234
    235235      <varlistentry id="libaspell">
    236236        <term><filename class='libraryfile'>libaspell.so</filename></term>
     
    242242        </listitem>
    243243      </varlistentry>
    244      
     244
    245245      <varlistentry id="libpspell">
    246246        <term><filename class='libraryfile'>libpspell.so</filename></term>
    247247        <listitem>
    248           <para>is an interface to the 
    249           <filename class='libraryfile'>libaspell</filename> library. All the spell 
    250           checking funtionality is now in 
     248          <para>is an interface to the
     249          <filename class='libraryfile'>libaspell</filename> library. All the spell
     250          checking funtionality is now in
    251251          <filename class='libraryfile'>libaspell</filename> but this library is
    252252          included for backwards compatibility.</para>
     
    256256        </listitem>
    257257      </varlistentry>
    258    
     258
    259259    </variablelist>
    260260
  • general/genlib/libgsf.xml

    r56ab82c r4e82a189  
    1515<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
    1616  <?dbhtml filename="libgsf.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libgsf-&libgsf-version;</title>
    24  
     24
    2525  <indexterm zone="libgsf">
    2626    <primary sortas="a-Libgsf">Libgsf</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libgsf</title>
    31    
    32     <para>The <application>libgsf</application> package contains 
    33     <filename class="libraryfile">libgsf</filename> libraries. These are useful for 
    34     providing an extensible input/output abstraction layer for structured file 
     31
     32    <para>The <application>libgsf</application> package contains
     33    <filename class="libraryfile">libgsf</filename> libraries. These are useful for
     34    providing an extensible input/output abstraction layer for structured file
    3535    formats.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Libgsf Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para><xref linkend="glib2"/> and 
     62    <para><xref linkend="glib2"/> and
    6363    <xref linkend="libxml2"/></para>
    64    
     64
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and 
     66    <para><xref linkend="gnome-vfs"/> (required for GNOME-2 support) and
    6767    <xref linkend="gtk-doc"/></para>
    6868
    6969  </sect2>
    70  
     70
    7171  <sect2 role="installation">
    7272    <title>Installation of Libgsf</title>
    7373
    74     <para>Install <application>libgsf</application> by running the following 
     74    <para>Install <application>libgsf</application> by running the following
    7575    commands:</para>
    7676
    7777<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7878make</userinput></screen>
    79    
     79
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81    
     81
    8282<screen role="root"><userinput>make install</userinput></screen>
    8383
    8484  </sect2>
    85  
    86   <sect2>
     85
     86  <sect2 role="content">
    8787    <title>Contents</title>
    88    
     88
    8989    <segmentedlist>
    9090      <segtitle>Installed Programs</segtitle>
    9191      <segtitle>Installed Libraries</segtitle>
    9292      <segtitle>Installed Directories</segtitle>
    93      
     93
    9494      <seglistitem>
    9595        <seg>None</seg>
     
    9898      </seglistitem>
    9999    </segmentedlist>
    100  
     100
    101101  </sect2>
    102102
  • general/prog/perl-modules.xml

    r56ab82c r4e82a189  
    2626    <title>Introduction to Perl Modules</title>
    2727
    28     <para>The <application>Perl</application> module packages add useful objects 
    29     to the <application>Perl</application> language.  Modules utilized by packages 
    30     throughout BLFS are listed here, along with their dependencies. Most references to 
    31     <application>Perl</application> modules are in the form of Module, Module::SubName 
    32     or Module::Sub::Name, however occasionally you'll also see Module, Module-SubName 
    33     or Module-Sub-Name. Most references on this page are in the latter form, as these 
     28    <para>The <application>Perl</application> module packages add useful objects
     29    to the <application>Perl</application> language.  Modules utilized by packages
     30    throughout BLFS are listed here, along with their dependencies. Most references to
     31    <application>Perl</application> modules are in the form of Module, Module::SubName
     32    or Module::Sub::Name, however occasionally you'll also see Module, Module-SubName
     33    or Module-Sub-Name. Most references on this page are in the latter form, as these
    3434    are the official package names.</para>
    3535
    3636    <itemizedlist spacing="compact">
    3737      <listitem>
    38         <para>Download MD5 sums (HTTP): 
     38        <para>Download MD5 sums (HTTP):
    3939        <ulink url="&perl_modules_md5sums_download_http;"/></para>
    4040      </listitem>
     
    5151    </indexterm>
    5252
    53     <para>One module in particular is shown first, as this module's usefulness 
    54     warrants installation, even though it won't be required by many other modules. 
    55     The Module::Info module can tell you if a particular module is included in, 
    56     or has been installed into your <application>Perl</application> installation. 
    57     Additionally, the module can tell you what versions are installed and what 
    58     dependencies are required for them. You can even use Module::Info to gather 
     53    <para>One module in particular is shown first, as this module's usefulness
     54    warrants installation, even though it won't be required by many other modules.
     55    The Module::Info module can tell you if a particular module is included in,
     56    or has been installed into your <application>Perl</application> installation.
     57    Additionally, the module can tell you what versions are installed and what
     58    dependencies are required for them. You can even use Module::Info to gather
    5959    dependencies of uninstalled modules.</para>
    6060
    6161    <itemizedlist spacing='compact'>
    6262      <listitem>
    63         <para><ulink 
     63        <para><ulink
    6464        url="http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">
    6565        Module-Info-&Module-Info-version;</ulink></para>
     
    7171    <itemizedlist spacing='compact'>
    7272      <listitem>
    73         <para id="perl-gtk-perl"><ulink 
     73        <para id="perl-gtk-perl"><ulink
    7474        url="http://www.cpan.org/authors/id/M/ML/MLEHMANN/Gtk-Perl-&Gtk-Perl-version;.tar.gz">
    7575        Gtk-Perl-&Gtk-Perl-version;</ulink></para>
     
    7979        <itemizedlist>
    8080          <listitem>
    81             <para id="perl-xml-writer"><ulink 
     81            <para id="perl-xml-writer"><ulink
    8282            url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">
    8383            XML-Writer-&XML-Writer-version;</ulink></para>
     
    8787          </listitem>
    8888          <listitem>
    89             <para id="perl-xml-parser"><ulink 
     89            <para id="perl-xml-parser"><ulink
    9090            url="http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">
    9191            XML-Parser-&XML-Parser-version;</ulink></para>
     
    105105      </listitem>
    106106      <listitem>
    107         <para id="perl-sgmlspm"><ulink 
     107        <para id="perl-sgmlspm"><ulink
    108108        url="http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">
    109109        SGMLSpm-&SGMLSpm-version;</ulink></para>
     
    113113      </listitem>
    114114      <listitem>
    115         <para id="perl-perl-tk"><ulink 
     115        <para id="perl-perl-tk"><ulink
    116116        url="http://www.cpan.org/authors/id/N/NI/NI-S/Tk-&Perl-Tk-version;.tar.gz">
    117117        Tk-&Perl-Tk-version;</ulink></para>
     
    126126      </listitem>
    127127      <listitem>
    128         <para id="perl-net-dns"><ulink 
     128        <para id="perl-net-dns"><ulink
    129129        url="http://www.cpan.org/authors/id/C/CR/CREIN/Net-DNS-&Net-DNS-version;.tar.gz">
    130130        Net-DNS-&Net-DNS-version;</ulink></para>
     
    134134        <itemizedlist>
    135135          <listitem>
    136             <para id="perl-digest-hmac"><ulink 
     136            <para id="perl-digest-hmac"><ulink
    137137            url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-&Digest-HMAC-version;.tar.gz">
    138138            Digest-HMAC-&Digest-HMAC-version;</ulink></para>
     
    142142            <itemizedlist>
    143143              <listitem>
    144                 <para id="perl-digest-sha1"><ulink 
     144                <para id="perl-digest-sha1"><ulink
    145145                url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-&Digest-SHA1-version;.tar.gz">
    146146                Digest-SHA1-&Digest-SHA1-version;</ulink></para>
     
    154154      </listitem>
    155155      <listitem>
    156         <para id="perl-lwp"><ulink 
     156        <para id="perl-lwp"><ulink
    157157        url="http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz">
    158158        LWP-&LWP-version;</ulink></para>
     
    162162        <itemizedlist>
    163163          <listitem>
    164             <para id="perl-uri"><ulink 
     164            <para id="perl-uri"><ulink
    165165            url="http://www.cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
    166166            URI-&URI-version;</ulink></para>
     
    170170            <itemizedlist>
    171171              <listitem>
    172                 <para id="perl-business-isbn"><ulink 
     172                <para id="perl-business-isbn"><ulink
    173173                url="http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
    174174                Business-ISBN-&Business-ISBN-version;</ulink> (Only used during the
     
    179179                <itemizedlist>
    180180                  <listitem>
    181                     <para id="perl-business-isbn-data"><ulink 
     181                    <para id="perl-business-isbn-data"><ulink
    182182                    url="http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
    183183                    Business-ISBN-Data-&Business-ISBN-Data-version;</ulink></para>
     
    187187                    <itemizedlist>
    188188                      <listitem>
    189                         <para id="perl-test-pod"><ulink 
     189                        <para id="perl-test-pod"><ulink
    190190                        url="http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-&Test-Pod-version;.tar.gz">
    191191                        Test-Pod-&Test-Pod-version;</ulink></para>
     
    195195                        <itemizedlist>
    196196                          <listitem>
    197                             <para id="perl-pod-simple"><ulink 
     197                            <para id="perl-pod-simple"><ulink
    198198                            url="http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Simple-&Pod-Simple-version;.tar.gz">
    199199                            Pod-Simple-&Pod-Simple-version;</ulink></para>
     
    203203                            <itemizedlist>
    204204                              <listitem>
    205                                 <para id="perl-pod-escapes"><ulink 
     205                                <para id="perl-pod-escapes"><ulink
    206206                                url="http://www.cpan.org/authors/id/S/SB/SBURKE/Pod-Escapes-&Pod-Escapes-version;.tar.gz">
    207207                                Pod-Escapes-&Pod-Escapes-version;</ulink></para>
     
    213213                          </listitem>
    214214                          <listitem>
    215                             <para id="perl-test-builder-tester"><ulink 
     215                            <para id="perl-test-builder-tester"><ulink
    216216                            url="http://www.cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
    217217                            Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
     
    224224                      </listitem>
    225225                      <listitem>
    226                         <para id="perl-test-prereq"><ulink 
     226                        <para id="perl-test-prereq"><ulink
    227227                        url="http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-&Test-Prereq-version;.tar.gz">
    228228                        Test-Prereq-&Test-Prereq-version;</ulink></para>
     
    232232                        <itemizedlist>
    233233                          <listitem>
    234                             <para><ulink 
     234                            <para><ulink
    235235                            url="http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">
    236236                            Module-Info-&Module-Info-version;</ulink></para>
    237237                          </listitem>
    238238                          <listitem>
    239                             <para id="perl-module-corelist"><ulink 
     239                            <para id="perl-module-corelist"><ulink
    240240                            url="http://www.cpan.org/authors/id/R/RC/RCLAMP/Module-CoreList-&Module-Corelist-version;.tar.gz">
    241241                            Module-CoreList-&Module-Corelist-version;</ulink></para>
     
    253253          </listitem>
    254254          <listitem>
    255             <para id="perl-html-parser"><ulink 
     255            <para id="perl-html-parser"><ulink
    256256            url="http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-&HTML-Parser-version;.tar.gz">
    257257            HTML-Parser-&HTML-Parser-version;</ulink></para>
     
    261261            <itemizedlist>
    262262              <listitem>
    263                 <para id="perl-html-tagset"><ulink 
     263                <para id="perl-html-tagset"><ulink
    264264                url="http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tagset-&HTML-Tagset-version;.tar.gz">
    265265                HTML-Tagset-&HTML-Tagset-version;</ulink></para>
     
    271271          </listitem>
    272272          <listitem>
    273             <para id="perl-compress-zlib"><ulink 
     273            <para id="perl-compress-zlib"><ulink
    274274            url="http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    275275            Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     
    279279          </listitem>
    280280          <listitem>
    281             <para id="perl-crypt-ssleay"><ulink 
     281            <para id="perl-crypt-ssleay"><ulink
    282282            url="http://www.cpan.org/authors/id/C/CH/CHAMAS/Crypt-SSLeay-&Crypt-SSLeay-version;.tar.gz">
    283283            Crypt-SSLeay-&Crypt-SSLeay-version;</ulink></para>
     
    289289      </listitem>
    290290      <listitem>
    291         <para id="perl-datemanip"><ulink 
     291        <para id="perl-datemanip"><ulink
    292292        url="http://www.cpan.org/authors/id/S/SB/SBECK/DateManip-&DateManip-version;.tar.gz">
    293293        DateManip-&DateManip-version;</ulink></para>
     
    297297      </listitem>
    298298      <listitem>
    299         <para id="perl-finance-quote"><ulink 
     299        <para id="perl-finance-quote"><ulink
    300300        url="http://www.cpan.org/authors/id/P/PJ/PJF/Finance-Quote-&Finance-Quote-version;.tar.gz">
    301301        Finance-Quote-&Finance-Quote-version;</ulink></para>
     
    305305        <itemizedlist>
    306306          <listitem>
    307             <para id="perl-html-tableextract"><ulink 
     307            <para id="perl-html-tableextract"><ulink
    308308            url="http://www.cpan.org/authors/id/M/MS/MSISK/HTML-TableExtract-&HTML-TableExtract-version;.tar.gz">
    309309            HTML-TableExtract-&HTML-TableExtract-version;</ulink></para>
     
    332332<screen role="root"><userinput>make install</userinput></screen>
    333333
    334     <para>The modules listed below require modifications to the instructions in 
     334    <para>The modules listed below require modifications to the instructions in
    335335    order to install successfully.</para>
    336336
     
    351351      <title>SGMLSpm-&SGMLSpm-version;</title>
    352352
    353       <para>If your system's <application>Perl</application> version is different 
    354       than &LFS-Perl-version;, you'll need to modify the <command>sed</command> 
     353      <para>If your system's <application>Perl</application> version is different
     354      than &LFS-Perl-version;, you'll need to modify the <command>sed</command>
    355355      command below to reflect the version you have installed.</para>
    356356
     
    372372  </sect2>
    373373
    374   <sect2>
     374  <sect2 role="installation">
    375375    <title>(Alternate) Auto Installation of Perl Modules.</title>
    376376
    377     <para>There is an alternate way of installing the modules using 
    378     <application>Perl</application>'s built-in <command>install</command> command. 
    379     The command automatically downloads the source from the CPAN 
    380     archive, extracts it, runs the commands mentioned above, and removes the build 
    381     tree. You may still need to install dependent library packages before running 
     377    <para>There is an alternate way of installing the modules using
     378    <application>Perl</application>'s built-in <command>install</command> command.
     379    The command automatically downloads the source from the CPAN
     380    archive, extracts it, runs the commands mentioned above, and removes the build
     381    tree. You may still need to install dependent library packages before running
    382382    the automated installation method.</para>
    383383
    384     <para>The first time you run this command, you'll be prompted to enter some 
    385     information regarding download locations and methods. This information is 
    386     retained in files located in <filename class='directory'>~/.cpan</filename>. 
    387     Start the perl shell with the following command as the 
     384    <para>The first time you run this command, you'll be prompted to enter some
     385    information regarding download locations and methods. This information is
     386    retained in files located in <filename class='directory'>~/.cpan</filename>.
     387    Start the perl shell with the following command as the
    388388    <systemitem class="username">root</systemitem> user:</para>
    389389
  • general/sysutils/cpio.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Cpio</title>
    3131
     
    6060    <title>Installation of Cpio</title>
    6161
    62     <para>Install <application>cpio</application> by running the following 
     62    <para>Install <application>cpio</application> by running the following
    6363    commands:</para>
    6464
     
    7878    <title>Command Explanations</title>
    7979
    80     <para><command>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c</command>: 
     80    <para><command>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c</command>:
    8181    This command fixes a build problem in the <command>mt</command> program.</para>
    8282
    83     <para><parameter>CPIO_MT_PROG=mt</parameter>: This parameter forces the 
     83    <para><parameter>CPIO_MT_PROG=mt</parameter>: This parameter forces the
    8484    building and installation of the <command>mt</command> program.</para>
    8585
    86     <para><parameter>--bindir=/bin</parameter>: This parameter installs 
    87     <command>cpio</command> to <filename class="directory">/bin</filename> instead 
    88     of <filename class="directory">/usr/bin</filename> as recommended by the 
     86    <para><parameter>--bindir=/bin</parameter>: This parameter installs
     87    <command>cpio</command> to <filename class="directory">/bin</filename> instead
     88    of <filename class="directory">/usr/bin</filename> as recommended by the
    8989    FHS guidelines.</para>
    9090
    91     <para><parameter>--libexecdir=/tmp</parameter>: This parameter is used so 
     91    <para><parameter>--libexecdir=/tmp</parameter>: This parameter is used so
    9292    that <filename class='directory'>/usr/libexec</filename> is not created.</para>
    9393
    94     <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter inhibits 
    95     building the <command>rmt</command> program as it is already installed by the 
     94    <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter inhibits
     95    building the <command>rmt</command> program as it is already installed by the
    9696    <application>tar</application> package in LFS.</para>
    9797
  • gnome/add/system-tools-backends.xml

    r56ab82c r4e82a189  
    2828  </indexterm>
    2929
    30   <sect2>
     30  <sect2 role="package">
    3131    <title>Introduction to system-tools-backends</title>
    3232
  • gnome/core/eel.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to EEL</title>
    3131
  • gnome/core/gnome-terminal.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to GNOME Terminal</title>
    3131
  • gnome/otherlibs/gconf1.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to GConf</title>
    3131
  • kde/add/kdeartwork.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Kdeartwork</title>
    3131
     
    5858
    5959    <bridgehead renderas="sect4">Recommended</bridgehead>
    60     <para><xref linkend="libjpeg"/>, 
    61     <xref linkend="libxml2"/>, and 
     60    <para><xref linkend="libjpeg"/>,
     61    <xref linkend="libxml2"/>, and
    6262    <xref linkend="libart_lgpl"/></para>
    6363
     
    9090      <segtitle>Installed Libraries</segtitle>
    9191      <segtitle>Installed Directories</segtitle>
    92  
     92
    9393      <seglistitem>
    94         <seg>additional themes, screensavers, sounds, backgrounds, and 
     94        <seg>additional themes, screensavers, sounds, backgrounds, and
    9595        widget styles for <application>KDE</application></seg>
    9696        <seg>None</seg>
     
    9999      </seglistitem>
    100100    </segmentedlist>
    101  
     101
    102102    <indexterm zone="kdeartwork">
    103103      <primary sortas="g-kdeartwork">KDE Artwork</primary>
  • kde/add/kdegraphics.xml

    r56ab82c r4e82a189  
    5151      </listitem>
    5252    </itemizedlist>
    53    
     53
    5454    <bridgehead renderas="sect3">Kdegraphics Dependencies</bridgehead>
    5555
     
    5858
    5959    <bridgehead renderas="sect4">Recommended</bridgehead>
    60     <para><xref linkend="libjpeg"/>, 
     60    <para><xref linkend="libjpeg"/>,
    6161    <xref linkend="libxml2"/>, and
    6262    <xref linkend="libart_lgpl"/></para>
    6363
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para><xref linkend="libtiff"/>, 
     65    <para><xref linkend="libtiff"/>,
    6666    <xref linkend="imlib"/>,
    6767    <xref linkend="lcms"/>,
     
    6969    <xref linkend="xpdf"/>,
    7070    <xref linkend="tex"/>,
    71     <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>, 
    72     <ulink url="http://www.gphoto.org/">gPhoto2</ulink>, 
    73     <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>, 
    74     <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and 
     71    <ulink url="http://freedesktop.org/Software/FriBidi">FriBidi</ulink>,
     72    <ulink url="http://www.gphoto.org/">gPhoto2</ulink>,
     73    <ulink url="http://gd.tuwien.ac.at/visual/ibiblio/libs/graphics/t1lib-5.0.2.tar.gz">t1lib</ulink>,
     74    <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and
    7575    <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink></para>
    7676
     
    9292  </sect2>
    9393
    94   <sect2>
     94  <sect2 role="content">
    9595    <title>Contents</title>
    9696
    9797    <segmentedlist>
    9898      <segtitle>Installed Programs</segtitle>
    99       <segtitle>Installed Library</segtitle> 
    100       <segtitle>Installed Directories</segtitle> 
     99      <segtitle>Installed Library</segtitle>
     100      <segtitle>Installed Directories</segtitle>
    101101
    102102      <seglistitem>
    103         <seg>kcoloredit, kdvi, kfax, kgamma, kghostview, kiconedit, kooka, kpaint, 
     103        <seg>kcoloredit, kdvi, kfax, kgamma, kghostview, kiconedit, kooka, kpaint,
    104104        kpdf, kpovmodeler, kruler, ksnapshot, kuickshow, and kview</seg>
    105105        <seg>kio_kamera</seg>
     
    107107      </seglistitem>
    108108    </segmentedlist>
    109      
     109
    110110    <variablelist>
    111111      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    196196        <term><command>kpovmodeler</command></term>
    197197        <listitem>
    198           <para>is a graphical 3D modeler, which can generate scenes for 
     198          <para>is a graphical 3D modeler, which can generate scenes for
    199199          <ulink url="http://www.povray.org/">POV-Ray</ulink>.</para>
    200200          <indexterm zone="kdegraphics kpovmodeler">
  • kde/add/kdepim.xml

    r56ab82c r4e82a189  
    1212  <!ENTITY kdepim-time          "22 SBU (additional 2.3 SBU for API docs)">
    1313
    14   <!ENTITY gnu-org              "http://www.gnupg.org/download/index.html"> 
     14  <!ENTITY gnu-org              "http://www.gnupg.org/download/index.html">
    1515]>
    1616
     
    2929  </indexterm>
    3030
    31   <sect2>
     31  <sect2 role="package">
    3232    <title>Introduction to Kdepim</title>
    3333
     
    6161      </listitem>
    6262    </itemizedlist>
    63                                      
     63
    6464    <bridgehead renderas="sect3">Kdepim Dependencies</bridgehead>
    6565
     
    6868
    6969    <bridgehead renderas="sect4">Recommended</bridgehead>
    70     <para><xref linkend="libjpeg"/>, 
    71     <xref linkend="libxml2"/>, 
    72     <xref linkend="gnupg"/> and 
     70    <para><xref linkend="libjpeg"/>,
     71    <xref linkend="libxml2"/>,
     72    <xref linkend="gnupg"/> and
    7373    <xref linkend="openssl"/></para>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para><xref linkend="pilot-link"/>, 
    77     <ulink url="&gnu-org;#gpgme">GPGME-0.9.x</ulink> 
    78     (requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink> 
    79     then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink> 
    80     then <ulink url="&gnu-org;#libassuan">Libassuan</ulink> 
    81     then <ulink url="&gnu-org;#libksba">Libksba</ulink>, 
    82     <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>, 
    83     <ulink url="http://www.gnu-org/software/pth/">Pth</ulink>, 
    84     <ulink url="http://www.opensc.org/">OpenSC</ulink> and then 
    85     <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>), 
    86     <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>, 
    87     <ulink url="http://www.gnokii.org/">gnokii</ulink>, 
    88     Bluetooth hardware and driver libraries, 
     76    <para><xref linkend="pilot-link"/>,
     77    <ulink url="&gnu-org;#gpgme">GPGME-0.9.x</ulink>
     78    (requires <ulink url="&gnu-org;#libgpg-error">Libgpg-error</ulink>
     79    then <ulink url="&gnu-org;#libgcrypt">Libgcrypt</ulink>
     80    then <ulink url="&gnu-org;#libassuan">Libassuan</ulink>
     81    then <ulink url="&gnu-org;#libksba">Libksba</ulink>,
     82    <ulink url="ftp://ftp.gnupg.org/gcrypt/pinentry/">pinentry</ulink>,
     83    <ulink url="http://www.gnu-org/software/pth/">Pth</ulink>,
     84    <ulink url="http://www.opensc.org/">OpenSC</ulink> and then
     85    <ulink url="&gnu-org;#gnupg2">GnuPG-1.9.x</ulink>),
     86    <ulink url="http://jasonday.home.att.net/code/libmal/libmal.html">libmal</ulink>,
     87    <ulink url="http://www.gnokii.org/">gnokii</ulink>,
     88    Bluetooth hardware and driver libraries,
    8989    <ulink url="http://www.graphviz.org/">GraphViz</ulink>,
    9090    and <xref linkend="doxygen"/></para>
     
    102102./configure --prefix=&kde-dir; --disable-debug \
    103103    --disable-dependency-tracking &amp;&amp;
    104 make</userinput></screen> 
     104make</userinput></screen>
    105105
    106106    <note>
    107       <para>If you wish to create the API documentation and 
    108       you have <application>Doxygen</application> and 
    109       <application>GraphViz</application> installed, 
    110       <command>make apidox</command> must be done before 
     107      <para>If you wish to create the API documentation and
     108      you have <application>Doxygen</application> and
     109      <application>GraphViz</application> installed,
     110      <command>make apidox</command> must be done before
    111111      <command>make install</command>.</para>
    112112    </note>
     
    125125      <segtitle>Installed Libraries</segtitle>
    126126      <segtitle>Installed Directories</segtitle>
    127  
     127
    128128      <seglistitem>
    129         <seg>kaddressbook, kalarm, kandy, karm, kgpgcertmanager, kmail, knode, 
     129        <seg>kaddressbook, kalarm, kandy, karm, kgpgcertmanager, kmail, knode,
    130130        knotes, konsolekalendar, kontact, korganizer, korn, and kpilot</seg>
    131131        <seg>None</seg>
     
    138138      <?dbfo list-presentation="list"?>
    139139      <?dbhtml list-presentation="table"?>
    140    
     140
    141141      <varlistentry id="kaddressbook">
    142142        <term><command>kaddressbook</command></term>
     
    222222        <term><command>konsolehelper</command></term>
    223223        <listitem>
    224           <para>is a command line interface to <application>KDE</application> 
     224          <para>is a command line interface to <application>KDE</application>
    225225          calendars.</para>
    226226          <indexterm zone="kdepim konsolehelper">
     
    233233        <term><command>kontact</command></term>
    234234        <listitem>
    235           <para>is the integrated solution to personal information management 
     235          <para>is the integrated solution to personal information management
    236236                (PIM) needs.</para>
    237237          <indexterm zone="kdepim kontact">
     
    254254        <term><command>korn</command></term>
    255255        <listitem>
    256           <para>is a <application>KDE</application> mail checker that has the capabilities to 
     256          <para>is a <application>KDE</application> mail checker that has the capabilities to
    257257                dock itself to <command>kicker</command>.</para>
    258258          <indexterm zone="kdepim korn">
  • pst/sgml/sgml-dtd-3.xml

    r56ab82c r4e82a189  
    2828  </indexterm>
    2929
    30   <sect2>
     30  <sect2 role="package">
    3131    <title>Introduction to DocBook SGML DTD</title>
    3232
  • pst/sgml/sgml-dtd.xml

    r56ab82c r4e82a189  
    2828  </indexterm>
    2929
    30   <sect2>
     30  <sect2 role="package">
    3131    <title>Introduction to DocBook SGML DTD</title>
    3232
  • server/major/samba3.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Samba</title>
    3131
  • server/major/vsftpd.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to vsFTPD</title>
    3131
  • x/lib/pango.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Pango</title>
    3131
  • x/lib/qt.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to Qt</title>
    3131
  • x/wm/sawfish.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to sawfish</title>
    3131
  • xsoft/suites/koffice.xml

    r56ab82c r4e82a189  
    2727  </indexterm>
    2828
    29   <sect2>
     29  <sect2 role="package">
    3030    <title>Introduction to KOffice</title>
    3131
Note: See TracChangeset for help on using the changeset viewer.