validator/htdocs/docs devel.html,1.10.2.14,1.10.2.15 errors.html,1.24.2.7,1.24.2.8 index.html,1.8.2.11,1.8.2.12 install.html,1.1.2.8,1.1.2.9

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv22257/htdocs/docs

Modified Files:
      Tag: validator-0_6_0-branch
	devel.html errors.html index.html install.html 
Log Message:
Spelling, linking etc small fixes.

Index: devel.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/devel.html,v
retrieving revision 1.10.2.14
retrieving revision 1.10.2.15
diff -u -d -r1.10.2.14 -r1.10.2.15
--- devel.html	6 May 2004 06:34:58 -0000	1.10.2.14
+++ devel.html	6 May 2004 18:13:37 -0000	1.10.2.15
@@ -39,7 +39,7 @@
      should help developers get a good idea of how the project is managed.</p>
      <p>The next steps would certainly be to read about <a href="../source/">source availability</a> and then try 
      a <a href="install.html">local installation</a> of the validator, if not done yet. We also (obviously) recommend
-     to get in touch with other developers, eother through <a href="../feedback.html">regular means</a>, or on the
+     to get in touch with other developers, either through <a href="../feedback.html">regular means</a>, or on the
      IRC channel #validator on irc.freenode.net where many developers and contributors often are.</p>
 
      <h3 name="devel-frame" id="devel-frame">Development Framework</h3>

Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/index.html,v
retrieving revision 1.8.2.11
retrieving revision 1.8.2.12
diff -u -d -r1.8.2.11 -r1.8.2.12
--- index.html	6 May 2004 06:53:29 -0000	1.8.2.11
+++ index.html	6 May 2004 18:13:38 -0000	1.8.2.12
@@ -39,7 +39,7 @@
       </dd>
       <dt><a href="../source/">Download / Source</a></dt>
       <dd><p>Information on source code availability and download instructions for the Markup Validator</p></dd>
-      <dt><a href="install.html">Installation guide</a></dt>
+      <dt><a href="install.html">Installation Guide</a></dt>
       <dd><p>Step-by step guide for the installation of the Markup Validator
       on <em>your</em> server.</p></dd>
       <dt><a href="devel.html">Developer Information</a></dt>

Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/Attic/install.html,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- install.html	6 May 2004 05:42:10 -0000	1.1.2.8
+++ install.html	6 May 2004 18:13:38 -0000	1.1.2.9
@@ -37,7 +37,7 @@
     which should work on most systems. To our knowledge, the following platform-specific 
     guides are also available and can be of interest :</p>
     <ul>
-        <li><a href="http://www.mediaville.net/articles/validator/">Mac OSX and OSX Server</a>
+        <li><a href="http://www.mediaville.net/articles/validator/">Mac OS X and OS X Server</a>
         by Stephen Yoch,</li>
         <li><a href="http://lists.w3.org/Archives/Public/www-validator/2003Dec/0023.html">Linux (Slackware)</a>
         by Nick Talbot</li>
@@ -88,8 +88,8 @@
         <code>$Date$</code>. <tt>:-)</tt>
       </p>
 
-     <p>One easy - and strongly recommended - way to take care of all these perl modules dependencies is to 
-     install the <a href="http://search.cpan.org/search?query=Bundle-W3C-Validator&mode=dist">bundle available through CPAN</a>
+     <p>One easy - and strongly recommended - way to take care of all these Perl module dependencies is to 
+     install the <a href="http://search.cpan.org/dist/Bundle-W3C-Validator/">bundle available through CPAN</a>
      as Bundle-W3C-Validator.</p>
 
      <h5>List of required Perl modules</h5>
@@ -104,7 +104,8 @@
         </dd>
         <dt><code>CGI::Carp</code></dt>
         <dd>CGI-aware warn()/die()</dd>
-        <dt><code>File::Spec</code></dt><dd>Portable filespecs.</dd>
+        <dt><code>File::Spec</code></dt>
+        <dd>Portable file and path name operations.</dd>
         <dt><code>HTML::Parser (3.25)</code></dt>
         <dd>Minimal HTML Parser used for preparse and finding metadata.</dd>
         <dt><code>LWP::UserAgent (1.90)</code></dt>
@@ -116,7 +117,7 @@
         <dt><code>Text::Iconv</code></dt>
         <dd>
           Perl-native interface to the (g)libc iconv(3) library. Handles
-          charset conversion issues.
+          character set conversion issues.
         </dd>
         <dt><code>Text::Wrap</code></dt>
         <dd>Wrap text to a sane width. Needed for source output in results.</dd>

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.24.2.7
retrieving revision 1.24.2.8
diff -u -d -r1.24.2.7 -r1.24.2.8
--- errors.html	5 May 2004 22:24:27 -0000	1.24.2.7
+++ errors.html	6 May 2004 18:13:37 -0000	1.24.2.8
@@ -557,7 +557,7 @@
             <a href="http://www.unicode.org/">UNICODE Consortium</a> character repertoire,
             and it leaves undefined (among others) 65 character codes (0 to 31 inclusive and 127 to 159
             inclusive) that are sometimes used for typographical quote marks and similar in
-            propietary character sets. The validator has found one of these undefined
+            proprietary character sets. The validator has found one of these undefined
             characters in your document. The character may appear on your browser as a
             curly quote, or a trademark symbol, or some other fancy glyph; on a different
             computer, however, it will likely appear as a completely different

Received on Thursday, 6 May 2004 14:14:05 UTC