home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / temacd / songbird / Songbird_0.4_windows-i686.exe / searchplugins / songbird-internal-search.xml < prev    next >
Text File  |  2007-12-21  |  1KB  |  25 lines

  1. <SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
  2. <ShortName>Songbird</ShortName>
  3. <Description>Songbird Library Search</Description>
  4. <InputEncoding>UTF-8</InputEncoding>
  5. <Image width="16" height="16">chrome://songbird-branding/skin/logo_16.png</Image>
  6. <!-- HACK: 
  7.      
  8.      gSearchHandler intercepts searches for this engine and sends queries
  9.      directly to the appropriate playlist.
  10.          
  11.      Be aware that this is a temporary solution, and was necessary in order extend 
  12.      the Firefox search system to meet Songbird's needs. 
  13.      This is guaranteed to change at some point in the future. 
  14.      
  15.      Note that engines with songbird:internal are hidden on startup, and need to 
  16.      be programmatically shown.     
  17.      
  18.      See searchHandler.js and sbSearch.xml for more information.
  19.   -->
  20. <Url type="text/html" method="GET" template="http://songbirdnest.com/"/>
  21. <!-- Engines tagged with songbird:internal are not sent to the web browser. -->
  22. <Tags>songbird:internal</Tags>
  23. <!-- This alias allows gSearchHandler to indentify the Songbird engine -->
  24. <Alias>songbird-internal-search</Alias>
  25. </SearchPlugin>