mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
973 B
XML
26 lines
973 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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="urn:root">
|
|
<nc:subheadings>
|
|
<rdf:Seq>
|
|
<rdf:li> <rdf:Description ID="use-help" nc:name="Using the Help Window"
|
|
nc:link="chrome://help/locale/welcome.xhtml"/> </rdf:li>
|
|
</rdf:Seq>
|
|
</nc:subheadings>
|
|
</rdf:Description>
|
|
|
|
<rdf:Description about="#use-help">
|
|
<nc:subheadings>
|
|
<rdf:Seq>
|
|
<rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Finding the Topic You Want"
|
|
nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li>
|
|
<rdf:li> <rdf:Description ID="use-help-search" nc:name="Search Tips"
|
|
nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li>
|
|
</rdf:Seq>
|
|
</nc:subheadings>
|
|
</rdf:Description>
|
|
|
|
</rdf:RDF>
|