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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::Crawler - class for searching Crawler</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::Crawler - class for searching Crawler</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="#see also">SEE ALSO</A></LI>
  26.     <LI><A HREF="#how does it work">HOW DOES IT WORK?</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  29. </UL>
  30. <!-- INDEX END -->
  31.  
  32. <HR>
  33. <P>
  34. <H1><A NAME="name">NAME</A></H1>
  35. <P>WWW::Search::Crawler - class for searching Crawler</P>
  36. <P>
  37. <HR>
  38. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  39. <UL>
  40. <LI>Linux</LI>
  41. <LI>Solaris</LI>
  42. <LI>Windows</LI>
  43. </UL>
  44. <HR>
  45. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  46. <PRE>
  47.     require WWW::Search;
  48.     $search = new WWW::Search('Crawler');</PRE>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P>This class is an Crawler specialization of WWW::Search.
  53. It handles making and interpreting Fireball searches
  54. <EM><A HREF="http://www.crawler.de">http://www.crawler.de</A></EM>.</P>
  55. <P>This class exports no public interface; all interaction should
  56. be done through WWW::Search objects.</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="see also">SEE ALSO</A></H1>
  60. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.</P>
  61. <P>
  62. <HR>
  63. <H1><A NAME="how does it work">HOW DOES IT WORK?</A></H1>
  64. <P><CODE>native_setup_search</CODE> is called before we do anything.
  65. It initializes our private variables (which all begin with underscores)
  66. and sets up a URL to the first results page in <CODE>{_next_url}</CODE>.</P>
  67. <P><CODE>native_retrieve_some</CODE> is called (from <CODE>WWW::Search::retrieve_some</CODE>)
  68. whenever more hits are needed.  It calls the LWP library
  69. to fetch the page specified by <CODE>{_next_url}</CODE>.
  70. It parses this page, appending any search hits it finds to 
  71. <CODE>{cache}</CODE>.  If it finds a ``next'' button in the text,
  72. it sets <CODE>{_next_url}</CODE> to point to the page for the next
  73. set of results, otherwise it sets it to undef to indicate we're done.</P>
  74. <P>
  75. <HR>
  76. <H1><A NAME="author">AUTHOR</A></H1>
  77. <P><CODE>WWW::Search::Crawler</CODE> has been shamelessly copied by
  78. Andreas Borchert, <<A HREF="mailto:borchert@mathematik.uni-ulm.de">borchert@mathematik.uni-ulm.de</A>> from
  79. <CODE>WWW::Search::AltaVista</CODE> by John Heidemann, <<A HREF="mailto:johnh@isi.edu">johnh@isi.edu</A>>.</P>
  80. <P>
  81. <HR>
  82. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  83. <P>The original parts from John Heidemann are subject to
  84. following copyright notice:</P>
  85. <P>Copyright (c) 1996-1998 University of Southern California.
  86. All rights reserved.                                            
  87. </P>
  88. <PRE>
  89.  
  90. Redistribution and use in source and binary forms are permitted
  91. provided that the above copyright notice and this paragraph are
  92. duplicated in all such forms and that any documentation, advertising
  93. materials, and other materials related to such distribution and use
  94. acknowledge that the software was developed by the University of
  95. Southern California, Information Sciences Institute.  The name of the
  96. University may not be used to endorse or promote products derived from
  97. this software without specific prior written permission.</PRE>
  98. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  99. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  100. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  101. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  102. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  103. <STRONG><P CLASS=block> WWW::Search::Crawler - class for searching Crawler</P></STRONG>
  104. </TD></TR>
  105. </TABLE>
  106.  
  107. </BODY>
  108.  
  109. </HTML>
  110.