Changeset 529345e


Ignore:
Timestamp:
12/05/2023 05:18:41 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1
Children:
ecce62c
Parents:
b671ead (diff), dc8572f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb671ead r529345e  
    5858         /bin/bash obfuscate.sh $$filename;           \
    5959         sed -e "s@text/html@application/xhtml+xml@g" \
    60              -e "s/\xa9/\&copy;/ "                    \
    6160             -i $$filename;                           \
    6261   done;
  • appendices/dependencies.xml

    rb671ead r529345e  
    77  <!ENTITY systemd-udev "<phrase revision='systemd'>Systemd</phrase>
    88                         <phrase revision='sysv'>Udev</phrase>">
     9  <!ENTITY bdb "<ulink url='https://www.oracle.com/database/technologies/related/berkeleydb.html'>Berkeley DB</ulink>">
    910]>
    1011
     
    3031  the test suites. The fourth list of dependencies are packages that require
    3132  this package to be built and installed in its final location before they are
    32   built and installed. In most cases, this is because these packages will hard
    33   code paths to binaries within their scripts. If not built in a certain order,
    34   this could result in paths of /tools/bin/[binary] being placed inside scripts
    35   installed to the final system. This is obviously not desirable.</para>
     33  built and installed.</para>
    3634
    3735  <para>The last list of dependencies are optional packages that are not
     
    14871485        <seglistitem>
    14881486          <seg>
    1489             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
     1487            &bdb;,
    14901488            <ulink url="&blfs-book;postlfs/iptables.html">iptables</ulink>,
    14911489            <ulink url="&github;/libbpf/libbpf">libbpf</ulink>,
     
    24872485        <seglistitem>
    24882486          <seg>
    2489             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>
     2487            &bdb;
    24902488          </seg>
    24912489        </seglistitem>
     
    26562654        <seglistitem>
    26572655          <seg>
    2658             <ulink url="&blfs-book;server/db.html">Berkeley DB</ulink>,
     2656            &bdb;,
    26592657            <ulink url="&blfs-book;basicnet/libnsl.html">libnsl</ulink>,
    26602658            <ulink url="&blfs-book;server/sqlite.html">SQLite</ulink>, and
  • chapter01/changelog.xml

    rb671ead r529345e  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42
     43    <listitem>
     44      <para>2023-12-04</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[thomas] - Modify commands for install Python docs to avoid
     48          too restrictive permissions on the files and dirs.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem revision='sysv'>
     54      <para>2023-12-01</para>
     55      <itemizedlist>
     56        <listitem>
     57          <para>[xry111] - Restore NIC naming based on physical system
     58          characteristics.  Fixes
     59          <ulink url='&lfs-ticket-root;5386'>#5386</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
     63
     64    <listitem>
     65      <para>2023-11-30</para>
     66      <itemizedlist>
     67        <listitem>
     68           <para>[bdubbs] - Update to vim-9.0.2136. Addresses
     69           <ulink url='&lfs-ticket-root;4500'>#4500</ulink>.</para>
     70        </listitem>
     71        <listitem>
     72          <para>[bdubbs] - Update to iana-etc-20231117. Addresses
     73          <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
     74        </listitem>
     75        <listitem>
     76          <para>[bdubbs] - Update to bc-6.7.3.  Fixes
     77          <ulink url='&lfs-ticket-root;5385'>#5385</ulink>.</para>
     78        </listitem>
     79        <listitem>
     80          <para>[bdubbs] - Update to wheel-0.42.0 (Python Module).  Fixes
     81          <ulink url='&lfs-ticket-root;5384'>#5384</ulink>.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[bdubbs] - Update to perl-5.38.2.  Fixes
     85          <ulink url='&lfs-ticket-root;5383'>#5383</ulink>.</para>
     86        </listitem>
     87        <listitem>
     88          <para>[bdubbs] - Update to pkgconf-2.1.0.  Fixes
     89          <ulink url='&lfs-ticket-root;5382'>#5382</ulink>.</para>
     90        </listitem>
     91        <listitem>
     92          <para>[bdubbs] - Update to readline patches 002 through 007.  Fixes
     93          <ulink url='&lfs-ticket-root;5381'>#5381</ulink>.</para>
     94        </listitem>
     95        <listitem>
     96          <para>[bdubbs] - Update to openssl-3.2.0.  Fixes
     97          <ulink url='&lfs-ticket-root;5380'>#5380</ulink>.</para>
     98        </listitem>
     99        <listitem>
     100          <para>[bdubbs] - Update to setuptools-69.0.2.  Fixes
     101          <ulink url='&lfs-ticket-root;5379'>#5379</ulink>.</para>
     102        </listitem>
     103        <listitem>
     104          <para>[bdubbs] - Update to linux-6.6.3.  Fixes
     105          <ulink url='&lfs-ticket-root;5378'>#5378</ulink>.</para>
     106        </listitem>
     107        <listitem>
     108          <para>[bdubbs] - Update to meson-1.3.0.  Fixes
     109          <ulink url='&lfs-ticket-root;5377'>#5377</ulink>.</para>
     110        </listitem>
     111        <listitem>
     112          <para>[bdubbs] - Update to gettext-0.22.4.  Fixes
     113          <ulink url='&lfs-ticket-root;5376'>#5376</ulink>.</para>
     114        </listitem>
     115      </itemizedlist>
     116    </listitem>
     117
    42118    <listitem>
    43119      <para>2023-11-13</para>
  • chapter01/whatsnew.xml

    rb671ead r529345e  
    154154    </listitem>-->
    155155    <listitem>
    156       <para>Libelf-&elfutils-version; (from elfutils)</para>
     156      <para>Libelf from Elfutils-&elfutils-version;</para>
    157157    </listitem>
    158158    <!--<listitem>
     
    205205    </listitem>-->
    206206    <listitem>
     207      <para>Perl-&perl-version;</para>
     208    </listitem>
     209    <listitem>
    207210      <para>Pkgconf-&pkgconf-version;</para>
    208211    </listitem>
    209     <!--<listitem>
    210       <para>Perl-&perl-version;</para>
    211     </listitem>-->
    212212    <listitem>
    213213      <para>Procps-ng-&procps-ng-version;</para>
     
    253253    </listitem>-->
    254254    <!--<listitem revision="sysv">
    255        <para>Udev-&systemd-version; (from systemd)</para>
     255      <para>Udev from Systemd-&systemd-version;</para>
    256256    </listitem>-->
    257257    <listitem>
     
    299299    </listitem>
    300300
     301    <listitem>
     302      <para>&readline-fixes-patch;</para>
     303    </listitem>
     304
    301305  </itemizedlist>
    302306
     
    313317    </listitem>
    314318
     319    <listitem>
     320      <para>readline-8.2-upstream_fix-1.patch</para>
     321    </listitem>
     322
    315323  </itemizedlist>
    316324
  • chapter04/settingenviron.xml

    rb671ead r529345e  
    225225      <command>make</command> or set such an option in
    226226      <envar>MAKEFLAGS</envar>.  Doing so will allow <command>make</command>
    227       to spawn infinite build jobs and cause system stability issue.
     227      to spawn infinite build jobs and cause system stability problems.
    228228    </para>
    229229  </important>
  • chapter06/ncurses.xml

    rb671ead r529345e  
    7979        <term><parameter>--with-manpage-format=normal</parameter></term>
    8080        <listitem>
    81           <para>This prevents Ncurses installing compressed manual
     81          <para>This prevents Ncurses from installing compressed manual
    8282          pages, which may happen if the host distribution itself
    8383          has compressed manual pages.</para>
     
    9595        <term><parameter>--without-normal</parameter></term>
    9696        <listitem>
    97           <para>This prevents Ncurses building and installing static C
     97          <para>This prevents Ncurses from building and installing static C
    9898          libraries.</para>
    9999        </listitem>
     
    103103        <term><parameter>--without-debug</parameter></term>
    104104        <listitem>
    105           <para>This prevents Ncurses building and installing debug
     105          <para>This prevents Ncurses from building and installing debug
    106106          libraries.</para>
    107107        </listitem>
  • chapter07/chroot.xml

    rb671ead r529345e  
    3535    and Tar) in &ch-final; are not affected by <envar>MAKEFLAGS</envar>, they
    3636    use a <envar>TESTSUITEFLAGS</envar> environment variable instead. We
    37     set set that here as well for running these test suites with multiple cores.
     37    set that here as well for running these test suites with multiple cores.
    3838  </para>
    3939
  • chapter07/kernfs.xml

    rb671ead r529345e  
    108108
    109109<screen><userinput>if [ -h $LFS/dev/shm ]; then
    110   mkdir -pv $LFS/$(readlink $LFS/dev/shm)
     110  (cd $LFS/dev; mkdir $(readlink shm))
    111111else
    112112  mount -vt tmpfs -o nosuid,nodev tmpfs $LFS/dev/shm
  • chapter08/dbus.xml

    rb671ead r529345e  
    5757            --disable-doxygen-docs               \
    5858            --disable-xml-docs                   \
    59             --docdir=/usr/share/doc/dbus-&dbus-version;  \
     59            --docdir=/usr/share/doc/dbus-&dbus-version; \
    6060            --with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
    6161
  • chapter08/iproute2.xml

    rb671ead r529345e  
    4646    LFS. However, a directory and a man page for <command>arpd</command> will still
    4747    be installed. Prevent this by running the commands shown below.
    48     (If the <command>arpd</command> program is needed,
    49     instructions for compiling Berkeley DB can be found in the BLFS book at
    50     <ulink url="&blfs-book;server/db.html"/>.)
    5148    </para>
    5249
  • chapter08/python.xml

    rb671ead r529345e  
    156156<screen><userinput remap="install">install -v -dm755 /usr/share/doc/python-&python-version;/html
    157157
    158 tar --strip-components=1  \
    159     --no-same-owner       \
    160     --no-same-permissions \
    161     -C /usr/share/doc/python-&python-version;/html \
    162     -xvf ../python-&python-version;-docs-html.tar.bz2</userinput></screen>
     158tar --no-same-owner \
     159    -xvf ../python-&python-version;-docs-html.tar.bz2
     160cp -R --no-preserve=mode python-&python-version;-docs-html/* \
     161    /usr/share/doc/python-&python-version;/html</userinput></screen>
    163162
    164163    <variablelist>
     
    166165
    167166    <varlistentry>
    168       <term><option>--no-same-owner</option> and <option>--no-same-permissions</option></term>
     167      <term><option>--no-same-owner</option> (tar) and <option>--no-preserve=mode</option> (cp)</term>
    169168      <listitem>
    170169        <para>Ensure the installed files have the correct ownership and
    171170        permissions.  Without these options, <application>tar</application>
    172         will install the package files with the upstream creator's values.
     171        will install the package files with the upstream creator's values
     172        and files would have restrictive permissions.
    173173        </para>
    174174      </listitem>
  • chapter08/udev.xml

    rb671ead r529345e  
    5555
    5656 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
     57
     58    <para>Adjust the hardcoded paths to network configuration files for the
     59    standalone udev installation:</para>
     60
     61 <screen><userinput remap="pre">sed '/NETWORK_DIRS/s/systemd/udev/' -i src/basic/path-lookup.h</userinput></screen>
    5762
    5863    <para>Prepare Udev for compilation:</para>
     
    130135    <para>Install the package:</para>
    131136
    132     <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb,rules}.d
     137    <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb.d,rules.d,network}
    133138install -vm755 -d /usr/{lib,share}/pkgconfig
    134139install -vm755 udevadm                             /usr/bin/
     
    145150install -vm644 hwdb.d/*  ../hwdb.d/{*.hwdb,README} /usr/lib/udev/hwdb.d/
    146151install -vm755 $(find src/udev \
    147                       -type f -not -name '*.*')    /usr/lib/udev</userinput></screen>
     152                      -type f -not -name '*.*')    /usr/lib/udev
     153install -vm644 ../network/99-default.link          /usr/lib/udev/network</userinput></screen>
    148154
    149155    <para>Install some custom rules and support files useful in an LFS
     
    160166    --no-same-owner --strip-components=1                              \
    161167    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
     168                                  '*/systemd.link.5'                  \
    162169                                  '*/systemd-'{hwdb,udevd.service}.8
     170
     171sed 's|systemd/network|udev/network|'                                 \
     172    /usr/share/man/man5/systemd.link.5                                \
     173  > /usr/share/man/man5/udev.link.5
     174
    163175sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
    164176                               > /usr/share/man/man8/udev-hwdb.8
     177
    165178sed 's|lib.*udevd|sbin/udevd|'                                        \
    166179    /usr/share/man/man8/systemd-udevd.service.8                       \
    167180  > /usr/share/man/man8/udevd.8
    168 rm  /usr/share/man/man8/systemd-*.8</userinput></screen>
     181
     182rm /usr/share/man/man*/systemd*</userinput></screen>
    169183
    170184  </sect2>
  • packages.ent

    rb671ead r529345e  
    5858<!ENTITY bash-fin-sbu "1.1 SBU">
    5959
    60 <!ENTITY bc-version "6.7.2">
     60<!ENTITY bc-version "6.7.3">
    6161<!ENTITY bc-size "456 KB">
    6262<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    63 <!ENTITY bc-md5 "27c217ea495f73758f548eb2c6e10244">
     63<!ENTITY bc-md5 "a2e39a5be32330bc2166b0e501668178">
    6464<!ENTITY bc-home "https://git.gavinhoward.com/gavin/bc">
    6565<!ENTITY bc-fin-du "7.7 MB">
     
    246246<!ENTITY gdbm-fin-sbu "less than 0.1 SBU">
    247247
    248 <!ENTITY gettext-version "0.22.3">
    249 <!ENTITY gettext-size "9,997 KB">
     248<!ENTITY gettext-version "0.22.4">
     249<!ENTITY gettext-size "10,016 KB">
    250250<!ENTITY gettext-url "&gnu;gettext/gettext-&gettext-version;.tar.xz">
    251 <!ENTITY gettext-md5 "460b38ae5e520253dcd06165dd3e281f">
     251<!ENTITY gettext-md5 "2d8507d003ef3ddd1c172707ffa97ed8">
    252252<!ENTITY gettext-home "&gnu-software;gettext/">
    253253<!ENTITY gettext-tmp-du "306 MB">
     
    318318<!ENTITY gzip-fin-sbu "0.3 SBU">
    319319
    320 <!ENTITY iana-etc-version "20231107">
    321 <!ENTITY iana-etc-size "589 KB">
     320<!ENTITY iana-etc-version "20231117">
     321<!ENTITY iana-etc-size "588 KB">
    322322<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
    323 <!ENTITY iana-etc-md5 "01331998d26d5beb592c12b06b2eeb24">
     323<!ENTITY iana-etc-md5 "f26b37a03a211ddd4e9c7189191e2772">
    324324<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    325325<!ENTITY iana-etc-fin-du "4.8 MB">
     
    432432<!ENTITY linux-major-version "6">
    433433<!ENTITY linux-minor-version "6">
    434 <!ENTITY linux-patch-version "1">
     434<!ENTITY linux-patch-version "3">
    435435<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    436436<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    437 <!ENTITY linux-size "136,730 KB">
     437<!ENTITY linux-size "136,763 KB">
    438438<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    439 <!ENTITY linux-md5 "90291279ca684fb8cfa59b2ae75b6fe0">
     439<!ENTITY linux-md5 "3a760f5ac7d37b62dda9a4ca89f5fd96">
    440440<!ENTITY linux-home "https://www.kernel.org/">
    441441<!-- measured for 6.5.3 / gcc-13.2.0 on x86_64 with -j4 : minimum is
     
    495495<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
    496496
    497 <!ENTITY meson-version "1.2.3">
    498 <!ENTITY meson-size "2,134 KB">
     497<!ENTITY meson-version "1.3.0">
     498<!ENTITY meson-size "2,171 KB">
    499499<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    500 <!ENTITY meson-md5 "69da4c63ef06c9d3bcc00ce89abb306f">
     500<!ENTITY meson-md5 "35dc15e4f94ca5fd30dbe2d88a672254">
    501501<!ENTITY meson-home "https://mesonbuild.com">
    502502<!ENTITY meson-fin-du "42 MB">
     
    537537<!ENTITY ninja-fin-sbu "0.3 SBU">
    538538
    539 <!ENTITY openssl-version "3.1.4">
    540 <!ENTITY openssl-size "15,205 KB">
     539<!ENTITY openssl-version "3.2.0">
     540<!ENTITY openssl-size "17,284 KB">
    541541<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    542 <!ENTITY openssl-md5 "653ad58812c751b887e8ec37e02bba70">
     542<!ENTITY openssl-md5 "7903549a14abebc5c323ce4e85f2cbb2">
    543543<!ENTITY openssl-home "https://www.openssl.org/">
    544544<!ENTITY openssl-fin-du "587 MB">
     
    557557<!ENTITY perl-version-major "5">
    558558<!ENTITY perl-version-minor "38">
    559 <!ENTITY perl-version-patch "0">
     559<!ENTITY perl-version-patch "2">
    560560<!ENTITY perl-version-min "&perl-version-major;.&perl-version-minor;">
    561561<!ENTITY perl-version "&perl-version-major;.&perl-version-minor;.&perl-version-patch;">
    562 <!ENTITY perl-size "13,248 KB">
     562<!ENTITY perl-size "13,359 KB">
    563563<!ENTITY perl-url "https://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
    564 <!ENTITY perl-md5 "e1c8aaec897dd386c741f97eef9f2e87">
     564<!ENTITY perl-md5 "d3957d75042918a23ec0abac4a2b7e0a">
    565565<!ENTITY perl-home "https://www.perl.org/">
    566566<!ENTITY perl-tmp-du "280 MB">
     
    569569<!ENTITY perl-fin-sbu "7.1 SBU">
    570570
    571 <!ENTITY pkgconf-version "2.0.3">
    572 <!ENTITY pkgconf-size "304 KB">
     571<!ENTITY pkgconf-version "2.1.0">
     572<!ENTITY pkgconf-size "305 KB">
    573573<!ENTITY pkgconf-url "https://distfiles.ariadne.space/pkgconf/pkgconf-&pkgconf-version;.tar.xz">
    574 <!ENTITY pkgconf-md5 "b82ca48ed3097adfa007ee71489b6719">
     574<!ENTITY pkgconf-md5 "0f2eadbb9dea5aed95147272ae1592cc">
    575575<!ENTITY pkgconf-home "http://pkgconf.org/">
    576576<!ENTITY pkgconf-fin-du "4.6 MB">
     
    629629<!ENTITY sed-fin-sbu "0.3 SBU">
    630630
    631 <!ENTITY setuptools-version "68.2.2">
    632 <!ENTITY setuptools-size "2,152 KB">
     631<!ENTITY setuptools-version "69.0.2">
     632<!ENTITY setuptools-size "2,168 KB">
    633633<!ENTITY setuptools-url "&pypi-src;/s/setuptools/setuptools-&setuptools-version;.tar.gz">
    634 <!ENTITY setuptools-md5 "d967ca2ba7f46db887daee2d5c9bd6a2">
     634<!ENTITY setuptools-md5 "32bcc14eb830a13fbf33e053286f1081">
    635635<!ENTITY setuptools-home "&pypi-home;/setuptools/">
    636636<!ENTITY setuptools-fin-du "30 MB">
     
    736736<!ENTITY util-linux-fin-sbu "0.5 SBU">
    737737
    738 <!ENTITY vim-version "9.0.2103">
     738<!ENTITY vim-version "9.0.2136">
    739739<!-- <!ENTITY vim-majmin "90"> -->
    740740<!ENTITY vim-docdir "vim/vim90">
    741 <!ENTITY vim-size "11,193 KB">
    742 <!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    743 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.xz">
    744 <!ENTITY vim-md5 "1af1d018026234d085a82348703461ce">
     741<!ENTITY vim-size "16,989 KB">
     742<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
     743<!--<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">-->
     744<!ENTITY vim-md5 "8dcf113cb690bcdd13d75a4e7c2e3a62">
    745745<!ENTITY vim-home "https://www.vim.org">
    746746<!ENTITY vim-fin-du "229 MB">
    747747<!ENTITY vim-fin-sbu "2.3 SBU">
    748748
    749 <!ENTITY wheel-version "0.41.3">
     749<!ENTITY wheel-version "0.42.0">
    750750<!ENTITY wheel-size "97 KB">
    751751<!ENTITY wheel-url "&pypi-src;/w/wheel/wheel-&wheel-version;.tar.gz">
    752 <!ENTITY wheel-md5 "c66db2f3a50d5659994fa974138d4002">
     752<!ENTITY wheel-md5 "802ad6e5f9336fcb1c76b7593f0cd22d">
    753753<!ENTITY wheel-home "&pypi-home;/wheel/">
    754754<!ENTITY wheel-fin-du "1.5 MB">
  • patches.ent

    rb671ead r529345e  
    2727<!ENTITY kbd-backspace-patch-size "12 KB">
    2828
    29 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fix-1.patch">
    30 <!ENTITY readline-fixes-patch-md5 "dd1764b84cfca6b677f44978218a75da">
    31 <!ENTITY readline-fixes-patch-size "1.3 KB">
     29<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-2.patch">
     30<!ENTITY readline-fixes-patch-md5 "d2477ebe908cc99763d90dde7fd9549a">
     31<!ENTITY readline-fixes-patch-size "5.7 KB">
    3232
    3333<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
  • stylesheets/lfs-xsl/chunk-slave.xsl

    rb671ead r529345e  
    1010  <!-- Upstream XHTML presentation templates -->
    1111  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    12 
    13   <!-- Use ISO-8859-1 for output instead of default UTF-8 -->
    14   <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    1512
    1613  <!-- Including our customized elements templates -->
  • tidy.conf

    rb671ead r529345e  
    22wrap: 78
    33tab-size: 8
    4 input-encoding: latin1
    5 output-encoding: latin1
    64write-back: yes
    75markup: yes
Note: See TracChangeset for help on using the changeset viewer.