blob: a5e36ce78c265bc29614affe1eb497f89ecd8652 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE rdf:RDF SYSTEM "chrome://branding/locale/brand.dtd" >
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:nc="http://home.netscape.com/NC-rdf#">
<rdf:Description about="help-toc.rdf#nav-doc-ses">
<nc:subheadings>
<rdf:Seq>
<rdf:li> <rdf:Description ID="nav-doc-default" nc:name="Making &brandShortName; Your Default Browser" nc:link="nav_help.xhtml#making_mozilla_your_default_browser"/> </rdf:li>
<rdf:li> <rdf:Description ID="nav-doc-quicklaunch" nc:name="Using Quick Launch" nc:link="nav_help.xhtml#using_quick_launch"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-toc.rdf#advanced_pref_advanced">
<nc:subheadings>
<rdf:Seq>
<rdf:li><rdf:Description ID="advanced_pref_system" nc:name="System" nc:link="cs_nav_prefs_advanced.xhtml#system"/> </rdf:li>
</rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-index1.rdf#browser">
<nc:subheadings>
<rdf:Seq><rdf:li>
<rdf:Description ID="browser:default"
nc:name="default browser"
nc:link="nav_help.xhtml#making_mozilla_your_default_browser"/>
</rdf:li></rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-indexAZ.rdf#d">
<nc:subheadings>
<rdf:Seq><rdf:li>
<rdf:Description ID="default_browser_preferences"
nc:name="default browser preferences"
nc:link="cs_nav_prefs_navigator.xhtml#navigator"/>
</rdf:li></rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-index1.rdf#preferences">
<nc:subheadings>
<rdf:Seq><rdf:li>
<rdf:Description ID="preferences:default_browser"
nc:name="default browser preferences"
nc:link="cs_nav_prefs_navigator.xhtml#navigator"/>
</rdf:li></rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-indexAZ.rdf#q">
<nc:subheadings>
<rdf:Seq><rdf:li>
<rdf:Description ID="Quick_Launch"
nc:name="Quick Launch"
nc:link="nav_help.xhtml#using_quick_launch"/>
</rdf:li></rdf:Seq>
</nc:subheadings>
</rdf:Description>
<rdf:Description about="help-indexAZ.rdf#s">
<nc:subheadings>
<rdf:Seq><rdf:li>
<rdf:Description ID="System"
nc:name="System Preferences"
nc:link="cs_nav_prefs_advanced.xhtml#system"/>
</rdf:li></rdf:Seq>
</nc:subheadings>
</rdf:Description>
</rdf:RDF>
|