]> git.pld-linux.org Git - packages/tidy.git/blobdiff - tidy30apr00-html.patch
- current version
[packages/tidy.git] / tidy30apr00-html.patch
diff --git a/tidy30apr00-html.patch b/tidy30apr00-html.patch
new file mode 100644 (file)
index 0000000..d67eef9
--- /dev/null
@@ -0,0 +1,252 @@
+diff -uNr ../tidy30apr00.orig/Overview.html ./Overview.html
+--- ../tidy30apr00.orig/Overview.html  Sun Apr 30 11:23:55 2000
++++ ./Overview.html    Thu May  4 11:39:19 2000
+@@ -68,7 +68,7 @@
+ <p class="c2">This version 30th April 2000</p>
+ <p class="c3"><small>Copyright &#169; 1998-2000 <a
+-href="http://www.w3.org/">W3C</a>, see <a href="tidy.c">
++href="http://www.w3.org/">W3C</a>, see <a href="http://www.w3.org/People/Raggett/tidy.c">
+ tidy.c</a> for copyright notice.</small></p>
+ <blockquote>With many thanks to <a href="http://www.hp.com/">
+@@ -152,7 +152,7 @@
+ rather than "warnings".</p>
+ <p class="c7">Tidy features in a <a
+-href="http://webreview.com/wr/pub/1999/07/16/feature/index.html">
++href="http://webreview.com/wr/pub/1999/07/16/feature/">
+ recent article on XHTML</a> by webreview.com.</p>
+ <!-- is the final "index.html" needed or appropriate? -->
+@@ -697,10 +697,10 @@
+ <p>Matej Vela &lt;<a
+ href="mailto:vela@debian.org">vela@debian.org</a>&gt; has written
+-a <a href="man_page.txt">Unix man page for Tidy</a>, but for the
++a <a href="http://www.w3.org/People/Raggett/tidy/man_page.txt">Unix man page for Tidy</a>, but for the
+ latest details on config options and for the release notes please
+-visit this page: <a href="http://www.w3.org/People/Raggett/tidy">
+-http://www.w3.org/People/Raggett/tidy</a>.</p>
++visit this page: <a href="http://www.w3.org/People/Raggett/tidy/">
++http://www.w3.org/People/Raggett/tidy/</a>.</p>
+ <h3><a id="config" name="config">Using a Configuration
+ File</a></h3>
+@@ -1210,7 +1210,7 @@
+ <h4>Atari</h4>
+ <p>Arnaud Bercegeay's site for the <a
+-href="http://tidy.atari.org">Atari binary for Tidy</a>.</p>
++href="http://tidy.atari.org/">Atari binary for Tidy</a>.</p>
+ <h4>Amiga</h4>
+@@ -1274,7 +1274,7 @@
+ <h4>Solaris</h4>
+ <p>Stephen Fuqua maintains a page for <a
+-href="http://www.hep.utexas.edu/~sfuqua/unix">Tidy on
++href="http://www.hep.utexas.edu/~sfuqua/unix/">Tidy on
+ Solaris</a>.</p>
+ <h4>OS/2</h4>
+@@ -1282,7 +1282,7 @@
+ <p>Kaz SHiMZ &lt;<a
+ href="mailto:kshimz@sfc.co.jp">kshimz@sfc.co.jp</a>&gt; maintains
+ an <a
+-href="http://www.dd.iij4u.or.jp/~kshimz/warp/tidy/index.html">
++href="http://www.dd.iij4u.or.jp/~kshimz/warp/tidy/">
+ OS/2 binary for Tidy</a>.</p>
+ <h4>FreeBSD</h4>
+@@ -1348,72 +1348,72 @@
+ MacOS, BeOS, OS/2, AIX, Amiga, Atari, SunOS, Solaris, IRIX and
+ HP-UX, amongst others.</p>
+-<p>Here is a link to the Open Source <a href="tidy.c">copyright
++<p>Here is a link to the Open Source <a href="http://www.w3.org/People/Raggett/tidy.c">copyright
+ notice and license</a>.</p>
+ <dl>
+-<dt><a href="../tidy30apr00.tgz">tidy30apr.tgz</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/tidy30apr00.tgz">tidy30apr.tgz</a></dt>
+ <dd>gzipped tar file for source code (Unix line ends)</dd>
+-<dt><a href="../tidy30apr00.zip">tidy30apr00.zip</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/tidy30apr00.zip">tidy30apr00.zip</a></dt>
+ <dd>zipped source code (Windows line ends)</dd>
+-<dt><a href="platform.h">platform.h</a>, <a href="html.h">
++<dt><a href="http://www.w3.org/People/Raggett/platform.h">platform.h</a>, <a href="html.h">
+ html.h</a></dt>
+ <dd>the include files with common definitions</dd>
+-<dt><a href="config.c">config.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/config.c">config.c</a></dt>
+ <dd>support for customizing Tidy via config files</dd>
+-<dt><a href="lexer.c">lexer.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/lexer.c">lexer.c</a></dt>
+ <dd>lexical analysis and buffer management</dd>
+-<dt><a href="parser.c">parser.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/parser.c">parser.c</a></dt>
+ <dd>HTML and XML parsers</dd>
+-<dt><a href="tags.c">tags.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/tags.c">tags.c</a></dt>
+ <dd>dictionary of tags and their properties</dd>
+-<dt><a href="attrs.c">attrs.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/attrs.c">attrs.c</a></dt>
+ <dd>dictionary of attributes and their properties</dd>
+-<dt><a href="istack.c">istack.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/istack.c">istack.c</a></dt>
+ <dd>stack of active inline elements</dd>
+-<dt><a href="entities.c">entities.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/entities.c">entities.c</a></dt>
+ <dd>dictionary of entities</dd>
+-<dt><a href="clean.c">clean.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/clean.c">clean.c</a></dt>
+ <dd>smarts for cleaning up presentational markup</dd>
+-<dt><a href="pprint.c">pprint.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/pprint.c">pprint.c</a></dt>
+ <dd>pretty printing for HTML and XML</dd>
+-<dt><a href="localize.c">localize.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/localize.c">localize.c</a></dt>
+ <dd>Change this file to localize tidy's messages</dd>
+-<dt><a href="tidy.c">tidy.c</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/tidy.c">tidy.c</a></dt>
+ <dd>main() and error reporting routines</dd>
+-<dt><a href="Makefile">Makefile</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/Makefile">Makefile</a></dt>
+ <dd>Makefile for gcc</dd>
+-<dt><a href="man_page.txt">Unix Man page</a></dt>
++<dt><a href="http://www.w3.org/People/Raggett/tidy/man_page.txt">Unix Man page</a></dt>
+ <dd>Maintained by Matej Vela &lt;vela@debian.org&gt;</dd>
+ </dl>
+@@ -1525,10 +1525,10 @@
+     United Kingdom
+ </pre>
+-<p><small><a href="http://www.w3.org/People/Raggett">Dave
++<p><small><a href="http://www.w3.org/People/Raggett/">Dave
+ Raggett</a> &lt;<a href="mailto:dsr@w3.org">dsr@w3.org</a>&gt; is
+ an engineer from <a href="http://www.hp.com/">Hewlett
+-Packard</a>'s <a href="http://www.hpl.hp.co.uk">UK
++Packard</a>'s <a href="http://www.hpl.hp.co.uk/">UK
+ Laboratories</a>, and works on assignment to the World Wide Web
+ Consortium, where he is the W3C lead for HTML, Math and Voice
+ Browsers.</small></p>
+diff -uNr ../tidy30apr00.orig/localize.c ./localize.c
+--- ../tidy30apr00.orig/localize.c     Sun Apr 30 11:23:55 2000
++++ ./localize.c       Thu May  4 11:52:05 2000
+@@ -11,7 +11,7 @@
+ #include "platform.h"
+ #include "html.h"
+-#define ACCESS_URL  "http://www.w3.org/WAI/GL"
++#define ACCESS_URL  "http://www.w3.org/WAI/GL/"
+ char *release_date = "30th April 2000";
+@@ -39,7 +39,7 @@
+ void ShowVersion(FILE *fp)
+ {
+     tidy_out(fp, "HTML Tidy release date: %s\n"
+-            "See http://www.w3.org/People/Raggett for details\n", release_date);
++            "See http://www.w3.org/People/Raggett/ for details\n", release_date);
+ }
+ void FileError(FILE *fp, const char *file)
+@@ -610,7 +610,7 @@
+     tidy_out(errout, "HTML & CSS specifications are available from http://www.w3.org/\n");
+     tidy_out(errout, "To learn more about Tidy see http://www.w3.org/People/Raggett/tidy/\n");
+     tidy_out(errout, "Please send bug reports to Dave Raggett care of <html-tidy@w3.org>\n");
+-    tidy_out(errout, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n");
++    tidy_out(errout, "Lobby your company to join W3C, see http://www.w3.org/Consortium/\n");
+ }
+ void HelloMessage(FILE *errout, char *date, char *filename)
+@@ -666,7 +666,7 @@
+     tidy_out(out, "Single letter options apart from -f may be combined\n");
+     tidy_out(out, "as in:  tidy -f errs.txt -imu foo.html\n");
+     tidy_out(out, "You can also use --blah for any config file option blah\n");
+-    tidy_out(out, "For further info on HTML see http://www.w3.org/MarkUp\n");
++    tidy_out(out, "For further info on HTML see http://www.w3.org/MarkUp/\n");
+ }
+diff -uNr ../tidy30apr00.orig/pending.html ./pending.html
+--- ../tidy30apr00.orig/pending.html   Sun Apr 30 11:23:55 2000
++++ ./pending.html     Thu May  4 11:40:40 2000
+@@ -51,7 +51,7 @@
+ link="navy" vlink="black" alink="red">
+ <h1>HTML TIDY - Notes on Pending Work</h1>
+-<p><a href="http://www.w3.org/People/Raggett">Dave Raggett</a> <a
++<p><a href="http://www.w3.org/People/Raggett/">Dave Raggett</a> <a
+ href="mailto:dsr@w3.org">dsr@w3.org</a></p>
+ <p>This is a page where I am keeping the suggestions for
+diff -uNr ../tidy30apr00.orig/platform.h ./platform.h
+--- ../tidy30apr00.orig/platform.h     Sun Apr 30 11:25:15 2000
++++ ./platform.h       Thu May  4 11:54:50 2000
+@@ -32,11 +32,6 @@
+ #ifdef SUPPORT_GETPWNAM
+ #include <pwd.h>
+ #endif
+-
+-/* used to point to Web Accessibility Guidelines */
+-#define ACCESS_URL  "http://www.w3.org/WAI/GL"
+-
+-
+ #ifdef NEEDS_UNISTD_H
+ #include <unistd.h>  /* needed for unlink on some Unix systems */
+ #endif
+diff -uNr ../tidy30apr00.orig/release-notes.html ./release-notes.html
+--- ../tidy30apr00.orig/release-notes.html     Sun Apr 30 11:23:55 2000
++++ ./release-notes.html       Thu May  4 11:34:12 2000
+@@ -51,7 +51,7 @@
+ link="navy" vlink="black" alink="red">
+ <h1>HTML TIDY - Release Notes</h1>
+-<p><a href="http://www.w3.org/People/Raggett">Dave Raggett</a> <a
++<p><a href="http://www.w3.org/People/Raggett/">Dave Raggett</a> <a
+ href="mailto:dsr@w3.org">dsr@w3.org</a></p>
+ <h4>Public Email List for Tidy: &lt;<a
+@@ -901,7 +901,7 @@
+ DTDs named <b>dtdgen</b> and I am in the process of creating a
+ further tool for verification. More information is available in
+ my note on <a
+-href="http://www.w3.org/People/Raggett/dtdgen/Docs">Assertion
++href="http://www.w3.org/People/Raggett/dtdgen/Docs/">Assertion
+ Grammars</a>. Please contact me if you are interested in helping
+ with this work.</p>
This page took 0.121452 seconds and 4 git commands to generate.