Changeset 46daaa1


Ignore:
Timestamp:
05/16/2005 11:51:14 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
f570280
Parents:
89f473d
Message:

Removed spaces from blank lines in the template file

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r89f473d r46daaa1  
    2020<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
    2121  <?dbhtml filename="TEMPLATE.html"?>
    22  
     22
    2323  <sect1info>
    2424    <othername>$LastChangedBy$</othername>
    2525    <date>$Date$</date>
    2626  </sect1info>
    27  
     27
    2828  <!-- No other tags inside any title-->
    2929  <!-- Use Title Case in All Titles
     
    3737   -Lowercase the "to" in an infinitive."-->
    3838  <title>TEMPLATE-&TEMPLATE-version;</title>
    39  
     39
    4040  <indexterm zone="TEMPLATE">
    4141    <primary sortas="a-TEMPLATE">TEMPLATE</primary>
    4242  </indexterm>
    43  
     43
    4444  <!--Required section-->
    4545  <sect2 role="package">
    4646    <title>Introduction to TEMPLATE</title>
    47    
     47
    4848    <para>The <application>TEMPLATE</application> package contains...
    4949    This is useful for...</para>
    50    
     50
    5151    <bridgehead renderas="sect3">Package Information</bridgehead>
    5252    <itemizedlist spacing="compact">
     
    7070      </listitem>
    7171    </itemizedlist>
    72    
     72
    7373    <!-- As required -->
    7474    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     
    7979      </listitem>
    8080    </itemizedlist>
    81    
     81
    8282    <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
    83    
     83
    8484    <bridgehead renderas="sect4">Required</bridgehead>
    8585    <para><xref linkend="BLFS DEPENDENCY"/></para>
    86    
     86
    8787    <!-- As required -->
    8888    <bridgehead renderas="sect4">Recommended</bridgehead>
    8989    <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>,
    9090    <xref linkend="BLFS DEPENDENCY"/></para>
    91    
     91
    9292    <!-- As required -->
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
    95    
    96   </sect2>
    97  
     95
     96  </sect2>
     97
    9898  <!-- Optional section for packages that need a specific kernel configuration-->
    9999  <sect2 role="kernel" id='TEMPLATE-kernel'>
    100100    <title>Kernel Configuration</title>
    101    
     101
    102102    <para>Enable the following options in the kernel configuration
    103103    and recompile the kernel if neccessary:</para>
    104    
    105 <!-- Spaces are significant in <screen> sections -->   
     104
     105<!-- Spaces are significant in <screen> sections -->
    106106<screen><literal>Master section:
    107107  Subsection:
    108108    Required Option: M or Y
    109109    Incompatible option: N</literal></screen>
    110    
     110
    111111    <para>Select the appropriate sub-options that appear when the above options
    112112    are selected.</para>
    113    
     113
    114114    <indexterm zone="TEMPLATE TEMPLATE-kernel">
    115115      <primary sortas="d-TEMPLATE">TEMPLATE</primary>
    116116    </indexterm>
    117    
    118   </sect2>
    119  
     117
     118  </sect2>
     119
    120120  <!--Required section-->
    121121  <sect2 role="installation">
    122122    <title>Installation of TEMPLATE</title>
    123    
     123
    124124    <para>Install <application>TEMPLATE</application> by running the following
    125125    commands:</para>
    126    
    127 <!-- Spaces are significant in <screen> sections -->   
     126
     127<!-- Spaces are significant in <screen> sections -->
    128128<screen><userinput>./configure --prefix=/usr &amp;&amp;
    129129make</userinput></screen>
    130    
     130
    131131    <para>To test the results, issue: <command>make check</command>.</para>
    132    
     132
    133133    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    134    
     134
    135135<screen role="root"><userinput>make install</userinput></screen>
    136    
    137   </sect2>
    138  
     136
     137  </sect2>
     138
    139139  <!--Optional section-->
    140140  <sect2 role="commands">
    141141    <title>Command Explanations</title>
    142    
     142
    143143    <para><command>COMMAND</command>: This command does something.</para>
    144    
     144
    145145    <para><parameter>--SWITCH=PARAMETER</parameter>: This parameter does
    146146    something mandatory for BLFS purposes.</para>
    147    
     147
    148148    <para><option>--OPTION</option>: This option does something optionally
    149149    per the user's desires.</para>
    150    
    151   </sect2>
    152  
     150
     151  </sect2>
     152
    153153  <!--Optional section-->
    154154  <sect2 role="configuration">
    155155    <title>Configuring TEMPLATE</title>
    156    
     156
    157157    <sect3 id="TEMPLATE-config">
    158158      <title>Config Files</title>
    159159      <para><filename>~/.Configfilename1</filename> and
    160160      <filename>/etc/path/Configfilename2</filename></para>
    161      
     161
    162162      <indexterm zone="TEMPLATE TEMPLATE-config">
    163163        <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
    164164      </indexterm>
    165      
     165
    166166      <indexterm zone="TEMPLATE TEMPLATE-config">
    167167        <primary sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
    168168      </indexterm>
    169169    </sect3>
    170    
     170
    171171    <sect3><title>Configuration Information</title>
    172      
     172
    173173      <para>Blah blah blah about config.</para>
    174      
     174
    175175<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
    176  
     176
    177177<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
    178      
     178
    179179      <!-- File creation. Add the appropiate <indexterm> block if needed.-->
    180180      <para>Create the file .... for ...</para>
    181      
     181
    182182<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
    183183<literal># Begin FILENAME
    184            
     184
    185185TEXT
    186            
     186
    187187# End FILENAME</literal>
    188188EOF</userinput></screen>
    189      
     189
    190190    </sect3>
    191    
     191
    192192    <sect3  id="TEMPLATE-init">
    193193      <title>Boot Script</title>
    194      
     194
    195195      <para>To automatically start the <command>TEMPLATE</command> daemon
    196       when the system is rebooted, install the     <filename>/etc/rc.d/init.d/TEMPLATE</filename>
    197       bootscript from the <xref linkend="intro-important-bootscripts"/> package.</para>
    198      
    199       <indexterm zone="TEMPLATE TEMPLATE-init">
     196      when the system is rebooted, install the
     197      <filename>/etc/rc.d/init.d/TEMPLATE</filename>
     198      bootscript from the
     199      <xref linkend="intro-important-bootscripts"/> package.</para>
     200
     201      <indexterm zone="TEMPLATE TEMPLATE-init">
    200202        <primary sortas="f-TEMPLATE">TEMPLATE</primary>
    201       </indexterm> 
    202      
     203      </indexterm>
     204
    203205<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
    204      
     206
    205207    </sect3>
    206    
    207   </sect2>
    208  
    209   <!--Required section--> 
     208
     209  </sect2>
     210
     211  <!--Required section-->
    210212  <sect2 role="content">
    211213    <title>Contents</title>
    212    
     214
    213215    <segmentedlist>
    214216      <segtitle>Installed Program(s)</segtitle>
    215217      <segtitle>Installed Librar(y,ies)</segtitle>
    216218      <segtitle>Installed Director(y,ies)</segtitle>
    217      
     219
    218220      <seglistitem>
    219221        <seg>PROGRAM1, PROGRAM2, and PROGRAM3</seg>
     
    225227      </seglistitem>
    226228    </segmentedlist>
    227    
     229
    228230    <variablelist>
    229231      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    230232      <?dbfo list-presentation="list"?>
    231233      <?dbhtml list-presentation="table"?>
    232      
     234
    233235      <!-- If the program or library name conflicts (is the same) as the
    234236      package name, add -prog or -lib to the varlistentry entity id
    235237      and the 2nd entry of the indexterm zone entity -->
    236      
     238
    237239      <varlistentry id="PROGRAM1">
    238240        <term><command>PROGRAM1</command></term>
     
    244246        </listitem>
    245247      </varlistentry>
    246      
     248
    247249      <varlistentry id="PROGRAM2">
    248250        <term><command>PROGRAM2</command></term>
     
    254256        </listitem>
    255257      </varlistentry>
    256      
     258
    257259      <varlistentry id="libLIBRARY1">
    258260        <term><filename class='libraryfile'>libLIBRARY1.[so,a]</filename></term>
     
    264266        </listitem>
    265267      </varlistentry>
    266      
     268
    267269    </variablelist>
    268    
    269   </sect2>
    270  
     270
     271  </sect2>
     272
    271273</sect1>
    272 
Note: See TracChangeset for help on using the changeset viewer.