- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Oct 2006 19:24:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv11806/htdocs
Modified Files:
about.html
Log Message:
Sync fix for #3732 from validator-0_7-branch.
Index: about.html
===================================================================
RCS file: /sources/public/validator/htdocs/about.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- about.html 11 Aug 2006 07:19:15 -0000 1.31
+++ about.html 23 Oct 2006 19:24:23 -0000 1.32
@@ -156,6 +156,8 @@
This service uses:
</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>
<li>
A derivative version of <a href="http://www.jclark.com/">James
Clark</a>'s excellent <a href="http://www.jclark.com/sp/"><acronym
@@ -168,41 +170,31 @@
<a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>'s
modified version, lq-nsgmls.
</li>
- <li>
- The <a href="http://www.linpro.no/lwp/"><acronym
- title="libwww-perl">LWP</acronym> Perl Modules</a>
- by Gisle Aas and Martijn Koster for retrieving documents.
- </li>
<li>Documentation and Error Explanations originally written by Scott Bigham.</li>
- <li>Open source software including <a
- href="http://httpd.apache.org/">Apache</a>, <a
- href="http://www.perl.com/">Perl</a>, and <a
- href="http://www.debian.org/">Debian GNU/Linux</a>.<a
- href="http://www.debian.org/"><img
- style="float: right; clear: both; width: 88px; height: 30px"
- src="images/debian.png" alt="[Powered by Debian]" /></a>
- </li>
<li>
- Patches and ideas from:
- <ul>
- <li><a href="http://www.aaronsw.com/">Aaron Swartz</a></li>
- <li><a href="http://bjoern.hoehrmann.de/">Björn Höhrmann</a></li>
- <li><a href="http://www.smith-family.com/">Christian Smith</a></li>
- <li><a href="http://www.w3.org/People/Connolly/">Dan Connolly</a></li>
- <li><a href="http://www.tibbe-online.de/">David Tibbe</a></li>
- <li><a href="http://www.w3.org/People/Hugo/">Hugo Haas</a></li>
- <li><a href="http://www.jibbering.com/">Jim Ley</a></li>
- <li><a href="http://www.w3.org/People/karl/">Karl Dubost</a></li>
- <li><a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a></li>
- <li><a href="http://www.w3.org/People/D%c3%bcrst/">Martin Dürst</a></li>
- <li><a href="http://www.webthing.com/~nick/">Nick Kew</a></li>
- <li><a href="http://www.w3.org/People/olivier/">Olivier Thereaux</a></li>
- <li><a href="http://purl.org/net/sbp/">Sean B. Palmer</a></li>
- <li><a href="http://newsreaders.com/%7Elink/">Terje Bless</a></li>
- <li><a href="http://www.iki.fi/scop/">Ville Skyttä</a></li>
- <li><a href="http://lists.w3.org/Archives/Public/www-validator/">...and
- the nice people on www-validator@w3.org.</a></li>
- </ul>
+ <p>Patches, Documentation and Ideas from:
+ <a href="http://www.aaronsw.com/">Aaron Swartz</a>,
+ <a href="http://bjoern.hoehrmann.de/">Björn Höhrmann</a>,
+ <a href="http://www.smith-family.com/">Christian Smith</a>,
+ <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>,
+ <a href="http://www.w3.org/People/Hugo/">Hugo Haas</a>,
+ <a href="http://www.jibbering.com/">Jim Ley</a>,
+ <a href="http://www.w3.org/People/karl/">Karl Dubost</a>,
+ <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>,
+ <a href="http://www.w3.org/People/D%c3%bcrst/">Martin Dürst</a>,
+ <a href="http://www.webthing.com/~nick/">Nick Kew</a>,
+ <a href="http://www.w3.org/People/olivier/">Olivier Thereaux</a>,
+ Roland W. Crowl,
+ 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>,
+ <a href="http://www.iki.fi/scop/">Ville Skyttä</a>,
+ <a href="http://lists.w3.org/Archives/Public/www-validator/">...and
+ the great user community on www-validator@w3.org.</a>
+ </p>
</li>
</ul>
</div>
Received on Monday, 23 October 2006 19:24:32 UTC