Changeset 85965ed
- Timestamp:
- 05/03/2005 02:43:16 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 09da197
- Parents:
- 2d3e809
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/tidy.xml
r2d3e809 r85965ed 19 19 <sect1 id="html-tidy" xreflabel="HTML Tidy-&tidy-version;"> 20 20 <?dbhtml filename="tidy.html"?> 21 21 22 22 <sect1info> 23 23 <othername>$LastChangedBy$</othername> 24 24 <date>$Date$</date> 25 25 </sect1info> 26 26 27 27 <title>HTML Tidy-&tidy-version;</title> 28 28 29 29 <indexterm zone="html-tidy"> 30 30 <primary sortas="a-HTML-Tidy">HTML Tidy</primary> … … 33 33 <sect2 role="package"> 34 34 <title>Introduction to HTML Tidy</title> 35 35 36 36 <para>The <application>HTML Tidy</application> package contains a 37 37 command line tool and libraries used to read HTML, XHTML and XML … … 39 39 errors and strives to produce visually equivalent markup that is both 40 40 W3C compliant and compatible with most browsers.</para> 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> 43 43 <itemizedlist spacing="compact"> … … 73 73 <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para> 74 74 </note> 75 75 76 76 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 77 78 78 <bridgehead renderas="sect4">Documentation</bridgehead> 79 79 <itemizedlist spacing="compact"> … … 88 88 </listitem> 89 89 </itemizedlist> 90 90 91 91 <bridgehead renderas="sect4">Patches</bridgehead> 92 92 <itemizedlist spacing="compact"> … … 96 96 </listitem> 97 97 </itemizedlist> 98 98 99 99 <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead> 100 100 101 101 <bridgehead renderas="sect4">Optional</bridgehead> 102 102 <para><ulink url="http://dmalloc.com/">Dmalloc</ulink></para> 103 104 </sect2> 105 103 104 </sect2> 105 106 106 <sect2 role="installation"> 107 107 <title>Installation of HTML Tidy</title> … … 110 110 is contained in a separate tarball. Unpack both the source and docs tarballs 111 111 before starting the build.</para> 112 112 113 113 <para>Install <application>HTML Tidy</application> by 114 114 running the following commands:</para> … … 120 120 121 121 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 122 122 123 123 <screen role="root"><userinput>make install && 124 124 install -v -m644 htmldoc/man_page.txt \ … … 126 126 install -v -d -m755 /usr/share/doc/tidy && 127 127 cp -v -R htmldoc /usr/share/doc/tidy</userinput></screen> 128 129 </sect2> 130 128 129 </sect2> 130 131 131 <sect2 role="commands"> 132 132 <title>Command Explanations</title> … … 134 134 <para><command>sh build/gnuauto/setup.sh</command>: This command prepares 135 135 the source tree for building using the GNU <quote>Auto</quote> tools.</para> 136 137 </sect2> 138 136 137 </sect2> 138 139 139 <sect2 role="configuration"> 140 140 <title>Configuring HTML Tidy</title> … … 142 142 <sect3> 143 143 <title>Config Files</title> 144 144 145 145 <para>The absolute path of the file specified in 146 146 <envar>$HTML_TIDY</envar>.</para> 147 147 148 148 </sect3> 149 149 150 150 <sect3> 151 151 <title>Configuration Information</title> 152 152 153 153 <para>The default configuration options can be set in the file defined in 154 154 <envar>$HTML_TIDY</envar>. Additional configuration options can be passed to 155 155 <command>tidy</command> via command line parameters or the 156 156 <option>-config <file></option> parameter.</para> 157 157 158 158 </sect3> 159 160 </sect2> 161 159 160 </sect2> 161 162 162 <sect2 role="content"> 163 163 <title>Contents</title> … … 173 173 </seglistitem> 174 174 </segmentedlist> 175 175 176 176 <variablelist> 177 177 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 178 178 <?dbfo list-presentation="list"?> 179 179 <?dbhtml list-presentation="table"?> 180 180 181 181 <varlistentry id="tab2space"> 182 182 <term><command>tab2space</command></term> … … 189 189 </listitem> 190 190 </varlistentry> 191 191 192 192 <varlistentry id="tidy"> 193 193 <term><command>tidy</command></term> … … 199 199 </listitem> 200 200 </varlistentry> 201 201 202 202 <varlistentry id="libtidy"> 203 203 <term><filename class='libraryfile'>libtidy.[so,a]</filename></term> … … 211 211 </listitem> 212 212 </varlistentry> 213 213 214 214 </variablelist> 215 215 … … 217 217 218 218 </sect1> 219
Note:
See TracChangeset
for help on using the changeset viewer.