|
This simple four-line Perl
When a Web site starts to
WebSearch allows users to
Htgrep is a CGI script
script searches a list of
grow beyond a couple of
search for key words in
written in Perl that allows
your HTMLfiles for keywords.
pages, it can be
documents located on your
you to query any document
It returns a link to the
time-consuming for visitors
Web site. It searches the
accessible to your HTTP
page that contains the
to find what they are
basic text of the documents,
server on a
keyword and the line it
looking for. As more Web
as well as ALT text and any
paragraph-by-paragraph
appeared on. If you have
pages are connected to one
information contained in
basis. Htgrep is a generic
subdirectories in your Web
another via hypertext links,
META "keywords"
front-end to htgrep.pl, a
directory, this will only
the resulting spaghetti-like
and "description"
Perl package that makes it
search the top level.
relationship only
tags. The script scores the
relatively easy to implement
exacerbates the complexity.
match URLs based upon the
simple search engines for
Having SiteSearch installed
frequency with which the
the WWW. Htgrep allows you
on your Web site solves
requested key terms appear
to pass all
parameters to
these problems. First, it
in the documents, and also
the search package as part
provides a quick way for
lists the date on which each
of the URL, so a forms
people to find the pages
file was last modified. You
interface can be used to set
they are looking for.
can easily configure the
the parameters.
Additionally, because the
number of matches which will
script is searching the
be displayed on each results
actual pages on the Web
page.
site, the results of the
search are always up-to-date.
Date: Aug, 31 1999 Date: Jul, 10 1999 Date: Jul, 02 1999 Date: Jun, 25 1999 |
|
This program has powerful
SPINdex is a pair of Perl
This script searches either
This script allows the
search capabilities that
scripts that allows ones'
the current directory or a
visitors to search for
allow you to specify what
website to be easily
target directory for a file
keywords in files on your
types of files are allowed
searchable, with minimal
containing the required
webserver. Users can search
to be searched and which
overhead and extra
contents, to replace a
in whole files, in meta-tags
ones are not according to
programming. SPINdex
find/grep combination for
or in titles only. The
the files extension. Very
traverses the directories
recursive finding.
results are then ranked by
simple to install. No
specified as "search
the number of keywords found
programming knowledge needed
directories", and
in the file.
to configure and install
recursively runs through
this program.
each of the subdirectories
(unless it is flagged as an
excluded directory) and
checks each file with a
suitable extension for the
string specified with a
case-insensitive regular
expression. If the
expression matches, the name
and URL are recorded.
Date: Jun, 04 2002 Date: Dec, 06 2000 Date: Sep, 15 1999 Date: Jul, 29 1999 |