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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::HotFiles - class for searching ZDnet HotFiles</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::HotFiles - class for searching ZDnet HotFiles</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="#usage example">USAGE EXAMPLE</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28.     <LI><A HREF="#testing">TESTING</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::HotFiles - class for searching ZDnet HotFiles</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. <P>require WWW::Search;
  48. $search = new WWW::Search('HotFiles');</P>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P>Class for searching ZDnet HotFiles (shareware, freeware) via Lycos.
  53. <EM><A HREF="http://www.hotfiles.lycos.com">http://www.hotfiles.lycos.com</A></EM>.</P>
  54. <P>If you use the raw method for this backend you will need to include
  55. a ``<p>'' at end of your print statement, example:
  56.      print $result->raw(), ``<p>\n'';</P>
  57. <P>This is so that each result returned will have a HTML break since
  58. the HTML is being extracted from tables, and, there is no <p> or 
  59. <br> trailing returned HITS to properly format the results. No
  60. BIG deal really.</P>
  61. <P>Print optioins:
  62. Using score will return nice star images for rating purposes
  63. at end of each description line for each HIT if desired.</P>
  64. <P>Using index_date will return the files date.</P>
  65. <P>Raw returns description, star rating image, date, downloads, 
  66. OS version.</P>
  67. <P>This class exports no public interface; all interaction should
  68. be done through WWW::Search objects.</P>
  69. <P>
  70. <HR>
  71. <H1><A NAME="usage example">USAGE EXAMPLE</A></H1>
  72. <PRE>
  73.  One of several print samples for this backend (this is a WebSearch
  74.  example):</PRE>
  75. <PRE>
  76.  print <<END;</PRE>
  77. <PRE>
  78.  <FONT SIZE=2><B>$count. <a href="$prefix$_">$result->{'title'}</A></B><BR>
  79.  $result->{'description'} 
  80.  $result->{'index_date'} $result->{'score'}<P></SMALL></FONT></PRE>
  81. <PRE>
  82.  END</PRE>
  83. <P>
  84. <HR>
  85. <H1><A NAME="see also">SEE ALSO</A></H1>
  86. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.</P>
  87. <P>
  88. <HR>
  89. <H1><A NAME="author">AUTHOR</A></H1>
  90. <P>Maintained by Jim Smyser <<A HREF="mailto:jsmyser@bigfoot.com">jsmyser@bigfoot.com</A>></P>
  91. <P>
  92. <HR>
  93. <H1><A NAME="testing">TESTING</A></H1>
  94. <P>HotFiles.pm adheres to the WWW::Search test mechanism.
  95. See $TEST_CASES below.</P>
  96. <P>
  97. <HR>
  98. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  99. <P>The original parts from John Heidemann are subject to
  100. following copyright notice:</P>
  101. <P>Copyright (c) 1996-1998 University of Southern California.
  102. All rights reserved.</P>
  103. <P>Redistribution and use in source and binary forms are permitted
  104. provided that the above copyright notice and this paragraph are
  105. duplicated in all such forms and that any documentation, advertising
  106. materials, and other materials related to such distribution and use
  107. acknowledge that the software was developed by the University of
  108. Southern California, Information Sciences Institute.  The name of the
  109. University may not be used to endorse or promote products derived from
  110. this software without specific prior written permission.</P>
  111. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  112. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  113. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  114. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  115. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  116. <STRONG><P CLASS=block> WWW::Search::HotFiles - class for searching ZDnet HotFiles</P></STRONG>
  117. </TD></TR>
  118. </TABLE>
  119.  
  120. </BODY>
  121.  
  122. </HTML>
  123.