Changeset 0124b3a
- Timestamp:
- 05/03/2005 06:56:30 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9bd60d4
- Parents:
- 09da197
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r09da197 r0124b3a 110 110 <!ENTITY intltool-version "0.33"> 111 111 <!ENTITY screen-version "4.0.2"> 112 <!ENTITY tidy-version "050 324">112 <!ENTITY tidy-version "050502"> 113 113 <!ENTITY desktop-file-utils-version "0.10"> 114 114 <!ENTITY xscreensaver-version "4.21"> -
general/genutils/tidy.xml
r09da197 r0124b3a 7 7 <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz"> 8 8 <!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"> 17 18 ]> 18 19 … … 99 100 <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead> 100 101 102 <bridgehead renderas="sect4">Recommended (To Build the Man Page and Quick 103 Reference Docs)</bridgehead> 104 <para><xref linkend="libxslt"/></para> 105 101 106 <bridgehead renderas="sect4">Optional</bridgehead> 102 107 <para><ulink url="http://dmalloc.com/">Dmalloc</ulink></para> … … 121 126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 122 127 123 <screen role="root"><userinput>make install && 124 install -v -m644 htmldoc/man_page.txt \ 125 /usr/share/man/man1/tidy.1 && 126 install -v -d -m755 /usr/share/doc/tidy && 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 && 135 tidy -xml-help >tidy-help.xml && 136 tidy -xml-config >tidy-config.xml && 137 xsltproc --xinclude --nonet --stringparam base.dir . \ 138 tidy1.xsl tidy-help.xml >tidy.1 && 139 xsltproc --xinclude --nonet --stringparam base.dir . \ 140 quickref-html.xsl tidy-config.xml >quickref.html && 141 cd ..</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 && 154 cp -v -R htmldoc/* /usr/share/doc/tidy</userinput></screen> 128 155 129 156 </sect2> -
introduction/welcome/changelog.xml
r09da197 r0124b3a 23 23 <itemizedlist> 24 24 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 26 Tidy-050502.</para></listitem> 27 27 28 28 <listitem><para>May 2nd, 2005 [randy]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.