source: general/genutils/tidy.xml@ 0034f4f

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
Last change on this file since 0034f4f was f6ec478, checked in by Randy McMurchy <randy@…>, 19 years ago

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

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[9766fba]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9766fba]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
8 <!ENTITY tidy-download-ftp " ">
[f6ec478]9 <!ENTITY tidy-md5sum "1e39fafd6808978871346658c8da1454">
10 <!ENTITY tidy-size "256 KB">
[5aa3ec9b]11 <!ENTITY tidy-buildsize "10.3 MB">
[0124b3a]12 <!ENTITY tidy-time "0.2 SBU">
13
[f6ec478]14 <!ENTITY tidy-docs-version "051020">
[0124b3a]15 <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz">
[f6ec478]16 <!ENTITY tidy-docs-md5sum "86de2f198e57399c063d2567b2a25628">
[0124b3a]17 <!ENTITY tidy-docs-size "150 KB">
[9766fba]18]>
19
[0fb1ed2]20<sect1 id="html-tidy" xreflabel="HTML Tidy-&tidy-version;">
[c18d3b25]21 <?dbhtml filename="tidy.html"?>
[85965ed]22
[c18d3b25]23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
[85965ed]27
[c18d3b25]28 <title>HTML Tidy-&tidy-version;</title>
[85965ed]29
[c18d3b25]30 <indexterm zone="html-tidy">
31 <primary sortas="a-HTML-Tidy">HTML Tidy</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to HTML Tidy</title>
[85965ed]36
[8d77de6]37 <para>The <application>HTML Tidy</application> package contains a
[f6ec478]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
[8d77de6]40 errors and strives to produce visually equivalent markup that is both
[c18d3b25]41 W3C compliant and compatible with most browsers.</para>
[85965ed]42
[c18d3b25]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&tidy-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&tidy-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &tidy-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &tidy-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &tidy-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &tidy-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <note>
[8d77de6]66 <para><application>HTML Tidy</application> is
67 updated very frequently by its maintainers, and the source package listed
68 above may not be available at the listed URL due to the
[f6ec478]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
[c18d3b25]74 <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para>
75 </note>
[85965ed]76
[c18d3b25]77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
[85965ed]78
[c18d3b25]79 <bridgehead renderas="sect4">Documentation</bridgehead>
80 <itemizedlist spacing="compact">
81 <listitem>
82 <para>Documentation: <ulink url="&tidy-docs-download;"/></para>
83 </listitem>
84 <listitem>
85 <para>Download MD5 sum: &tidy-docs-md5sum;</para>
86 </listitem>
87 <listitem>
88 <para>Download size: &tidy-docs-size;</para>
89 </listitem>
90 </itemizedlist>
[85965ed]91
[c18d3b25]92 <bridgehead renderas="sect4">Patches</bridgehead>
93 <itemizedlist spacing="compact">
94 <listitem>
[8d77de6]95 <para>Required patch: <ulink
[c18d3b25]96 url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
97 </listitem>
98 </itemizedlist>
[85965ed]99
[c18d3b25]100 <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
[85965ed]101
[8d77de6]102 <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
[0124b3a]103 Reference Docs)</bridgehead>
104 <para><xref linkend="libxslt"/></para>
105
[c18d3b25]106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para><ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
[85965ed]108
[c18d3b25]109 </sect2>
[85965ed]110
[c18d3b25]111 <sect2 role="installation">
112 <title>Installation of HTML Tidy</title>
113
[8d77de6]114 <para>The <application>HTML Tidy</application> documentation
[f6ec478]115 is contained in a separate tarball. Unpack both the source and docs
116 tarballs before starting the build.</para>
[85965ed]117
[8d77de6]118 <para>Install <application>HTML Tidy</application> by
[c18d3b25]119 running the following commands:</para>
120
121<screen><userinput>patch -Np1 -i ../tidy-&tidy-version;-prevent_PRE_newlines-1.patch &amp;&amp;
[9a66d5f]122sh build/gnuauto/setup.sh &amp;&amp;
[9766fba]123./configure --prefix=/usr &amp;&amp;
[c18d3b25]124make</userinput></screen>
[afd6889]125
[7c43113]126 <para>This package does not come with a test suite.</para>
127
[c18d3b25]128 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[85965ed]129
[0124b3a]130<screen role="root"><userinput>make install</userinput></screen>
131
[d9962703]132 <para>If you have <xref linkend="libxslt"/> installed, issue the following
133 commands as an unprivileged user to build the man page and HTML
134 documentation:</para>
[0124b3a]135
136<screen><userinput>cd htmldoc &amp;&amp;
[2eebc7b9]137tidy -xml-help &gt; tidy-help.xml &amp;&amp;
138tidy -xml-config &gt; tidy-config.xml &amp;&amp;
139xsltproc -o tidy.1 tidy1.xsl tidy-help.xml &amp;&amp;
140xsltproc -o quickref.html quickref-html.xsl tidy-config.xml &amp;&amp;
[0124b3a]141cd ..</userinput></screen>
142
[8d77de6]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
[0124b3a]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
[8d77de6]149 <para>Now finish the installation by installing the pre-built
[fc7afd0c]150 documentation as the <systemitem class="username">root</systemitem>
[0124b3a]151 user:</para>
152
[f6ec478]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>
[85965ed]155
[c18d3b25]156 </sect2>
[85965ed]157
[c18d3b25]158 <sect2 role="commands">
159 <title>Command Explanations</title>
160
[8d77de6]161 <para><command>sh build/gnuauto/setup.sh</command>: This command prepares
[f6ec478]162 the source tree for building using the GNU <quote>Auto</quote>
163 tools.</para>
[85965ed]164
[c18d3b25]165 </sect2>
[85965ed]166
[c18d3b25]167 <sect2 role="configuration">
168 <title>Configuring HTML Tidy</title>
169
170 <sect3>
171 <title>Config Files</title>
[85965ed]172
[8d77de6]173 <para>The absolute path of the file specified in
[c18d3b25]174 <envar>$HTML_TIDY</envar>.</para>
[85965ed]175
[c18d3b25]176 </sect3>
177
178 <sect3>
179 <title>Configuration Information</title>
[85965ed]180
[8d77de6]181 <para>The default configuration options can be set in the file defined in
[f6ec478]182 <envar>$HTML_TIDY</envar>. Additional configuration options can be passed
183 to <command>tidy</command> via command line parameters or the
[c18d3b25]184 <option>-config &lt;file&gt;</option> parameter.</para>
[85965ed]185
[c18d3b25]186 </sect3>
[85965ed]187
[c18d3b25]188 </sect2>
[85965ed]189
[c18d3b25]190 <sect2 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Library</segtitle>
196 <segtitle>Installed Directory</segtitle>
197 <seglistitem>
198 <seg>tab2space and tidy</seg>
199 <seg>libtidy.[so,a]</seg>
[f6ec478]200 <seg>/usr/share/doc/tidy-&tidy-docs-version;</seg>
[c18d3b25]201 </seglistitem>
202 </segmentedlist>
[85965ed]203
[c18d3b25]204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
[85965ed]208
[c18d3b25]209 <varlistentry id="tab2space">
210 <term><command>tab2space</command></term>
211 <listitem>
[8d77de6]212 <para>is a utility to expand tabs and ensure consistent line
[c18d3b25]213 endings.</para>
214 <indexterm zone="html-tidy tab2space">
215 <primary sortas="b-tab2space">tab2space</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
[85965ed]219
[c18d3b25]220 <varlistentry id="tidy">
221 <term><command>tidy</command></term>
222 <listitem>
223 <para>validates, corrects, and pretty-prints HTML files.</para>
224 <indexterm zone="html-tidy tidy">
225 <primary sortas="b-tidy">tidy</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
[85965ed]229
[c18d3b25]230 <varlistentry id="libtidy">
231 <term><filename class='libraryfile'>libtidy.[so,a]</filename></term>
232 <listitem>
[8d77de6]233 <para>libraries provide the <application>HTML Tidy</application> API
234 functions to <command>tidy</command> and can also be called by other
[c18d3b25]235 programs.</para>
236 <indexterm zone="html-tidy libtidy">
237 <primary sortas="c-libtidy">libtidy.[so,a]</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
[85965ed]241
[c18d3b25]242 </variablelist>
243
244 </sect2>
[9766fba]245
246</sect1>
Note: See TracBrowser for help on using the repository browser.