Changeset 0124b3a


Ignore:
Timestamp:
05/03/2005 06:56:30 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
9bd60d4
Parents:
09da197
Message:

Updated to HTML Tidy-050502

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r09da197 r0124b3a  
    110110<!ENTITY intltool-version             "0.33">
    111111<!ENTITY screen-version               "4.0.2">
    112 <!ENTITY tidy-version                 "050324">
     112<!ENTITY tidy-version                 "050502">
    113113<!ENTITY desktop-file-utils-version   "0.10">
    114114<!ENTITY xscreensaver-version         "4.21">
  • general/genutils/tidy.xml

    r09da197 r0124b3a  
    77  <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
    88  <!ENTITY tidy-download-ftp  " ">
    9   <!ENTITY tidy-md5sum        "94b5825afab39eed91c2c449b20afd52">
    10   <!ENTITY tidy-size          "246 KB">
    11   <!ENTITY tidy-buildsize     "9.8 MB">
    12   <!ENTITY tidy-time          "0.23 SBU">
    13 
    14   <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs.tgz">
    15   <!ENTITY tidy-docs-md5sum   "00808694ad7cb21a7c40387423f60993">
    16   <!ENTITY tidy-docs-size     "152 KB">
     9  <!ENTITY tidy-md5sum        "8baf0d61bcaf7f488c7fde0b26268509">
     10  <!ENTITY tidy-size          "254 KB">
     11  <!ENTITY tidy-buildsize     "10.1 MB">
     12  <!ENTITY tidy-time          "0.2 SBU">
     13
     14  <!ENTITY tidy-docs-version  "050502">
     15  <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz">
     16  <!ENTITY tidy-docs-md5sum   "54488c25347b9fee5c544a13ab5324ee">
     17  <!ENTITY tidy-docs-size     "150 KB">
    1718]>
    1819
     
    99100    <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
    100101
     102    <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
     103    Reference Docs)</bridgehead>
     104    <para><xref linkend="libxslt"/></para>
     105
    101106    <bridgehead renderas="sect4">Optional</bridgehead>
    102107    <para><ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
     
    121126    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    122127
    123 <screen role="root"><userinput>make install &amp;&amp;
    124 install -v -m644 htmldoc/man_page.txt \
    125     /usr/share/man/man1/tidy.1 &amp;&amp;
    126 install -v -d -m755 /usr/share/doc/tidy &amp;&amp;
    127 cp -v -R htmldoc /usr/share/doc/tidy</userinput></screen>
     128<screen role="root"><userinput>make install</userinput></screen>
     129
     130    <para>If you have the dependencies shown above to build the man page and
     131    HTML documentation, issue the following commands as an unprivileged
     132    user:</para>
     133
     134<screen><userinput>cd htmldoc &amp;&amp;
     135tidy -xml-help >tidy-help.xml &amp;&amp;
     136tidy -xml-config >tidy-config.xml &amp;&amp;
     137xsltproc --xinclude --nonet --stringparam base.dir . \
     138    tidy1.xsl tidy-help.xml >tidy.1 &amp;&amp;
     139xsltproc --xinclude --nonet --stringparam base.dir . \
     140    quickref-html.xsl tidy-config.xml >quickref.html &amp;&amp;
     141cd ..</userinput></screen>
     142
     143    <para>If you built the man page and the Quick Reference HTML file, install
     144    the man page by issuing the following command as the
     145    <systemitem class="username">root</systemitem> user:</para>
     146
     147<screen role="root"><userinput>install -v -m644 htmldoc/tidy.1 /usr/share/man/man1</userinput></screen>
     148
     149    <para>Now finish the installation by installing the pre-built
     150    documentation as the <systemitem class="username">root</systemitem>
     151    user:</para>
     152
     153<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy &amp;&amp;
     154cp -v -R htmldoc/* /usr/share/doc/tidy</userinput></screen>
    128155
    129156  </sect2>
  • introduction/welcome/changelog.xml

    r09da197 r0124b3a  
    2323<itemizedlist>
    2424
    25 <listitem><para>May 3rd, 2005 [randy]: Updated to
    26 CVS-1.11.20.</para></listitem>
     25<listitem><para>May 3rd, 2005 [randy]: Updated to CVS-1.11.20 and HTML
     26Tidy-050502.</para></listitem>
    2727
    2828<listitem><para>May 2nd, 2005 [randy]: Updated to
Note: See TracChangeset for help on using the changeset viewer.