home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>WWW::Search::Lycos::Sites - class for Lycos categorized "Web Sites" searching</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::Lycos::Sites - class for Lycos categorized "Web Sites" searching</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="#notes">NOTES</A></LI>
- <LI><A HREF="#testing">TESTING</A></LI>
- <LI><A HREF="#author">AUTHOR</A></LI>
- <LI><A HREF="#version history">VERSION HISTORY</A></LI>
- <UL>
-
- <LI><A HREF="#2.07, 19991222">2.07, 1999-12-22</A></LI>
- <LI><A HREF="#2.06, 19991210">2.06, 1999-12-10</A></LI>
- <LI><A HREF="#2.05, 19991203">2.05, 1999-12-03</A></LI>
- <LI><A HREF="#2.04, 19991010">2.04, 1999-10-10</A></LI>
- </UL>
-
- <LI><A HREF="#copyright">COPYRIGHT</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <P>WWW::Search::Lycos::Sites - class for Lycos categorized ``Web Sites'' searching</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('Lycos::Sites');
- my $sQuery = WWW::Search::escape_query("+sushi restaurant +Columbus Ohio");
- $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 the Lycos Web Sites search
- (specializing Lycos and WWW::Search).
- It handles making and interpreting Lycos Web Sites searches
- <EM><A HREF="http://www.lycos.com">http://www.lycos.com</A></EM>.</P>
- <P>This class exports no public interface; all interaction should
- be done through WWW::Search objects.</P>
- <P>
- <HR>
- <H1><A NAME="notes">NOTES</A></H1>
- <P>The default search mode is ``any'' of the query terms. If you want to
- search for ``ALL'' of the query terms, add {'matchmode' => 'and'} as the
- second argument to native_query(). More advanced query modes can be
- added upon request; please contact the author.</P>
- <P>
- <HR>
- <H1><A NAME="testing">TESTING</A></H1>
- <P>This module adheres to the WWW::Search test mechanism.
- See $TEST_CASES below.</P>
- <P>
- <HR>
- <H1><A NAME="author">AUTHOR</A></H1>
- <P><CODE>WWW::Search::Lycos::Sites</CODE>
- was written by Martin Thurn <<A HREF="mailto:MartinThurn@iname.com">MartinThurn@iname.com</A>></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.07, 19991222">2.07, 1999-12-22</A></H2>
- <P>pod update</P>
- <P>
- <H2><A NAME="2.06, 19991210">2.06, 1999-12-10</A></H2>
- <P>handle missing 'next' link</P>
- <P>
- <H2><A NAME="2.05, 19991203">2.05, 1999-12-03</A></H2>
- <P>new search parameters and new search url</P>
- <P>
- <H2><A NAME="2.04, 19991010">2.04, 1999-10-10</A></H2>
- <P>First public release (coincided with WWW::Search 2.04).</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>
- <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::Lycos::Sites - class for Lycos categorized "Web Sites" searching</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-