OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="native-client-manifest-nmf-format"> | 3 <section id="native-client-manifest-nmf-format"> |
4 <h1 id="native-client-manifest-nmf-format">Native Client Manifest (nmf) Format</
h1> | 4 <h1 id="native-client-manifest-nmf-format">Native Client Manifest (nmf) Format</
h1> |
5 <div class="contents local topic" id="contents"> | 5 <div class="contents local" id="contents" style="display: none"> |
6 <ul class="small-gap"> | 6 <ul class="small-gap"> |
7 <li><a class="reference internal" href="#overview" id="id1">Overview</a></li> | 7 <li><a class="reference internal" href="#overview" id="id1">Overview</a></li> |
8 <li><a class="reference internal" href="#field-summary" id="id2">Field summary</
a></li> | 8 <li><a class="reference internal" href="#field-summary" id="id2">Field summary</
a></li> |
9 <li><p class="first"><a class="reference internal" href="#field-details" id="id3
">Field details</a></p> | 9 <li><p class="first"><a class="reference internal" href="#field-details" id="id3
">Field details</a></p> |
10 <ul class="small-gap"> | 10 <ul class="small-gap"> |
11 <li><a class="reference internal" href="#program" id="id4">program</a></li> | 11 <li><a class="reference internal" href="#program" id="id4">program</a></li> |
12 <li><a class="reference internal" href="#files" id="id5">files</a></li> | 12 <li><a class="reference internal" href="#files" id="id5">files</a></li> |
13 </ul> | 13 </ul> |
14 </li> | 14 </li> |
15 <li><p class="first"><a class="reference internal" href="#semantics" id="id6">Se
mantics</a></p> | 15 <li><p class="first"><a class="reference internal" href="#semantics" id="id6">Se
mantics</a></p> |
16 <ul class="small-gap"> | 16 <ul class="small-gap"> |
17 <li><a class="reference internal" href="#schema-validation" id="id7">Schema vali
dation</a></li> | 17 <li><a class="reference internal" href="#schema-validation" id="id7">Schema vali
dation</a></li> |
18 <li><a class="reference internal" href="#nexe-matching" id="id8">Nexe matching</
a></li> | 18 <li><a class="reference internal" href="#nexe-matching" id="id8">Nexe matching</
a></li> |
19 <li><a class="reference internal" href="#file-matching" id="id9">File matching</
a></li> | 19 <li><a class="reference internal" href="#file-matching" id="id9">File matching</
a></li> |
20 <li><a class="reference internal" href="#url-of-the-nmf-file-from-embed-src-and-
data-uri" id="id10">URL of the nmf file, from <code><embed></code> src, an
d data URI</a></li> | 20 <li><a class="reference internal" href="#url-of-the-nmf-file-from-embed-src-and-
data-uri" id="id10">URL of the nmf file, from <code><embed></code> src, an
d data URI</a></li> |
21 <li><a class="reference internal" href="#url-resolution" id="id11">URL resolutio
n</a></li> | 21 <li><a class="reference internal" href="#url-resolution" id="id11">URL resolutio
n</a></li> |
22 </ul> | 22 </ul> |
23 </li> | 23 </li> |
24 </ul> | 24 </ul> |
25 </div> | 25 |
26 <section id="overview"> | 26 </div><section id="overview"> |
27 <h2 id="overview">Overview</h2> | 27 <h2 id="overview">Overview</h2> |
28 <p>Every Native Client application has a <a class="reference external" href="htt
p://www.json.org/">JSON-formatted</a> | 28 <p>Every Native Client application has a <a class="reference external" href="htt
p://www.json.org/">JSON-formatted</a> |
29 NaCl Manifest File (<code>nmf</code>). The <code>nmf</code> tells the browser wh
ere to | 29 NaCl Manifest File (<code>nmf</code>). The <code>nmf</code> tells the browser wh
ere to |
30 download and load your Native Client application files and libraries. | 30 download and load your Native Client application files and libraries. |
31 The file can also contain configuration options.</p> | 31 The file can also contain configuration options.</p> |
32 </section><section id="field-summary"> | 32 </section><section id="field-summary"> |
33 <h2 id="field-summary">Field summary</h2> | 33 <h2 id="field-summary">Field summary</h2> |
34 <p>The following shows the supported top-level manifest fields. There is one | 34 <p>The following shows the supported top-level manifest fields. There is one |
35 section that discusses each field in detail. The only field that is required | 35 section that discusses each field in detail. The only field that is required |
36 is the <code>program</code> field.</p> | 36 is the <code>program</code> field.</p> |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 inline with a data URI can help reduce the amount of network traffic | 228 inline with a data URI can help reduce the amount of network traffic |
229 required to load the Native Client application.</p> | 229 required to load the Native Client application.</p> |
230 </section><section id="url-resolution"> | 230 </section><section id="url-resolution"> |
231 <span id="nmf-url-resolution"></span><h3 id="url-resolution"><span id="nmf-url-r
esolution"></span>URL resolution</h3> | 231 <span id="nmf-url-resolution"></span><h3 id="url-resolution"><span id="nmf-url-r
esolution"></span>URL resolution</h3> |
232 <p>All URLs contained in a manifest are resolved relative to the URL of | 232 <p>All URLs contained in a manifest are resolved relative to the URL of |
233 the manifest. If the manifest was specified as a data URI, the URLs must | 233 the manifest. If the manifest was specified as a data URI, the URLs must |
234 all be absolute.</p> | 234 all be absolute.</p> |
235 </section></section></section> | 235 </section></section></section> |
236 | 236 |
237 {{/partials.standard_nacl_article}} | 237 {{/partials.standard_nacl_article}} |
OLD | NEW |