home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / ScriptLibrary.src < prev    next >
Text File  |  1998-11-21  |  706b  |  28 lines

  1. # ©1998 The HyperCard Script Library
  2. # http://www.cam.org/~jiggs/
  3.  
  4. <SEARCH
  5.      name = "Script Library Search"
  6.      method = "get"
  7.      action = "http://www.cam.org/~jiggs/cgi-bin/iss.pl"
  8.      update = "http://www.apple-donuts.com/sherlock/ScriptLibrary.src.hqx"
  9.      description = "Searches the HyperCard Script Library and returns a list of all of the scripts found as a result of the search."
  10. >
  11.  
  12. <INPUT NAME="keyword" USER>
  13.  
  14. <INTERPRET
  15.     bannerStart="<!--BEGIN BANNER-->"
  16.     bannerEnd="<!--END BANNER-->"
  17.  
  18.     resultListStart = "<!--IL-->"
  19.     resultListEnd = "<!--/IL-->"    
  20.     
  21.     resultItemStart = "<!--IS-->"
  22.     resultItemEnd = "<!--/IS-->"
  23.     
  24.     relevanceStart = "<!--REL-->"
  25.     relevanceEnd = "<!--/REL-->"
  26. >
  27.  
  28. </SEARCH>