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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::ZDnet - class for searching ALL of ZDnet</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::ZDnet - class for searching ALL of ZDnet</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="#author">AUTHOR</A></LI>
  27.     <LI><A HREF="#testing">TESTING</A></LI>
  28.     <LI><A HREF="#version history">VERSION HISTORY</A></LI>
  29.     <UL>
  30.  
  31.         <LI><A HREF="#2.01, 19990713">2.01, 1999-07-13</A></LI>
  32.     </UL>
  33.  
  34.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  35. </UL>
  36. <!-- INDEX END -->
  37.  
  38. <HR>
  39. <P>
  40. <H1><A NAME="name">NAME</A></H1>
  41. <P>WWW::Search::ZDnet - class for searching ALL of ZDnet</P>
  42. <P>
  43. <HR>
  44. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  45. <UL>
  46. <LI>Linux</LI>
  47. <LI>Solaris</LI>
  48. <LI>Windows</LI>
  49. </UL>
  50. <HR>
  51. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  52. <P>require WWW::Search;
  53. $search = new WWW::Search('ZDnet');</P>
  54. <P>
  55. <HR>
  56. <H1><A NAME="description">DESCRIPTION</A></H1>
  57. <P>Class for searching ALL of ZDnet.
  58. <EM><A HREF="http://xlink.zdnet.com">http://xlink.zdnet.com</A></EM>.</P>
  59. <P>ZDNet is no longer returning 'descriptions' :(</P>
  60. <P>Searches articles in: Anchordesk, Community, Computer Life,
  61. Computer Shopper, NetBuyer, DevHead, Family PC, Help Channel,
  62. Inter@ctive Week, Internet, MacWEEK, PC Computing, PC Magazine
  63. CD, PC Week, Products, Sm@rt Reseller, Software, Library, Yahoo
  64. Internet Life, ZDNN, ZDTV.</P>
  65. <P>Note that dupe articles can appear because they are published in
  66. more than one category on ZDnet, or same Title published on
  67. different dates.</P>
  68. <P>Print options:</P>
  69. <P>Using $result->{'source'} will return category and date enclosed 
  70. in brackets, example: [PC Week, 12-14-98]. use this in place of
  71. description since there is NO descriptions anymore with ZDNet.</P>
  72. <P>Raw, of course, returns all the HTML of each hit.</P>
  73. <P>This class exports no public interface; all interaction should
  74. be done through WWW::Search objects.</P>
  75. <P>
  76. <HR>
  77. <H1><A NAME="see also">SEE ALSO</A></H1>
  78. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>.</P>
  79. <P>
  80. <HR>
  81. <H1><A NAME="author">AUTHOR</A></H1>
  82. <P>Maintained by Jim Smyser <<A HREF="mailto:jsmyser@bigfoot.com">jsmyser@bigfoot.com</A>></P>
  83. <P>
  84. <HR>
  85. <H1><A NAME="testing">TESTING</A></H1>
  86. <P>This module adheres to the <CODE>WWW::Search</CODE> test suite mechanism. 
  87. See $TEST_CASES below.</P>
  88. <P>
  89. <HR>
  90. <H1><A NAME="version history">VERSION HISTORY</A></H1>
  91. <P>
  92. <H2><A NAME="2.01, 19990713">2.01, 1999-07-13</A></H2>
  93. <P>Fixed pod syntax;
  94. new test mechanism</P>
  95. <P>
  96. <HR>
  97. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  98. <P>The original parts from John Heidemann are subject to
  99. following copyright notice:</P>
  100. <P>Copyright (c) 1996-1998 University of Southern California.
  101. All rights reserved.</P>
  102. <P>Redistribution and use in source and binary forms are permitted
  103. provided that the above copyright notice and this paragraph are
  104. duplicated in all such forms and that any documentation, advertising
  105. materials, and other materials related to such distribution and use
  106. acknowledge that the software was developed by the University of
  107. Southern California, Information Sciences Institute.  The name of the
  108. University may not be used to endorse or promote products derived from
  109. this software without specific prior written permission.</P>
  110. <P>THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
  111. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  112. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.</P>
  113. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  114. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  115. <STRONG><P CLASS=block> WWW::Search::ZDnet - class for searching ALL of ZDnet</P></STRONG>
  116. </TD></TR>
  117. </TABLE>
  118.  
  119. </BODY>
  120.  
  121. </HTML>
  122.