Changeset afd6889
- Timestamp:
- 01/24/2005 05:19:18 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 82e035a8
- Parents:
- b8e2fb7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb8e2fb7 rafd6889 1 <!ENTITY day "2 3">1 <!ENTITY day "24"> 2 2 <!ENTITY month "01"> 3 3 <!ENTITY year "2005"> 4 4 <!ENTITY version "svn-&year;&month;&day;"> 5 <!ENTITY releasedate "January &day; rd, &year;">5 <!ENTITY releasedate "January &day;th, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 7 <!ENTITY blfs-version "cvs"> <!-- cvs|[release #] --> … … 110 110 <!ENTITY intltool-version "0.32.1"> 111 111 <!ENTITY screen-version "4.0.2"> 112 <!ENTITY tidy-version "0501 10">112 <!ENTITY tidy-version "050120"> 113 113 <!ENTITY desktop-file-utils-version "0.10"> 114 114 <!ENTITY xscreensaver-version "4.19"> -
general/genutils/tidy.xml
rb8e2fb7 rafd6889 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 " 8a1d13a83946260c4c46b962b300cd0f">9 <!ENTITY tidy-md5sum "948d2885a9dd76d8876a478d7f89d894"> 10 10 <!ENTITY tidy-size "243 KB"> 11 11 <!ENTITY tidy-buildsize "9.6 MB"> … … 76 76 <screen><userinput><command>sh build/gnuauto/setup.sh && 77 77 ./configure --prefix=/usr && 78 make && 79 make install && 80 install -m644 htmldoc/man_page.txt \ 78 make</command></userinput></screen> 79 80 <para>Now, as the root user:</para> 81 82 <screen><userinput role='root'><command>make install && 83 install -v -m644 htmldoc/man_page.txt \ 81 84 /usr/share/man/man1/tidy.1 && 82 install -d -m755 /usr/share/doc/tidy && 83 cp -R htmldoc /usr/share/doc/tidy && 84 chown -R root:root /usr/share/doc/tidy</command></userinput></screen> 85 install -v -d -m755 /usr/share/doc/tidy && 86 cp -v -R htmldoc /usr/share/doc/tidy</command></userinput></screen> 85 87 86 88 </sect2> -
introduction/welcome/changelog.xml
rb8e2fb7 rafd6889 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 24th, 2005 [randy]: Updated to 26 HTML Tidy-050120.</para></listitem> 24 27 25 28 <listitem><para>January 23rd, 2005 [randy]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.