home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>WWW::Search::AltaVista::Intranet - class for searching via AltaVista Search Intranet 2.3</TITLE>
- <LINK REL="stylesheet" HREF="../../../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> WWW::Search::AltaVista::Intranet - class for searching via AltaVista Search Intranet 2.3</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#testing">TESTING</A></LI>
- <LI><A HREF="#author">AUTHOR</A></LI>
- <LI><A HREF="#copyright">COPYRIGHT</A></LI>
- <LI><A HREF="#version history">VERSION HISTORY</A></LI>
- <UL>
-
- <LI><A HREF="#2.03, 20000214">2.03, 2000-02-14</A></LI>
- <LI><A HREF="#2.02, 19991129">2.02, 1999-11-29</A></LI>
- <LI><A HREF="#1.03, 19990620">1.03, 1999-06-20</A></LI>
- </UL>
-
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>WWW::Search::AltaVista::Intranet - class for searching via AltaVista Search Intranet 2.3</P>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- <LI>Windows</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <PRE>
- use WWW::Search;
- my $oSearch = new WWW::Search('AltaVista::Intranet',
- (_host => 'copper', _port => 9000),);
- my $sQuery = WWW::Search::escape_query("+investment +club");
- $oSearch->native_query($sQuery);
- while (my $oResult = $oSearch->next_result())
- { print $oResult->url, "\n"; }</PRE>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P>This class implements a search on AltaVista's Intranet Search.</P>
- <P>This class exports no public interface; all interaction should
- be done through WWW::Search objects.</P>
- <P>
- <HR>
- <H1><A NAME="testing">TESTING</A></H1>
- <P>There is no standard built-in test mechanism for this module, because
- very few users of WWW::Search will have AltaVista installed on their
- intranet. (How's that for an excuse? ;-)</P>
- <P>
- <HR>
- <H1><A NAME="author">AUTHOR</A></H1>
- <P><CODE>WWW::Search::AltaVista::Intranet</CODE>
- was written by Martin Thurn <<A HREF="mailto:MartinThurn@iname.com">MartinThurn@iname.com</A>></P>
- <P>
- <HR>
- <H1><A NAME="copyright">COPYRIGHT</A></H1>
- <P>Copyright (c) 1996 University of Southern California.
- All rights reserved.
- </P>
- <PRE>
-
- Redistribution and use in source and binary forms are permitted
- provided that the above copyright notice and this paragraph are
- duplicated in all such forms and that any documentation, advertising
- materials, and other materials related to such distribution and use
- acknowledge that the software was developed by the University of
- Southern California, Information Sciences Institute. The name of the
- University may not be used to endorse or promote products derived from
- this software without specific prior written permission.</PRE>
- <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
- <P>
- <HR>
- <H1><A NAME="version history">VERSION HISTORY</A></H1>
- <P>If it''s not listed here, then it wasn''t a meaningful nor released revision.</P>
- <P>
- <H2><A NAME="2.03, 20000214">2.03, 2000-02-14</A></H2>
- <P>Added support for score/rank (thanks to Peter bon Burg <<A HREF="mailto:pvonburg@aspes.ch">pvonburg@aspes.ch</A>>)</P>
- <P>
- <H2><A NAME="2.02, 19991129">2.02, 1999-11-29</A></H2>
- <P>Fixed to work with latest version of AltaVista.pm</P>
- <P>
- <H2><A NAME="1.03, 19990620">1.03, 1999-06-20</A></H2>
- <P>First publicly-released version.</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> WWW::Search::AltaVista::Intranet - class for searching via AltaVista Search Intranet 2.3</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-