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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>WWW::Search::SFgate - class for searching SFgate/Wais search engine</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::SFgate - class for searching SFgate/Wais search engine</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="#options">OPTIONS</A></LI>
  26.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28.     <LI><A HREF="#bugs">BUGS</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::SFgate - class for searching SFgate/Wais search engine</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('SFgate');</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>This class is a SFgate specialization of WWW::Search.  It queries and
  54. interprets searches based on SFgate, which is available at
  55. <EM><A HREF="http://ls6-www.informatik.uni-dortmund.de/SFgate/welcome.html">http://ls6-www.informatik.uni-dortmund.de/SFgate/welcome.html</A></EM></P>
  56. <P>This class exports no public interface; all interaction should be
  57. done through WWW::Search objects.</P>
  58. <P>This object rewrites URLs to use the preformatted, verbose output
  59. format of SFgate.  This allows it to get the 'score' and 'size'
  60. information easily.  The url portions it rewrites are 'verbose=1' 
  61. and 'listenv=pre'.</P>
  62. <P>
  63. <HR>
  64. <H1><A NAME="options">OPTIONS</A></H1>
  65. <P>This search supports standard WWW::Search arguments</P>
  66. <DL>
  67. <DT><STRONG><A NAME="item_search_url">search_url</A></STRONG><BR>
  68. <DD>
  69. The SFgate URL to search.  This usually looks like
  70. <EM><A HREF="http://somehost/cgi-bin/SFgate">http://somehost/cgi-bin/SFgate</A></EM>
  71. <P></P>
  72. <DT><STRONG><A NAME="item_search_args">search_args</A></STRONG><BR>
  73. <DD>
  74. The arguments used for the search engine, separate them by &.
  75. <P></P></DL>
  76. <P>
  77. <HR>
  78. <H1><A NAME="see also">SEE ALSO</A></H1>
  79. <P>To make new back-ends, see <A HREF="../../../../site/lib/WWW/Search.html">the WWW::Search manpage</A>,</P>
  80. <P>
  81. <HR>
  82. <H1><A NAME="author">AUTHOR</A></H1>
  83. <P><CODE>WWW::Search::SFgate</CODE> is written by Paul Lindner, <<A HREF="mailto:lindner@itu.int">lindner@itu.int</A>></P>
  84. <P>
  85. <HR>
  86. <H1><A NAME="bugs">BUGS</A></H1>
  87. <P>Things not supported: $result-><CODE>raw()</CODE></P>
  88. <P>
  89. <HR>
  90. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  91. <P>Copyright (c) 1997,98 by the United Nations Administrative Committee 
  92. on Coordination (ACC)</P>
  93. <P>All rights reserved.</P>
  94. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  95. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  96. <STRONG><P CLASS=block> WWW::Search::SFgate - class for searching SFgate/Wais search engine</P></STRONG>
  97. </TD></TR>
  98. </TABLE>
  99.  
  100. </BODY>
  101.  
  102. </HTML>
  103.