Changeset 0f27fb5


Ignore:
Timestamp:
08/25/2024 07:23:17 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk
Children:
dadb1c9f
Parents:
ebf46bd4
git-author:
Andrew Kreimer <algonell@…> (08/24/2024 07:26:33 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/25/2024 07:23:17 AM)
Message:

Fix typos

Signed-off-by: Andrew Kreimer <algonell@…>

Location:
stylesheets
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/chunkfast.xsl

    rebf46bd4 r0f27fb5  
    99
    1010   <!-- Top-level chunked code for fast processing.
    11         Import standart customized chunk code.
     11        Import standard customized chunk code.
    1212        Replaces {docbook-xsl}/xhtml/chunkfast.xsl
    1313
  • stylesheets/lfs-xsl/common.xsl

    rebf46bd4 r0f27fb5  
    3737
    3838    <!-- indexterm:
    39            Dropping unneeded anchors and fo:wraper elemments. -->
     39           Dropping unneeded anchors and fo:wrapper elemments. -->
    4040    <!-- The original templates are in {docbook-xsl}/{xhtml,fo}/index.xsl -->
    4141  <xsl:template match="indexterm"/>
     
    112112        <xsl:when test="$section.autolabel != 0">
    113113          <xsl:choose>
    114             <!-- If the first sect2 isn't numbered, renumber the remainig sections -->
     114            <!-- If the first sect2 isn't numbered, renumber the remaining sections -->
    115115            <xsl:when test="string-length(../sect2[1]/title) = 0">
    116116              <xsl:variable name="totalsect2">
  • stylesheets/lfs-xsl/lfs.css

    rebf46bd4 r0f27fb5  
    168168}
    169169
    170 /* Except for the forst page (TOC), where the bottom is the only
     170/* Except for the first page (TOC), where the bottom is the only
    171171   place where navigation is displayed. */
    172172
  • stylesheets/lfs-xsl/nochunks.xsl

    rebf46bd4 r0f27fb5  
    8484
    8585    <!-- The CSS Stylesheet:
    86            Note: there is some diferences with lfs.css code releated
     86           Note: there is some differences with lfs.css code related
    8787                 to h* values, admonitions and no navigational code. -->
    8888    <!-- The original template is in {docbook-xsl}/xhtml/docbook.xsl -->
  • stylesheets/lfs-xsl/pdf.xsl

    rebf46bd4 r0f27fb5  
    2828  <xsl:include href="pdf/lfs-xref.xsl"/>
    2929
    30     <!-- Activating FOP-1 extensions. We use FOP-0.93 as the FO procesor. -->
     30    <!-- Activating FOP-1 extensions. We use FOP-0.93 as the FO processor. -->
    3131  <xsl:param name="fop1.extensions" select="1"/>
    3232
    33     <!-- Desactivate draft mode at all. -->
     33    <!-- Deactivate draft mode at all. -->
    3434  <xsl:param name="draft.mode" select="'no'"/>
    3535
     
    9393         FOP-0.93 supports now @keep-*.*, @orphans, and @widows attributes,
    9494         that solves several page break issues.
    95          It also supports the soft page break procesing instruction included
     95         It also supports the soft page break processing instruction included
    9696         in the DocBook stylesheets.
    9797         But some times we may need hard page breaks for final book versions. -->
  • stylesheets/lfs-xsl/pdf/lfs-lists.xsl

    rebf46bd4 r0f27fb5  
    4040
    4141    <!-- varlistentry mode block:
    42            Addibg a bullet, left alignament, and @kepp-*.* attributes
    43            for packages and paches list. -->
     42           Addibg a bullet, left alignment, and @kepp-*.* attributes
     43           for packages and patches list. -->
    4444    <!-- The original template is in {docbook-xsl}/fo/list.xsl -->
    4545  <xsl:template match="varlistentry" mode="vl.as.blocks">
     
    136136
    137137    <!-- simplelist:
    138            Self-made template. Wrap it into a fo:block and process member childs.
     138           Self-made template. Wrap it into a fo:block and process member child.
    139139           If @type is specified, the original templates will be used.
    140140           NOTE: when using type='horiz' or type='vert', FOP-0.93 will complaints
  • stylesheets/lfs-xsl/pdf/lfs-mixed.xsl

    rebf46bd4 r0f27fb5  
    66
    77  <!-- This stylesheet contains misc params, attribute sets and templates
    8        for output formating.
     8       for output formatting.
    99       This file is for that templates that don't fit in other files. -->
    1010
     
    103103
    104104    <!-- literal:
    105            Be sure that literal will use allways normal font weight. -->
     105           Be sure that literal will use always normal font weight. -->
    106106    <!-- The original template is in {docbook-xsl}/fo/inline.xsl -->
    107107  <xsl:template match="literal">
     
    114114           Added hyphenate-url support to classname, exceptionname, interfacename,
    115115           methodname, computeroutput, constant, envar, filename, function, code,
    116            literal, option, promt, systemitem, varname, sgmltag, tag, and uri -->
     116           literal, option, prompt, systemitem, varname, sgmltag, tag, and uri -->
    117117    <!-- The original template is in {docbook-xsl}/fo/inline.xsl -->
    118118  <xsl:template name="inline.monoseq">
  • stylesheets/lfs-xsl/pdf/lfs-pagesetup.xsl

    rebf46bd4 r0f27fb5  
    177177
    178178    <!-- chapter title:
    179            Small font size and left alignament. -->
     179           Small font size and left alignment. -->
    180180    <!-- The original template is in {docbook-xsl}/fo/titlepage.templates.xsl -->
    181181  <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode">
  • stylesheets/lfs-xsl/xhtml/lfs-mixed.xsl

    rebf46bd4 r0f27fb5  
    55                version="1.0">
    66
    7   <!-- This stylesheet contains misc templates for output formating.
     7  <!-- This stylesheet contains misc templates for output formatting.
    88       This file is for that templates that don't fit in other files
    9        and that not afect the chunk algorithm. -->
     9       and that don't affect the chunk algorithm. -->
    1010
    1111  <!-- Individual elements templates -->
     
    188188
    189189    <!-- para/simplelist:
    190            Self-made template. Add a line break and process the childs.
     190           Self-made template. Add a line break and process the child.
    191191           If @type is specified, the original templates should be used,
    192192           but not tested. -->
     
    209209
    210210
    211   <!-- Named formating templates -->
     211  <!-- Named formatting templates -->
    212212
    213213    <!-- Body attributes:
  • stylesheets/lfs-xsl/xhtml/lfs-sections.xsl

    rebf46bd4 r0f27fb5  
    146146
    147147    <!-- sect1:
    148            When there is a role attibute, use it as the class value.
     148           When there is a role attribute, use it as the class value.
    149149           Process the SVN keywords found in sect1info as a footnote.
    150150           Output title before the containing <div> so that the title
     
    172172
    173173    <!-- sect2:
    174            When there is a role attibute, use it as the class value.
     174           When there is a role attribute, use it as the class value.
    175175           Removed unused code. -->
    176176    <!-- The original template is in {docbook-xsl}/xhtml/sections.xsl -->
     
    196196
    197197    <!-- sect3: treat as sect2 (for Python and Perl modules
    198            When there is a role attibute, use it as the class value.
     198           When there is a role attribute, use it as the class value.
    199199           Removed unused code. -->
    200200    <!-- The original template is in {docbook-xsl}/xhtml/sections.xsl -->
  • stylesheets/lfs-xsl/xhtml/lfs-toc.xsl

    rebf46bd4 r0f27fb5  
    6666
    6767    <!-- toc.line:
    68            Adding the h* tags and dropping unneded links.
     68           Adding the h* tags and dropping unneeded links.
    6969           This template is a full re-made version of the original one. -->
    7070    <!-- The original template is in {docbook-xsl}/xhtml/autotoc.xsl -->
  • stylesheets/patcheslist.xsl

    rebf46bd4 r0f27fb5  
    5757
    5858  <xsl:template match="//ulink">
    59       <!-- Match only local patches links and skip duplicated URLs splitted for PDF output-->
     59      <!-- Match only local patches links and skip duplicated URLs split for PDF output-->
    6060    <xsl:if test="contains(@url, '.patch') and contains(@url, '&patch-root;')
    6161            and not(ancestor-or-self::*/@condition = 'pdf')">
  • stylesheets/wget-list.xsl

    rebf46bd4 r0f27fb5  
    5151      <!-- The next strings need be revised periodically to add missing
    5252      files or to skip false positives. Skip also possible
    53       duplicated URLs that may be splitted for PDF output -->
     53      duplicated URLs that may be split for PDF output -->
    5454    <xsl:if test="(contains(@url, '.gz') or contains(@url, '.bz2')
    5555                  or contains(@url, '.tgz') or contains(@url, '.tar')
     
    7474      <!-- The next strings need be revised periodically to add missing
    7575      files or to skip false positives. Skip also possible
    76       duplicated URLs that may be splitted for PDF output -->
     76      duplicated URLs that may be split for PDF output -->
    7777    <xsl:if test="(contains(@url, '.gz') or contains(@url, '.bz2')
    7878                  or contains(@url, '.tgz') or contains(@url, '.tar')
Note: See TracChangeset for help on using the changeset viewer.