Changeset 4e82a189 for basicnet


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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.