home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / en-US.jar / locale / en-US / global / builtinURLs.rdf < prev    next >
Extensible Markup Language  |  2001-03-23  |  2KB  |  57 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) 2000 Netscape Communications Corp. All
  18.    - Rights Reserved.
  19.    - 
  20.    - Contributor(s): Tao Cheng <tao@netscape.com>
  21.    -                 
  22.   --> 
  23.  
  24. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  25.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  26.  
  27.   <RDF:Description about='urn:clienturl:toolbar:mynetscape'>
  28.     <NC:title>My Netscape</NC:title>
  29.     <NC:content>http://my.netscape.com/</NC:content>
  30.   </RDF:Description>
  31.  
  32.   <RDF:Description about='urn:clienturl:toolbar:home'>
  33.     <NC:title>Home</NC:title>
  34.     <NC:content>http://home.netscape.com/</NC:content>
  35.   </RDF:Description>
  36.  
  37.   <RDF:Description about='urn:clienturl:toolbar:relnotes'>
  38.     <NC:title>Release Notes</NC:title>
  39.     <NC:content>http://www.mozilla.org/projects/seamonkey/release-notes/</NC:content>
  40.   </RDF:Description>
  41.  
  42.   <!-- View Menu -->
  43.  
  44.   <RDF:Description about='urn:clienturl:viewmenu:intlwebcontent'>
  45.     <NC:title>International Languages and Web Content</NC:title>
  46.     <NC:content>http://www.mozilla.org/projects/intl/xul-how2l10n.html#mlp</NC:content>
  47.   </RDF:Description>
  48.  
  49.   <!-- Search Menu -->
  50.  
  51.   <RDF:Description about='urn:clienturl:srchmenu:srchinternet'>
  52.     <NC:title>Search Internet</NC:title>
  53.     <NC:content>http://home.netscape.com/bookmark/6_0/ssearch.html</NC:content>
  54.   </RDF:Description>
  55.  
  56. </RDF:RDF>
  57.