home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / deflenus.xpi / bin / defaults / profile / search.rdf < prev   
Extensible Markup Language  |  2000-10-25  |  2KB  |  68 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2. <!-- 
  3.    - The contents of this file are subject to the Mozilla Public
  4.    - License Version 1.1 (the "License"); you may not use this file
  5.    - except in compliance with the License. You may obtain a copy of
  6.    - the License at http://www.mozilla.org/MPL/
  7.    - 
  8.    - Software distributed under the License is distributed on an "AS
  9.    - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    - implied. See the License for the specific language governing
  11.    - rights and limitations under the License.
  12.    - 
  13.    - The Original Code is Mozilla Communicator.
  14.    - 
  15.    - The Initial Developer of the Original Code is Netscape
  16.    - Communications Corp. Portions created by Netscape Communications
  17.    - Corp. are Copyright (C) 1999 Netscape Communications Corp. All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s): Robert John Churchill (rjc@netscape.com)
  21.   --> 
  22.  
  23.  
  24. <!DOCTYPE RDF 
  25. [
  26. <!ENTITY search.category.mozilla    "Mozilla">
  27. <!ENTITY search.category.web        "Web">
  28. ]
  29. >
  30.  
  31.  
  32. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  33.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  34.  
  35.  
  36. <!-- search categories (under the "NC:SearchCategoryRoot" node) -->
  37. <!-- Note: these names SHOULD be localized via a DTD -->
  38.  
  39.   <RDF:Seq about="NC:SearchCategoryRoot">
  40.       <RDF:li>
  41.           <RDF:Description about="urn:search:category:2">
  42.             <NC:title>&search.category.mozilla;</NC:title>
  43.           </RDF:Description>
  44.  
  45.           <RDF:Description about="urn:search:category:1">
  46.             <NC:title>&search.category.web;</NC:title>
  47.           </RDF:Description>
  48.       </RDF:li>
  49.   </RDF:Seq>
  50.  
  51.  
  52. <!-- engines per category (Note that specific prefixes are required) -->
  53.  
  54.  
  55.   <RDF:Seq about="NC:SearchCategory?category=urn:search:category:1">
  56.       <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:NetscapeSearch.src" />
  57.     <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:google.src" />
  58.       <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:dmoz.src" />
  59.   </RDF:Seq>
  60.  
  61.   <RDF:Seq about="NC:SearchCategory?category=urn:search:category:2">
  62.       <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:mozilla.src" />
  63.       <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:bugzilla.src" />
  64.       <RDF:li resource="NC:SearchCategory?engine=urn:search:engine:lxrmozilla.src" />
  65.   </RDF:Seq>
  66.  
  67. </RDF:RDF>
  68.