Changeset f6ec478


Ignore:
Timestamp:
11/22/2005 07:34:08 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cf341b4
Parents:
c2e7686
Message:

Updated to HTML Tidy-051026; also updated the docs to 051020 and changed the documentation directory to a versioned name

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5297 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc2e7686 rf6ec478  
    121121<!ENTITY intltool-version             "0.34.1">
    122122<!ENTITY screen-version               "4.0.2">
    123 <!ENTITY tidy-version                 "051013">
     123<!ENTITY tidy-version                 "051026">
    124124<!ENTITY desktop-file-utils-version   "0.10">
    125125<!ENTITY xscreensaver-version         "4.22">
  • general/genutils/tidy.xml

    rc2e7686 rf6ec478  
    77  <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
    88  <!ENTITY tidy-download-ftp  " ">
    9   <!ENTITY tidy-md5sum        "d34aa44b7f8e88e346f37c1febded54a">
    10   <!ENTITY tidy-size          "250 KB">
     9  <!ENTITY tidy-md5sum        "1e39fafd6808978871346658c8da1454">
     10  <!ENTITY tidy-size          "256 KB">
    1111  <!ENTITY tidy-buildsize     "10.3 MB">
    1212  <!ENTITY tidy-time          "0.2 SBU">
    1313
    14   <!ENTITY tidy-docs-version  "050705">
     14  <!ENTITY tidy-docs-version  "051020">
    1515  <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz">
    16   <!ENTITY tidy-docs-md5sum   "2e6533fc48b077ff6243deaf21a781de">
     16  <!ENTITY tidy-docs-md5sum   "86de2f198e57399c063d2567b2a25628">
    1717  <!ENTITY tidy-docs-size     "150 KB">
    1818]>
     
    3636
    3737    <para>The <application>HTML Tidy</application> package contains a
    38     command line tool and libraries used to read HTML, XHTML and XML
    39     files and write cleaned up markup. It detects and corrects many common coding
     38    command line tool and libraries used to read HTML, XHTML and XML files
     39    and write cleaned up markup. It detects and corrects many common coding
    4040    errors and strives to produce visually equivalent markup that is both
    4141    W3C compliant and compatible with most browsers.</para>
     
    6767      updated very frequently by its maintainers, and the source package listed
    6868      above may not be available at the listed URL due to the
    69       release of a newer version. The most current source package can be always be
    70       downloaded from <ulink url="http://tidy.sourceforge.net/src/"/>. If this
    71       version is newer than the version listed above, the following instructions
    72       should work, but have not yet been tested by BLFS. If you'd rather download
    73       the version listed above, you can find it at
     69      release of a newer version. The most current source package can be always
     70      be downloaded from <ulink url="http://tidy.sourceforge.net/src/"/>. If
     71      this version is newer than the version listed above, the following
     72      instructions should work, but have not yet been tested by the BLFS team.
     73      If you'd rather download the version listed above, you can find it at
    7474      <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para>
    7575    </note>
     
    113113
    114114    <para>The <application>HTML Tidy</application> documentation
    115     is contained in a separate tarball. Unpack both the source and docs tarballs
    116     before starting the build.</para>
     115    is contained in a separate tarball. Unpack both the source and docs
     116    tarballs before starting the build.</para>
    117117
    118118    <para>Install <application>HTML Tidy</application> by
     
    151151    user:</para>
    152152
    153 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy &amp;&amp;
    154 cp -v -R htmldoc/* /usr/share/doc/tidy</userinput></screen>
     153<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy-&tidy-docs-version; &amp;&amp;
     154cp -v -R htmldoc/* /usr/share/doc/tidy-&tidy-docs-version;</userinput></screen>
    155155
    156156  </sect2>
     
    160160
    161161    <para><command>sh build/gnuauto/setup.sh</command>: This command prepares
    162     the source tree for building using the GNU <quote>Auto</quote> tools.</para>
     162    the source tree for building using the GNU <quote>Auto</quote>
     163    tools.</para>
    163164
    164165  </sect2>
     
    179180
    180181      <para>The default configuration options can be set in the file defined in
    181       <envar>$HTML_TIDY</envar>. Additional configuration options can be passed to
    182       <command>tidy</command> via command line parameters or the
     182      <envar>$HTML_TIDY</envar>. Additional configuration options can be passed
     183      to <command>tidy</command> via command line parameters or the
    183184      <option>-config &lt;file&gt;</option> parameter.</para>
    184185
     
    197198    <seg>tab2space and tidy</seg>
    198199    <seg>libtidy.[so,a]</seg>
    199     <seg>/usr/share/doc/tidy</seg>
     200    <seg>/usr/share/doc/tidy-&tidy-docs-version;</seg>
    200201    </seglistitem>
    201202    </segmentedlist>
  • introduction/welcome/changelog.xml

    rc2e7686 rf6ec478  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to HTML Tidy-051026. Also updated the docs to
     49          051020 and changed the documentation directory to a versioned
     50          name.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Updated to FriBidi-0.10.7.</para>
    4954        </listitem>
Note: See TracChangeset for help on using the changeset viewer.