Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: native_client_sdk/doc_generated/overview.html

Issue 146203002: [NaCl SDK Docs] Remove table-of-contents from generated pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add .gitignore for .buildinfo Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="technical-overview"> 3 <section id="technical-overview">
4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa n>Technical Overview</h1> 4 <span id="overview"></span><h1 id="technical-overview"><span id="overview"></spa n>Technical Overview</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="#introduction" id="id2">Introduction</a> </li> 7 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a> </li>
8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use Native Client?</a></li> 8 <li><a class="reference internal" href="#why-use-native-client" id="id3">Why use Native Client?</a></li>
9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c ases</a></li> 9 <li><a class="reference internal" href="#common-use-cases" id="id4">Common use c ases</a></li>
10 <li><p class="first"><a class="reference internal" href="#how-native-client-work s" id="id5">How Native Client works</a></p> 10 <li><p class="first"><a class="reference internal" href="#how-native-client-work s" id="id5">How Native Client works</a></p>
11 <ul class="small-gap"> 11 <ul class="small-gap">
12 <li><a class="reference internal" href="#security" id="id6">Security</a></li> 12 <li><a class="reference internal" href="#security" id="id6">Security</a></li>
13 <li><a class="reference internal" href="#portability" id="id7">Portability</a></ li> 13 <li><a class="reference internal" href="#portability" id="id7">Portability</a></ li>
14 <li><a class="reference internal" href="#toolchains" id="id8">Toolchains</a></li > 14 <li><a class="reference internal" href="#toolchains" id="id8">Toolchains</a></li >
15 </ul> 15 </ul>
16 </li> 16 </li>
17 <li><p class="first"><a class="reference internal" href="#native-client-in-a-web -application" id="id9">Native Client in a web application</a></p> 17 <li><p class="first"><a class="reference internal" href="#native-client-in-a-web -application" id="id9">Native Client in a web application</a></p>
18 <ul class="small-gap"> 18 <ul class="small-gap">
19 <li><a class="reference internal" href="#pepper-plugin-api" id="id10">Pepper Plu gin API</a></li> 19 <li><a class="reference internal" href="#pepper-plugin-api" id="id10">Pepper Plu gin API</a></li>
20 </ul> 20 </ul>
21 </li> 21 </li>
22 <li><a class="reference internal" href="#versioning" id="id11">Versioning</a></l i> 22 <li><a class="reference internal" href="#versioning" id="id11">Versioning</a></l i>
23 <li><a class="reference internal" href="#where-to-start" id="id12">Where to star t</a></li> 23 <li><a class="reference internal" href="#where-to-start" id="id12">Where to star t</a></li>
24 </ul> 24 </ul>
25 </div> 25
26 <section id="introduction"> 26 </div><section id="introduction">
27 <h2 id="introduction">Introduction</h2> 27 <h2 id="introduction">Introduction</h2>
28 <p><strong>Native Client</strong> (NaCl) is an open-source technology for runnin g native 28 <p><strong>Native Client</strong> (NaCl) is an open-source technology for runnin g native
29 compiled code in the browser, with the goal of maintaining the portability 29 compiled code in the browser, with the goal of maintaining the portability
30 and safety that users expect from web applications. Native Client expands web 30 and safety that users expect from web applications. Native Client expands web
31 programming beyond JavaScript, enabling developers to enhance their web 31 programming beyond JavaScript, enabling developers to enhance their web
32 applications using their preferred language. This document describes some of 32 applications using their preferred language. This document describes some of
33 the key benefits and common use cases of Native Client.</p> 33 the key benefits and common use cases of Native Client.</p>
34 <p>Google has implemented the open-source <a class="reference external" href="ht tp://www.chromium.org/nativeclient">Native Client project</a> in the Chrome brow ser on Windows, Mac, 34 <p>Google has implemented the open-source <a class="reference external" href="ht tp://www.chromium.org/nativeclient">Native Client project</a> in the Chrome brow ser on Windows, Mac,
35 Linux, and Chrome OS. The <a class="reference internal" href="/native-client/sdk /download.html"><em>Native Client Software Development Kit (SDK)</em></a>, itsel f an open-source project, lets developers create web 35 Linux, and Chrome OS. The <a class="reference internal" href="/native-client/sdk /download.html"><em>Native Client Software Development Kit (SDK)</em></a>, itsel f an open-source project, lets developers create web
36 applications that use NaCl and run in Chrome across multiple platforms.</p> 36 applications that use NaCl and run in Chrome across multiple platforms.</p>
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 help developers make adjustments to API changes and take advantage of new 231 help developers make adjustments to API changes and take advantage of new
232 features.</p> 232 features.</p>
233 </section><section id="where-to-start"> 233 </section><section id="where-to-start">
234 <h2 id="where-to-start">Where to start</h2> 234 <h2 id="where-to-start">Where to start</h2>
235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em> Quick Start</em></a> document provides links to downloads and 235 <p>The <a class="reference internal" href="/native-client/quick-start.html"><em> Quick Start</em></a> document provides links to downloads and
236 documentation that should help you get started with developing and distributing 236 documentation that should help you get started with developing and distributing
237 Native Client applications.</p> 237 Native Client applications.</p>
238 </section></section> 238 </section></section>
239 239
240 {{/partials.standard_nacl_article}} 240 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698