source: general/genutils/tidy.xml@ 99e8a229

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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
Last change on this file since 99e8a229 was 0fb1ed2, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to HTML Tidy-050110

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
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 " ">
9 <!ENTITY tidy-md5sum "8a1d13a83946260c4c46b962b300cd0f">
10 <!ENTITY tidy-size "243 KB">
11 <!ENTITY tidy-buildsize "9.6 MB">
12 <!ENTITY tidy-time "0.26 SBU">
13]>
14
15<sect1 id="html-tidy" xreflabel="HTML Tidy-&tidy-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="tidy.html"?>
21<title>HTML Tidy-&tidy-version;</title>
22<indexterm zone="html-tidy">
23<primary sortas="a-html-tidy">HTML Tidy</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>HTML Tidy</application></title>
27
28<para>The <application><acronym>HTML</acronym> Tidy</application> package
29contains a command line tool and libraries used to read
30<acronym>HTML</acronym>, <acronym>XHTML</acronym> and <acronym>XML</acronym>
31files and write cleaned up markup. It detects and corrects many common coding
32errors and strives to produce visually equivalent markup that is both
33<acronym>W3C</acronym> compliant and compatible with most browsers.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing="compact">
37<listitem><para>Download (HTTP):
38<ulink url="&tidy-download-http;"/></para></listitem>
39<listitem><para>Download (FTP):
40<ulink url="&tidy-download-ftp;"/></para></listitem>
41<listitem><para>Download MD5 sum: &tidy-md5sum;</para></listitem>
42<listitem><para>Download size: &tidy-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&tidy-buildsize;</para></listitem>
45<listitem><para>Estimated build time: &tidy-time;</para></listitem>
46</itemizedlist>
47</sect3>
48
49<sect3><title>Additional downloads</title>
50<itemizedlist spacing="compact">
51<listitem><para>Documentation: <ulink
52url="http://tidy.sourceforge.net/docs/tidy_docs.tgz"/></para></listitem>
53</itemizedlist>
54</sect3>
55
56<sect3><title><application><acronym>HTML</acronym> Tidy</application>
57dependencies</title>
58<sect4><title>Optional</title>
59<para><ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
60</sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application><acronym>HTML</acronym>
67Tidy</application></title>
68
69<para>The <application><acronym>HTML</acronym> Tidy</application> documentation
70is contained in a separate tarball. Unpack both the source and docs tarballs
71before starting the build.</para>
72
73<para>Install <application><acronym>HTML</acronym> Tidy</application> by
74running the following commands:</para>
75
76<screen><userinput><command>sh build/gnuauto/setup.sh &amp;&amp;
77./configure --prefix=/usr &amp;&amp;
78make &amp;&amp;
79make install &amp;&amp;
80install -m644 htmldoc/man_page.txt \
81 /usr/share/man/man1/tidy.1 &amp;&amp;
82install -d -m755 /usr/share/doc/tidy &amp;&amp;
83cp -R htmldoc /usr/share/doc/tidy &amp;&amp;
84chown -R root:root /usr/share/doc/tidy</command></userinput></screen>
85
86</sect2>
87
88<sect2>
89<title>Command explanations</title>
90
91<para><command>sh build/gnuauto/setup.sh</command>: This command prepares the
92source tree for building using the <acronym>GNU</acronym> <quote>Auto</quote>
93tools.</para>
94
95</sect2>
96
97<sect2>
98<title>Configuring <application><acronym>HTML</acronym>
99Tidy</application></title>
100
101<sect3><title>Config files</title>
102<para>The absolute path of the file specified in
103<envar>$HTML_TIDY</envar>.</para>
104</sect3>
105
106<sect3><title>Configuration Information</title>
107
108<para>The default configuration options can be set in the file defined in
109<envar>$HTML_TIDY</envar>. Additional configuration options can be passed to
110<command>tidy</command> via command line parameters or the
111<parameter>-config &lt;file&gt;</parameter> parameter.</para>
112</sect3>
113
114</sect2>
115
116<sect2>
117<title>Contents</title>
118
119<segmentedlist>
120<segtitle>Installed Programs</segtitle>
121<segtitle>Installed Library</segtitle>
122<segtitle>Installed Directory</segtitle>
123<seglistitem>
124<seg>tab2space and tidy</seg>
125<seg>libtidy.[so,a]</seg>
126<seg>/usr/share/doc/tidy</seg>
127</seglistitem>
128</segmentedlist>
129
130<variablelist>
131<bridgehead renderas="sect3">Short Descriptions</bridgehead>
132<?dbfo list-presentation="list"?>
133
134<varlistentry id="tab2space">
135<term><command>tab2space</command></term>
136<listitem><para>is a utility to expand tabs and ensure consistent line
137endings.</para>
138<indexterm zone="html-tidy tab2space">
139<primary sortas="b-tab2space">tab2space</primary></indexterm>
140</listitem>
141</varlistentry>
142
143<varlistentry id="tidy">
144<term><command>tidy</command></term>
145<listitem><para>validates, corrects, and pretty-prints <acronym>HTML</acronym>
146files.</para>
147<indexterm zone="html-tidy tidy">
148<primary sortas="b-tidy">tidy</primary></indexterm>
149</listitem>
150</varlistentry>
151
152<varlistentry id="libtidy">
153<term><filename class='libraryfile'>libtidy.[so,a]</filename></term>
154<listitem><para>libraries provide the
155<application><acronym>HTML</acronym> Tidy</application> <acronym>API</acronym>
156functions to <command>tidy</command> and can also be called by other
157programs.</para>
158<indexterm zone="html-tidy libtidy">
159<primary sortas="c-libtidy">libtidy.[so,a]</primary></indexterm>
160</listitem>
161</varlistentry>
162</variablelist>
163
164</sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.