home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _fa65f9cea73a67316211d00f59844540 < prev    next >
Text File  |  2000-03-23  |  4KB  |  109 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::GoTo - class for searching GoTo.com</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> WWW::Search::GoTo - class for searching GoTo.com</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#notes">NOTES</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#how does it work">HOW DOES IT WORK?</A></LI>
  28.     <LI><A HREF="#author">AUTHOR</A></LI>
  29.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  30. </UL>
  31. <!-- INDEX END -->
  32.  
  33. <HR>
  34. <P>
  35. <H1><A NAME="name">NAME</A></H1>
  36. <P>WWW::Search::GoTo - class for searching GoTo.com</P>
  37. <P>
  38. <HR>
  39. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  40. <UL>
  41. <LI>Linux</LI>
  42. <LI>Solaris</LI>
  43. <LI>Windows</LI>
  44. </UL>
  45. <HR>
  46. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  47. <PRE>
  48.     require WWW::Search;
  49.     $search = new WWW::Search('GoTo');</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>This class is an GoTo specialization of WWW::Search.
  54. It handles making and interpreting GoTo searches
  55. <EM>www-GoTo.com</EM>.</P>
  56. <P>Nothing special about GoTo: no search options. It is much like
  57. Google in that it attempts to returm relavent search results
  58. using simple queries.
  59. </P>
  60. <PRE>
  61.  
  62. This class exports no public interface; all interaction should
  63. be done through WWW::Search objects.</PRE>
  64. <P>
  65. <HR>
  66. <H1><A NAME="notes">NOTES</A></H1>
  67. <P>Uses result field $result->source which is helpful with this engine 
  68. because the the URL is owner encoded. $result->source will display a 
  69. plain base URL address and should be called after $result->description</P>
  70. <P>
  71. <HR>
  72. <H1><A NAME="see also">SEE ALSO</A></H1>
  73. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.</P>
  74. <P>
  75. <HR>
  76. <H1><A NAME="how does it work">HOW DOES IT WORK?</A></H1>
  77. <P><CODE>native_setup_search</CODE> is called before we do anything.
  78. It initializes our private variables (which all begin with underscores)
  79. and sets up a URL to the first results page in <CODE>{_next_url}</CODE>.</P>
  80. <P><CODE>native_retrieve_some</CODE> is called (from <CODE>WWW::Search::retrieve_some</CODE>)
  81. whenever more hits are needed.  It calls the LWP library
  82. to fetch the page specified by <CODE>{_next_url}</CODE>.
  83. It parses this page, appending any search hits it finds to 
  84. <CODE>{cache}</CODE>.  If it finds a ``next'' button in the text,
  85. it sets <CODE>{_next_url}</CODE> to point to the page for the next
  86. set of results, otherwise it sets it to undef to indicate we're done.</P>
  87. <P>
  88. <HR>
  89. <H1><A NAME="author">AUTHOR</A></H1>
  90. <P><CODE>WWW::Search::GoTo</CODE> is written by Jim Smyser
  91. Author e-mail <<A HREF="mailto:jsmyser@bigfoot.com">jsmyser@bigfoot.com</A>></P>
  92. <P>
  93. <HR>
  94. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  95. <P>Copyright (c) 1996-1999 University of Southern California.
  96. All rights reserved.</P>
  97. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  98. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  99. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  100. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  101. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  102. <STRONG><P CLASS=block> WWW::Search::GoTo - class for searching GoTo.com</P></STRONG>
  103. </TD></TR>
  104. </TABLE>
  105.  
  106. </BODY>
  107.  
  108. </HTML>
  109.