Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r3f2db3a6 r8558044  
    1515  <!ENTITY TEMPLATE-buildsize     "?? MB">
    1616  <!ENTITY TEMPLATE-time          "?? SBU">
    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,
     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,
    2020     it is acceptable to give the value "with parallelism=N", where
    21      N is the number of threads used. Note that some build systems
     21     N is the number of threads used. Note that some build system
    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>
    3035
    3136  <!-- No other tags inside any title.
    32        Use Title Case in All Titles
    33        (i.e., Capitalize Everything
    34        *Except* Articles, Short Prepositions,
    35        and Coordinating Conjunctions.-->
     37       Use Title Case in All Titles -->
    3638  <title>TEMPLATE-&TEMPLATE-version;</title>
    3739
     
    110112      in the book (usually in a <sect1>). -->
    111113      <xref role="runtime" linkend="RUNTIME_DEPENDENCY"/> (runtime)
    112       <!-- Specifying that a dependency is a runtime one may avoid circular
     114      <!-- Specifying that a dependency is a runtime one, may avoid circular
    113115      dependencies. Add role="runtime" to help jhalfs -->
    114116    </para>
     
    140142      <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
    141143      <!-- notice no period as this is not a sentence. See above for the use
    142       of commas and "and". The order should be <xref> before <ulink>.-->
    143       <!-- See above for references to another package which is not a
     144      of commas and "and". The order should <xref> before <ulink>.-->
     145      <!-- See above how to refer to another package, which is not a
    144146      dependency. -->
    145147    </para>
     
    173175      Select the appropriate sub-options that appear when the above options are
    174176      selected. As much as possible, the layout should be the same as in
    175       kernel configuration menus.
     177      kernel menus.
    176178    </para>
    177179
     
    196198    <!-- Optional paragraph. Add it when some instructions for building
    197199         documentation need optional or external packages. The remap="doc"
    198          attribute signals that kind of instructions. Note: instructions
     200         attribute signals those kind of instructions. Note: instructions
    199201         for generating documentation that can be built with
    200202         recommended/required/LFS book packages may be included in the
     
    209211    <!-- adjust the instructions as needed. -->
    210212
    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
     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
    213215         test suite uses syntax other than 'make check', revise the
    214216         line to reflect the actual syntax to run the test suite -->
     
    373375           because I've noticed that many packages have had the "None"
    374376           removed and the section completely removed as well. The reasoning
    375            was that by putting "None", it appears as if we know there are none.
     377           was that by putting "None", it appears as we know there are none.
    376378           Without anything it appears as we are not sure. -->
    377379
     
    400402      <?dbhtml list-presentation="table"?>
    401403
    402       <!-- If the program or library name conflicts with (is the same as) the
     404      <!-- If the program or library name conflicts (is the same) as the
    403405      package name, add -prog or -lib to the varlistentry entity id
    404406      and the 2nd entry of the indexterm zone entity -->
Note: See TracChangeset for help on using the changeset viewer.