diff options
author | ivan <ivan> | 2001-04-15 12:53:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-04-15 12:53:58 +0000 |
commit | 3b817663a3667edaf8d2130c3a8d0fe38e5f2fa0 (patch) | |
tree | 5f419f5fb7aba422101a96fdf6c3a133a0b2428b | |
parent | c4e7e1dc36aff491e6ca2373e5e5b5d6e40aeb30 (diff) |
update urls
-rw-r--r-- | htdocs/docs/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 16def79e5..4bc43358f 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -7,9 +7,9 @@ Before installing, you need: <ul> <li>A web server, such as <a href="http://www.apache-ssl.org">Apache-SSL</a> or <a href="http://www.apache.org">Apache</a> <li><a href="http://www.openssh.com//">SSH</a> - <li><a href="http://www.perl.com/CPAN/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.) + <li><a href="http://www.perl.com/">Perl</a> Don't enable experimental features like threads or the PerlIO abstraction layer. <li>A <b>transactional</b> database engine supported by Perl's <a href="http://www.hermetica.com/technologia/DBI/">DBI</a>. <a href="http://www.postgresql.org/">PostgreSQL</a> is recommended. (see the <a href="postgresql.html">PostgreSQL notes</a>) <b>MySQL's default <a href="http://www.mysql.com/doc/M/y/MyISAM.html">MyISAM</a> and <a href="http://www.mysql.com/doc/I/S/ISAM.html">ISAM</a> table types are not supported</b>. If you really want to use MySQL, you need to use one of the new <a href="http://www.mysql.com/doc/T/a/Table_types.html">transaction-safe table types</a> such as <a href="http://www.mysql.com/doc/B/D/BDB.html">BDB</a>. - <li>Perl modules (<a href="http://www.perl.com/CPAN/doc/manual/html/lib/CPAN.html">CPAN</a> will query, download and build perl modules automatically) + <li>Perl modules (<a href="http://theoryx5.uwinnipeg.ca/CPAN/perl/CPAN.html">CPAN</a> will query, download and build perl modules automatically) <ul> <li><a href="http://search.cpan.org/search?dist=Array-PrintCols">Array-PrintCols</a> <li><a href="http://search.cpan.org/search?dist=Term-Query">Term-Query</a> (make test broken; install manually) |