source: general/genutils/tidy.xml@ a8d3d55a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 a8d3d55a was a41f643, checked in by Randy McMurchy <randy@…>, 14 years ago

Globally removed all extraneous spaces

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

  • Property mode set to 100644
File size: 9.8 KB
RevLine 
[9766fba]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9766fba]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[fcc9145]7 <!ENTITY tidy-download-http "&sources-anduin-http;/t/tidy-&tidy-version;.tar.bz2">
[b852852]8 <!ENTITY tidy-download-ftp " ">
[f3eefa7]9 <!ENTITY tidy-md5sum "bc640bba1e1e776fc4b4b1d9f5e6e2a5">
10 <!ENTITY tidy-size "830 KB">
11 <!ENTITY tidy-buildsize "12 MB">
[0124b3a]12 <!ENTITY tidy-time "0.2 SBU">
13
[f3eefa7]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">
[f3eefa7]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
[b852852]65 <para><application>HTML Tidy</application> tarballs are no longer generated
66 by the maintainers. To build from source, the
67 <application>HTML Tidy</application> developers recommend using current
68 CVS. The source tarball shown above was created by the BLFS team by pulling
69 a CVS version and generating the autotool components. BLFS made no changes
70 to the existing source files.</para>
71
[eab7aae5]72 <!-- <note>
[8d77de6]73 <para><application>HTML Tidy</application> is
74 updated very frequently by its maintainers, and the source package listed
75 above may not be available at the listed URL due to the
[f6ec478]76 release of a newer version. The most current source package can be always
77 be downloaded from <ulink url="http://tidy.sourceforge.net/src/"/>. If
78 this version is newer than the version listed above, the following
79 instructions should work, but have not yet been tested by the BLFS team.
80 If you'd rather download the version listed above, you can find it at
[c18d3b25]81 <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para>
[eab7aae5]82 </note> -->
[85965ed]83
[b852852]84 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> -->
[85965ed]85
[b852852]86 <!-- <bridgehead renderas="sect4">Documentation</bridgehead>
[c18d3b25]87 <itemizedlist spacing="compact">
88 <listitem>
89 <para>Documentation: <ulink url="&tidy-docs-download;"/></para>
90 </listitem>
91 <listitem>
92 <para>Download MD5 sum: &tidy-docs-md5sum;</para>
93 </listitem>
94 <listitem>
95 <para>Download size: &tidy-docs-size;</para>
96 </listitem>
[b852852]97 </itemizedlist> -->
[85965ed]98
[b852852]99 <!-- <bridgehead renderas="sect4">Patches</bridgehead>
[c18d3b25]100 <itemizedlist spacing="compact">
101 <listitem>
[8d77de6]102 <para>Required patch: <ulink
[c18d3b25]103 url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
104 </listitem>
[b852852]105 </itemizedlist> -->
[85965ed]106
[c18d3b25]107 <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
[85965ed]108
[b852852]109 <!-- <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick
[0124b3a]110 Reference Docs)</bridgehead>
[b852852]111 <para role="recommended"><xref linkend="libxslt"/></para> -->
[0124b3a]112
[c18d3b25]113 <bridgehead renderas="sect4">Optional</bridgehead>
[52d50d5]114 <para role="optional"><ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
[85965ed]115
[1039de3]116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/tidy"/></para>
118
[c18d3b25]119 </sect2>
[85965ed]120
[c18d3b25]121 <sect2 role="installation">
122 <title>Installation of HTML Tidy</title>
123
[b852852]124 <!-- <para>The <application>HTML Tidy</application> documentation
[f6ec478]125 is contained in a separate tarball. Unpack both the source and docs
[b852852]126 tarballs before starting the build.</para> -->
[85965ed]127
[8d77de6]128 <para>Install <application>HTML Tidy</application> by
[c18d3b25]129 running the following commands:</para>
130
[b852852]131<screen><userinput>./configure --prefix=/usr &amp;&amp;
[c18d3b25]132make</userinput></screen>
[afd6889]133
[f3eefa7]134 <para>This package does not come with a test suite.</para>
135 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
[7c43113]136
[c18d3b25]137 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[85965ed]138
[f3eefa7]139<screen role="root"><userinput>make install &amp;&amp;
[0124b3a]140
[f3eefa7]141install -v -m644 -D htmldoc/tidy.1 \
[a41f643]142 /usr/share/man/man1/tidy.1 &amp;&amp;
[f3eefa7]143install -v -m755 -d /usr/share/doc/tidy-&tidy-version; &amp;&amp;
144install -v -m644 htmldoc/*.{html,gif,css} \
145 /usr/share/doc/tidy-&tidy-version;</userinput></screen>
[b852852]146
[f3eefa7]147 <para>If you wish to install the API documentation you must have
148 <xref linkend="doxygen"/> installed, then change directories into the
149 <filename class='directory'>htmldoc</filename> of the source tree and
150 issue the command <command>doxygen</command>. Then as the
151 <systemitem class="username">root</systemitem> user copy
152 the <filename class='directory'>api</filename> directory to
153 <filename class='directory'>/usr/share/doc/tidy-&tidy-version;.</filename></para>
154
155<!-- <screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen> -->
[b852852]156
157 <!-- <para>If you have <xref linkend="libxslt"/> installed, issue the following
[d9962703]158 commands as an unprivileged user to build the man page and HTML
159 documentation:</para>
[0124b3a]160
161<screen><userinput>cd htmldoc &amp;&amp;
[2eebc7b9]162tidy -xml-help &gt; tidy-help.xml &amp;&amp;
163tidy -xml-config &gt; tidy-config.xml &amp;&amp;
164xsltproc -o tidy.1 tidy1.xsl tidy-help.xml &amp;&amp;
165xsltproc -o quickref.html quickref-html.xsl tidy-config.xml &amp;&amp;
[0124b3a]166cd ..</userinput></screen>
167
[8d77de6]168 <para>If you built the man page and the Quick Reference HTML file, install
169 the man page by issuing the following command as the
[0124b3a]170 <systemitem class="username">root</systemitem> user:</para>
171
172<screen role="root"><userinput>install -v -m644 htmldoc/tidy.1 /usr/share/man/man1</userinput></screen>
173
[8d77de6]174 <para>Now finish the installation by installing the pre-built
[fc7afd0c]175 documentation as the <systemitem class="username">root</systemitem>
[0124b3a]176 user:</para>
177
[f6ec478]178<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/tidy-&tidy-docs-version; &amp;&amp;
[b852852]179cp -v -R htmldoc/* /usr/share/doc/tidy-&tidy-docs-version;</userinput></screen> -->
[85965ed]180
[c18d3b25]181 </sect2>
[85965ed]182
[b852852]183 <!-- <sect2 role="commands">
[c18d3b25]184 <title>Command Explanations</title>
185
[8d77de6]186 <para><command>sh build/gnuauto/setup.sh</command>: This command prepares
[f6ec478]187 the source tree for building using the GNU <quote>Auto</quote>
188 tools.</para>
[85965ed]189
[b852852]190 </sect2> -->
[85965ed]191
[c18d3b25]192 <sect2 role="configuration">
193 <title>Configuring HTML Tidy</title>
194
195 <sect3>
196 <title>Config Files</title>
[85965ed]197
[8d77de6]198 <para>The absolute path of the file specified in
[c18d3b25]199 <envar>$HTML_TIDY</envar>.</para>
[85965ed]200
[c18d3b25]201 </sect3>
202
203 <sect3>
204 <title>Configuration Information</title>
[85965ed]205
[8d77de6]206 <para>The default configuration options can be set in the file defined in
[f6ec478]207 <envar>$HTML_TIDY</envar>. Additional configuration options can be passed
208 to <command>tidy</command> via command line parameters or the
[c18d3b25]209 <option>-config &lt;file&gt;</option> parameter.</para>
[85965ed]210
[c18d3b25]211 </sect3>
[85965ed]212
[c18d3b25]213 </sect2>
[85965ed]214
[c18d3b25]215 <sect2 role="content">
216 <title>Contents</title>
217
218 <segmentedlist>
219 <segtitle>Installed Programs</segtitle>
220 <segtitle>Installed Library</segtitle>
221 <segtitle>Installed Directory</segtitle>
222 <seglistitem>
223 <seg>tab2space and tidy</seg>
[1039de3]224 <seg>libtidy.{so,a}</seg>
[f3eefa7]225 <seg>/usr/share/doc/tidy-&tidy-version;</seg>
[c18d3b25]226 </seglistitem>
227 </segmentedlist>
[85965ed]228
[c18d3b25]229 <variablelist>
230 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
231 <?dbfo list-presentation="list"?>
232 <?dbhtml list-presentation="table"?>
[85965ed]233
[c18d3b25]234 <varlistentry id="tab2space">
235 <term><command>tab2space</command></term>
236 <listitem>
[8d77de6]237 <para>is a utility to expand tabs and ensure consistent line
[c18d3b25]238 endings.</para>
239 <indexterm zone="html-tidy tab2space">
240 <primary sortas="b-tab2space">tab2space</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
[85965ed]244
[c18d3b25]245 <varlistentry id="tidy">
246 <term><command>tidy</command></term>
247 <listitem>
248 <para>validates, corrects, and pretty-prints HTML files.</para>
249 <indexterm zone="html-tidy tidy">
250 <primary sortas="b-tidy">tidy</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
[85965ed]254
[c18d3b25]255 <varlistentry id="libtidy">
[1039de3]256 <term><filename class='libraryfile'>libtidy.{so,a}</filename></term>
[c18d3b25]257 <listitem>
[8d77de6]258 <para>libraries provide the <application>HTML Tidy</application> API
259 functions to <command>tidy</command> and can also be called by other
[c18d3b25]260 programs.</para>
261 <indexterm zone="html-tidy libtidy">
[1039de3]262 <primary sortas="c-libtidy">libtidy.{so,a}</primary>
[c18d3b25]263 </indexterm>
264 </listitem>
265 </varlistentry>
[85965ed]266
[c18d3b25]267 </variablelist>
268
269 </sect2>
[9766fba]270
271</sect1>
Note: See TracBrowser for help on using the repository browser.