Changeset eaf6a1cd for template


Ignore:
Timestamp:
04/23/2005 06:02:51 PM (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:
343fb6d
Parents:
a16cb066
Message:

Updated template.xml to match current edguide.
Updated stylesheets to match the new tagging.
Retagged nfs-utils.xml to match current template.xml and edguide tags policies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    ra16cb066 reaf6a1cd  
    2525
    2626<?dbhtml filename="TEMPLATE.html"?>
    27 <title><application>TEMPLATE</application>-&TEMPLATE-version;</title>
     27<!-- No <application> tags in any title-->
     28<title>TEMPLATE-&TEMPLATE-version;</title>
    2829<indexterm zone="TEMPLATE">
    2930  <primary sortas="a-TEMPLATE">TEMPLATE</primary>
    3031</indexterm>
    3132
    32 <sect2>
    33 <title>Introduction to <application>TEMPLATE</application></title>
     33<!-- Added role attibutes to <sect2> tags to allow to have a different look
     34for each section, if needed-->
     35<sect2 role="package">
     36<title>Introduction to TEMPLATE</title>
    3437
    3538<para>The <application>TEMPLATE</application> package contains...
    3639This is useful for...</para>
    3740
    38 <sect3><title>Package information</title>
     41<!-- Replaced <sect3> and <sect4> tags by <bridgehead> in this section
     42to reduce the number of <sectX> to be processed if numbered sections is
     43wanted in the future.-->
     44<bridgehead renderas="sect3">Package information</bridgehead>
    3945<itemizedlist spacing="compact">
    4046  <listitem><para>Download (HTTP):
     
    4955    &TEMPLATE-buildsize;</para></listitem>
    5056  <listitem><para>Estimated build time:
    51     &TEMPLATE-time;</para></listitem></itemizedlist>
    52 </sect3>
    53 
    54 <sect3>
    55   <title>Additional downloads</title>
    56   <itemizedlist spacing="compact">
    57     <listitem><para>Required patch: <ulink
    58       url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para>
    59     </listitem>
    60   </itemizedlist>
    61 </sect3>
    62 
    63 <sect3><title><application>TEMPLATE</application> dependencies</title>
    64   <sect4><title>Required</title>
    65     <para><xref linkend="BLFS DEPENDENCY"/></para>
    66   </sect4>
    67 
    68   <sect4><title>Optional</title>
    69     <para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
    70   </sect4>
    71 </sect3>
    72 
    73 </sect2>
    74 
    75 <sect2>
    76 <title>Installation of <application>TEMPLATE</application></title>
     57    &TEMPLATE-time;</para></listitem>
     58</itemizedlist>
     59
     60<bridgehead renderas="sect3">Additional downloads</bridgehead>
     61<itemizedlist spacing="compact">
     62  <listitem><para>Required patch: <ulink
     63    url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para>
     64  </listitem>
     65</itemizedlist>
     66
     67<bridgehead renderas="sect3">TEMPLATE dependencies</bridgehead>
     68
     69<bridgehead renderas="sect4">Required</bridgehead>
     70<para><xref linkend="BLFS DEPENDENCY"/></para>
     71
     72<bridgehead renderas="sect4">Optional</bridgehead>
     73<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
     74
     75</sect2>
     76
     77<sect2 role="installation">
     78<title>Installation of TEMPLATE</title>
    7779
    7880<para>Install <application>TEMPLATE</application> by running the following
    7981commands:</para>
    8082
    81 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    82 make</command></userinput></screen>
    83 
    84 <para>Now, as the root user:</para>
    85 
    86 <screen><userinput role='root'><command>make install</command></userinput></screen>
    87 
    88 </sect2>
    89 
    90 <sect2>
     83<!-- Removed <command> tags. For file creation commands <literal> tags must be added
     84enclosing the actual text-->
     85<screen><userinput>./configure --prefix=/usr &amp;&amp;
     86make</userinput></screen>
     87
     88<!--Added the test sute execution-->
     89<para>To test the results, issue: <command>make check</command>.</para>
     90
     91<!--Added <systemitem> tag-->
     92<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     93
     94<!--Changed where the role attribute is placed-->
     95<screen role="root"><userinput>make install</userinput></screen>
     96
     97</sect2>
     98
     99<sect2 role="commands">
    91100<title>Command explanations</title>
    92101
     
    101110</sect2>
    102111
    103 <sect2>
    104 <title>Configuring <application>TEMPLATE</application></title>
     112<sect2 role="configuration">
     113<title>Configuring TEMPLATE</title>
    105114
    106115<sect3 id="TEMPLATE-config">
     
    119128
    120129<sect3><title>Configuration information</title>
    121 
    122   <para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah
    123     about config.</para>
    124 
    125   <para id="TEMPLATE-init">To automatically start the
    126     <command>TEMPLATE</command> daemon when the system is rebooted, install the
     130 
     131  <!--Making this part more proper-->
     132  <para>Blah blah blah about config.</para>
     133
     134<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
     135 
     136<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
     137
     138  <!-- File creation-->
     139  <para>Create the file .... for ...</para>
     140 
     141<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
     142<literal># Begin FILENAME
     143
     144TEXT
     145   
     146# End FILENAME</literal>
     147EOF</userinput></screen>
     148    <!-- -->
     149   
     150  <sect3  id="TEMPLATE-init">
     151  <title>Boot Scripts</title>
     152 
     153    <para>To automatically start the <command>TEMPLATE</command> daemon
     154    when the system is rebooted, install the
    127155    <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
    128156    <xref linkend="intro-important-bootscripts"/> package.</para>
     
    132160  </indexterm>
    133161
    134 <screen><userinput role='root'><command>make install-TEMPLATE</command></userinput></screen>
     162<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
     163
    135164</sect3>
    136165
    137166</sect2>
    138167
    139 <sect2>
     168<sect2 role="content">
    140169<title>Contents</title>
    141170
     
    146175
    147176  <seglistitem>
    148     <seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg>
    149     <seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg>
     177    <seg>PROGRAM1, PROGRAM2, and PROGRAM3</seg>
     178    <seg>libLIBRARY1, libLIBRARY2, and libLIBRARY3</seg>
    150179    <seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
    151180         /usr/share/TEMPLATE-&TEMPLATE-version;,
    152          /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
     181         /usr/share/doc/TEMPLATE-&TEMPLATE-version;, and
    153182         /var/lib/TEMPLATE</seg>
    154183  </seglistitem>
     
    158187  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    159188  <?dbfo list-presentation="list"?>
     189  <!--Render this as a table for HTML output-->
     190  <?dbhtml list-presentation="table"?>
    160191
    161192<!-- If the program or library name conflicts (is the same) as the
Note: See TracChangeset for help on using the changeset viewer.