diff options
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/install.html | 10 | ||||
-rw-r--r-- | htdocs/docs/install_win.html | 7 |
2 files changed, 11 insertions, 6 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index b0c92fe..5c7c16d 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.22 2007-05-24 03:38:24 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-05-24 03:38:24 $" +<!--#set var="revision" value="\$Id: install.html,v 1.23 2007-07-10 03:30:13 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-07-10 03:30:13 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-05-24 03:38:24 $</code>. <tt>:-)</tt> + <code>$Date: 2007-07-10 03:30:13 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -137,6 +137,10 @@ <dd> Configuration file handling. </dd> + <dt><a href="http://search.cpan.org/dist/Encode/">Encode</a>, <a href="http://search.cpan.org/dist/Encode-HanExtra/">Encode-HanExtra</a> and <a href="http://search.cpan.org/dist/Encode-JIS2K/">Encode-JIS2k</a></dt> + <dd> + Support for multiple character encodings. + </dd> <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.25</dt> <dd> Minimal HTML parser used for preparse and finding metadata. diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html index 6713aaa..8925277 100644 --- a/htdocs/docs/install_win.html +++ b/htdocs/docs/install_win.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install_win.html,v 1.13 2007-05-14 08:46:46 dtibbe Exp $" ---><!--#set var="date" value="\$Date: 2007-05-14 08:46:46 $" +<!--#set var="revision" value="\$Id: install_win.html,v 1.14 2007-07-10 03:30:13 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-07-10 03:30:13 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service (Windows, Apache)" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -70,6 +70,7 @@ At <a href="http://ppm.activestate.com/">Active State</a>, <li>XML-NamespaceSupport</li> <li>XML-SAX</li> <li>XML-LibXML-Common</li> + <li>Encode, Encode::HanExtra and Encode::JIS2K</li> </ul> <p>You can get each of them in a single package at ActiveState. They are also packed ready-to-install <a href="http://www.myhpi.de/~dtibbe/download/ppm.zip">in a single zip-file</a>, @@ -273,7 +274,7 @@ Base = C:/www/validator <pre># # Main Configuration File for the W3C Markup Validation Service. # -# $Id: install_win.html,v 1.13 2007-05-14 08:46:46 dtibbe Exp $ +# $Id: install_win.html,v 1.14 2007-07-10 03:30:13 ot Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*', |