summaryrefslogtreecommitdiff
path: root/htdocs/docs/install.html
diff options
context:
space:
mode:
authorivan <ivan>1998-11-09 08:18:38 +0000
committerivan <ivan>1998-11-09 08:18:38 +0000
commit4f87febc191d608982458d4f1098dcb41eb59663 (patch)
tree715a2d679218ccb6275bebac1219f6df41c78642 /htdocs/docs/install.html
parent51e93bcc017e9355408ff25f232dd9183b62b196 (diff)
s/agrep/String::Approx/
Diffstat (limited to 'htdocs/docs/install.html')
-rw-r--r--htdocs/docs/install.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index c4784ebf6..da80a5a6c 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -7,8 +7,7 @@ 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="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</a>
- <li>agrep from the <a href="http://glimpse.cs.arizona.edu">Glimpse</a> distribution, if you want fuzzy searching capability
- <li><a href="http://www.perl.com/CPANl/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_04)
+ <li><a href="http://www.perl.com/CPAN/doc/relinfo/INSTALL.html">Perl</a> (at least 5.004_04)
<li>A database engine supported by Perl's <a href="http://www.hermetica.com/technologia/DBI/">DBI</a>, such as <a href="http://www.tcx.se/">MySQL</a> or <a href="http://www.postgresql.org/">PostgreSQL</a>
<li>Perl modules
<ul>
@@ -17,7 +16,6 @@ Before installing, you need:
<li><a href="http://www.perl.com/CPAN/modules/by-module/MD5">MD5</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Net">libnet</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/LWP/">libwww-perl</a>
- <li><a href="http://www.perl.com/CPAN/modules/by-module/CGI/">CGI-modules</a> (<b>NOT</b> CGI.pm) with this <a href="CGI-modules-2.76-patch.txt">patch</a> applied
<li><a href="http://www.perl.com/CPAN/modules/by-module/Business/">Business-CreditCard</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Data/">Data-ShowTable</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/Mail/">MailTools</a>
@@ -25,6 +23,7 @@ Before installing, you need:
<li><a href="http://www.perl.com/CPAN/modules/by-module/Date/">DateManip</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/File/">File-CounterFile</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/FreezeThaw/">FreezeThaw</a>
+ <li><a href="http://www.perl.com/CPAN/modules/by-module/String/">String-Approx</a>
<li><a href="http://www.perl.com/CPAN/modules/by-module/DBI/">DBI
<li><a href="http://www.perl.com/CPAN/modules/by-module/DBD/">DBD for your database engine</a>
</ul>