validator/htdocs about.html,1.44,1.45 contribute.html,1.4,1.5 whatsnew.html,1.81,1.82

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

Modified Files:
	about.html contribute.html whatsnew.html 
Log Message:
Doc fine tuning.

Index: contribute.html
===================================================================
RCS file: /sources/public/validator/htdocs/contribute.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- contribute.html	24 Feb 2009 18:11:30 -0000	1.4
+++ contribute.html	23 Jun 2009 18:27:39 -0000	1.5
@@ -20,7 +20,7 @@
     </li>
     <li>
         <p id="code"><strong>Code</strong>. The best way you can help the project is to get involved in the software development.</p>
-        <p><em>It only takes</em>: some knowledge of the perl
+        <p><em>It only takes</em>: some knowledge of the Perl
         programming language, a few hours to get familiar with the <a href="http://dev.w3.org/cvsweb/validator/">validator
         codebase</a>, and however much time you're comfortable dedicating to the project. See the <a href="docs/devel.html">Developer's 
             Guide</a> for info on getting started, then browse <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=Validator&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED">known bugs and enhancement requests</a> or look at the <a href="todo.html">architectural roadmap</a>. 

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- whatsnew.html	26 Mar 2009 19:09:58 -0000	1.81
+++ whatsnew.html	23 Jun 2009 18:27:39 -0000	1.82
@@ -38,7 +38,7 @@
               in version 0.8.4. This is fixed in 0.8.5.</li> 
             <li>New: the validator icon code, which one can add to web pages, now <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=65252">includes XHTML+RDFa</a> when applicable</li>
             <li>Bug Fix / New: implementing <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6329">XML::LibXML Structured Errors</a>. The validator uses libxml2 and the XML::LibXML for well-formedness check. 
-              Recent versions of the perl library had bugs that made in backard-incompatible, causing the validator to not output all
+              Recent versions of the Perl library had bugs that made in backward incompatible, causing the validator to not output all
               well-formedness errors reliably. Some code was added to the validator to work with all future versions of that library, but 
               we recommend not using XML::LibXML between versions 1.67 and 1.69 inclusive (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6329#c15">see how</a>).</li>
               <li>Experimental: validation of SVG documents is now passed to the validator.nu engine. At the time of this release, neither validator.nu nor the DTD engine previously used are perfect for the validation of SVG, but the technologies used in the validator.nu engine (nvdl and relaxNG) makes it more promising.</li>

Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- about.html	25 Mar 2009 17:27:18 -0000	1.44
+++ about.html	23 Jun 2009 18:27:39 -0000	1.45
@@ -157,7 +157,7 @@
       </p>
       <ul>
 	    <li><a href="http://www.perl.org/">Perl</a> and many excellent open source
-		perl modules (see list in <a href="docs/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

Received on Tuesday, 23 June 2009 18:27:56 UTC