summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2006-11-02 06:34:15 +0000
committerot <ot@localhost>2006-11-02 06:34:15 +0000
commit7b8c6e3ca6b6fd619fb518914b9925072d2a1a43 (patch)
tree02a427d8bb5b65ecaaf17ad850b9da8187aad96d
parentb7efd45f62b0b5f1f2d2885194233348f475b963 (diff)
downloadmarkup-validator-7b8c6e3ca6b6fd619fb518914b9925072d2a1a43.zip
markup-validator-7b8c6e3ca6b6fd619fb518914b9925072d2a1a43.tar.gz
markup-validator-7b8c6e3ca6b6fd619fb518914b9925072d2a1a43.tar.bz2
link fix (port to HEAD)
-rwxr-xr-xhtdocs/about.html10
-rwxr-xr-xhtdocs/docs/api.html10
-rw-r--r--share/templates/en_US/feedback.tmpl2
3 files changed, 11 insertions, 11 deletions
diff --git a/htdocs/about.html b/htdocs/about.html
index 33df126..3a8a600 100755
--- a/htdocs/about.html
+++ b/htdocs/about.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: about.html,v 1.33 2006-11-02 05:09:46 ot Exp $"
---><!--#set var="date" value="\$Date: 2006-11-02 05:09:46 $"
+<!--#set var="revision" value="\$Id: about.html,v 1.34 2006-11-02 06:34:14 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-11-02 06:34:14 $"
--><!--#set var="title" value="About the W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
@@ -158,7 +158,7 @@
</p>
<ul>
<li><a href="http://www.perl.com/">Perl</a> and many excellent open source
- perl modules (see list in <a href="install.html#install-prereq">installation documentation</a>)</li>
+ perl modules (see list in <a href="docs/install.html#install-prereq">installation documentation</a>)</li>
<li>
A derivative version of <a href="http://www.jclark.com/">James
Clark</a>'s excellent <a href="http://www.jclark.com/sp/"><acronym
@@ -176,7 +176,7 @@
<p>Patches, Documentation and Ideas from:
<a href="http://www.aaronsw.com/">Aaron Swartz</a>,
<a href="http://bjoern.hoehrmann.de/">Bj&ouml;rn H&ouml;hrmann</a>,
- <a href="http://www.smith-family.com/">Christian Smith</a>,
+ Christian Smith,
<a href="http://www.w3.org/People/Connolly/">Dan Connolly</a>,
<a href="http://dorward.me.uk/">David Dorward</a>,
<a href="http://www.tibbe-online.de/">David Tibbe</a>,
@@ -191,7 +191,7 @@
Scott Bigham,
<a href="http://sierkbornemann.de/">Sierk Bornemann</a>,
<a href="http://purl.org/net/sbp/">Sean B. Palmer</a>,
- <a href="http://newsreaders.com/%7Elink/">Terje Bless</a>,
+ Terje Bless,
<a href="http://www.iki.fi/scop/">Ville Skytt&auml;</a>,
<a href="http://lists.w3.org/Archives/Public/www-validator/">...and
the great user community on www-validator@w3.org.</a>
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html
index 3ba06b0..c28edf8 100755
--- a/htdocs/docs/api.html
+++ b/htdocs/docs/api.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: api.html,v 1.5 2006-11-02 04:06:43 ot Exp $"
---><!--#set var="date" value="\$Date: 2006-11-02 04:06:43 $"
+<!--#set var="revision" value="\$Id: api.html,v 1.6 2006-11-02 06:34:15 ot Exp $"
+--><!--#set var="date" value="\$Date: 2006-11-02 06:34:15 $"
--><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -74,7 +74,7 @@ is appreciated. thanks.</p>
<th>output</th>
<td>triggers the various outputs formats of the validator. If unset, the usual
Web format will be sent. If set to <code>soap12</code>, the SOAP1.2 interface will
- be triggered. See <a href="soap12format">below for the SOAP 1.2 response format description</a>.</td>
+ be triggered. See <a href="#soap12format">below for the SOAP 1.2 response format description</a>.</td>
<td>unset</td>
</tr>
<tr>
@@ -136,7 +136,7 @@ a description of the most important elements of the response.</p>
env:encodingStyle=&quot;http://www.w3.org/2003/05/soap-encoding&quot;
xmlns:m=&quot;http://www.w3.org/2005/10/markup-validator&quot;&gt;
&lt;<a href="#soap12_uri">m:uri</a>&gt;http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html&lt;/m:uri&gt;
- &lt;<a href="#soap12eckedby">m:checkedby</a>&gt;http://validator.w3.org/&lt;/m:checkedby&gt;
+ &lt;<a href="#soap12_checkedby">m:checkedby</a>&gt;http://validator.w3.org/&lt;/m:checkedby&gt;
&lt;<a href="#soap12_doctype">m:doctype</a>&gt;-//W3C//DTD XHTML 1.0 Transitional//EN&lt;/m:doctype&gt;
&lt;<a href="#soap12_charset">m:charset</a>&gt;utf-8&lt;/m:charset&gt;
&lt;<a href="#soap12_validity">m:validity</a>&gt;false&lt;/m:validity&gt;
@@ -222,7 +222,7 @@ xmlns:m=&quot;http://www.w3.org/2005/10/markup-validator&quot;&gt;
<code><a href="#soap12_error">error</a></code>.
</p>
<h4 id="soap12message">SOAP1.2 atomic message (error or warning) format reference</h4>
-<p>As seen as the example above, the children of the <code><a href="soap12_error">error</a></code>
+<p>As seen as the example above, the children of the <code><a href="#soap12_error">error</a></code>
element, but also the <code>warning</code> element are <code>line</code>, <code>col</code> and
<code>message</code>, defined below:</p>
<table class="refdoc">
diff --git a/share/templates/en_US/feedback.tmpl b/share/templates/en_US/feedback.tmpl
index 13f89e7..ff85f6e 100644
--- a/share/templates/en_US/feedback.tmpl
+++ b/share/templates/en_US/feedback.tmpl
@@ -61,7 +61,7 @@
you can send questions and suggestions to our mailing-list.</p>
<p>If you do not understand an error while validating a page, or if you need help on validation, <strong>read the FAQ</strong> and help
- (see the section <a href="needhelp">Finding help on validation</a>) and <strong>search the list archives</strong> for existing mail threads on the topic
+ (see the section <a href="#needhelp">Finding help on validation</a>) and <strong>search the list archives</strong> for existing mail threads on the topic
<strong>before sending any message to the mailing-list</strong>.</p>
<TMPL_IF NAME="errmsg_id">