Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r8558044 r3f2db3a6  
    1515  <!ENTITY TEMPLATE-buildsize     "?? MB">
    1616  <!ENTITY TEMPLATE-time          "?? SBU">
    17 <!-- SBU should be rounded to integer if greater than 10, to one
    18      decimal if below 10, and should be "less than 0.1 SBU" if
    19      below 0.1. If the SBU without parallelisation is too long,
     17<!-- SBU should be rounded to nearer integer if greater than 10, to one
     18     decimal if less than 10, and should be "less than 0.1 SBU" if
     19     less than 0.1. If the SBU without parallelisation is too long,
    2020     it is acceptable to give the value "with parallelism=N", where
    21      N is the number of threads used. Note that some build system
     21     N is the number of threads used. Note that some build systems
    2222     automatically fix N equal to the number of available CPU cores
    2323     on the machine. -->
     
    2828  <?dbhtml filename="TEMPLATE.html"?>
    2929
    30   <sect1info>
    31     <!-- this part gets updated when rendering the book on rivendell.
    32       In your local copy, it is just $Date$ -->
    33     <date>$Date$</date>
    34   </sect1info>
    3530
    3631  <!-- No other tags inside any title.
    37        Use Title Case in All Titles -->
     32       Use Title Case in All Titles
     33       (i.e., Capitalize Everything
     34       *Except* Articles, Short Prepositions,
     35       and Coordinating Conjunctions.-->
    3836  <title>TEMPLATE-&TEMPLATE-version;</title>
    3937
     
    112110      in the book (usually in a <sect1>). -->
    113111      <xref role="runtime" linkend="RUNTIME_DEPENDENCY"/> (runtime)
    114       <!-- Specifying that a dependency is a runtime one, may avoid circular
     112      <!-- Specifying that a dependency is a runtime one may avoid circular
    115113      dependencies. Add role="runtime" to help jhalfs -->
    116114    </para>
     
    142140      <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
    143141      <!-- notice no period as this is not a sentence. See above for the use
    144       of commas and "and". The order should <xref> before <ulink>.-->
    145       <!-- See above how to refer to another package, which is not a
     142      of commas and "and". The order should be <xref> before <ulink>.-->
     143      <!-- See above for references to another package which is not a
    146144      dependency. -->
    147145    </para>
     
    175173      Select the appropriate sub-options that appear when the above options are
    176174      selected. As much as possible, the layout should be the same as in
    177       kernel menus.
     175      kernel configuration menus.
    178176    </para>
    179177
     
    198196    <!-- Optional paragraph. Add it when some instructions for building
    199197         documentation need optional or external packages. The remap="doc"
    200          attribute signals those kind of instructions. Note: instructions
     198         attribute signals that kind of instructions. Note: instructions
    201199         for generating documentation that can be built with
    202200         recommended/required/LFS book packages may be included in the
     
    211209    <!-- adjust the instructions as needed. -->
    212210
    213     <!-- Optional paragraph. Use one of the two mentions below about a test
    214          suite, delete the line that is not applicable. Of course, if the
     211    <!-- Optional paragraph. Use one of the two formats below about the test
     212         suite; delete the line that is not applicable. Of course, if the
    215213         test suite uses syntax other than 'make check', revise the
    216214         line to reflect the actual syntax to run the test suite -->
     
    375373           because I've noticed that many packages have had the "None"
    376374           removed and the section completely removed as well. The reasoning
    377            was that by putting "None", it appears as we know there are none.
     375           was that by putting "None", it appears as if we know there are none.
    378376           Without anything it appears as we are not sure. -->
    379377
     
    402400      <?dbhtml list-presentation="table"?>
    403401
    404       <!-- If the program or library name conflicts (is the same) as the
     402      <!-- If the program or library name conflicts with (is the same as) the
    405403      package name, add -prog or -lib to the varlistentry entity id
    406404      and the 2nd entry of the indexterm zone entity -->
Note: See TracChangeset for help on using the changeset viewer.