Changeset 6fe407f4


Ignore:
Timestamp:
10/29/2022 10:44:36 PM (18 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
4c59e83
Parents:
395cf7d
Message:

Clarified comments in "template.xml".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r395cf7d r6fe407f4  
    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. -->
     
    3535
    3636  <!-- No other tags inside any title.
    37        Use Title Case in All Titles -->
     37       Use Title Case in All Titles
     38       (i.e., Capitalize Everything
     39       *Except* Articles, Short Prepositions,
     40       and Coordinating Conjunctions.-->
    3841  <title>TEMPLATE-&TEMPLATE-version;</title>
    3942
     
    112115      in the book (usually in a <sect1>). -->
    113116      <xref role="runtime" linkend="RUNTIME_DEPENDENCY"/> (runtime)
    114       <!-- Specifying that a dependency is a runtime one, may avoid circular
     117      <!-- Specifying that a dependency is a runtime one may avoid circular
    115118      dependencies. Add role="runtime" to help jhalfs -->
    116119    </para>
     
    142145      <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
    143146      <!-- 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
     147      of commas and "and". The order should be <xref> before <ulink>.-->
     148      <!-- See above for references to another package which is not a
    146149      dependency. -->
    147150    </para>
     
    175178      Select the appropriate sub-options that appear when the above options are
    176179      selected. As much as possible, the layout should be the same as in
    177       kernel menus.
     180      kernel configuration menus.
    178181    </para>
    179182
     
    198201    <!-- Optional paragraph. Add it when some instructions for building
    199202         documentation need optional or external packages. The remap="doc"
    200          attribute signals those kind of instructions. Note: instructions
     203         attribute signals that kind of instructions. Note: instructions
    201204         for generating documentation that can be built with
    202205         recommended/required/LFS book packages may be included in the
     
    211214    <!-- adjust the instructions as needed. -->
    212215
    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
     216    <!-- Optional paragraph. Use one of the two formats below about the test
     217         suite; delete the line that is not applicable. Of course, if the
    215218         test suite uses syntax other than 'make check', revise the
    216219         line to reflect the actual syntax to run the test suite -->
     
    375378           because I've noticed that many packages have had the "None"
    376379           removed and the section completely removed as well. The reasoning
    377            was that by putting "None", it appears as we know there are none.
     380           was that by putting "None", it appears as if we know there are none.
    378381           Without anything it appears as we are not sure. -->
    379382
     
    402405      <?dbhtml list-presentation="table"?>
    403406
    404       <!-- If the program or library name conflicts (is the same) as the
     407      <!-- If the program or library name conflicts with (is the same as) the
    405408      package name, add -prog or -lib to the varlistentry entity id
    406409      and the 2nd entry of the indexterm zone entity -->
Note: See TracChangeset for help on using the changeset viewer.