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

Unified Diff: native_client_sdk/doc_generated/overview.html

Issue 536823004: Move 'Versioning' topic from overview to download page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes so that CL will upload. Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/sdk/download.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/overview.html
diff --git a/native_client_sdk/doc_generated/overview.html b/native_client_sdk/doc_generated/overview.html
index dc562620df73e86500a0d3b3a17ffbe5afaaebc6..edda38877d52bf91ea9faf7e924437e8e84dff00 100644
--- a/native_client_sdk/doc_generated/overview.html
+++ b/native_client_sdk/doc_generated/overview.html
@@ -4,23 +4,22 @@
<span id="overview"></span><h1 id="technical-overview"><span id="overview"></span>Technical Overview</h1>
<div class="contents local" id="contents" style="display: none">
<ul class="small-gap">
-<li><a class="reference internal" href="#why-use-native-client" id="id9">Why use Native Client?</a></li>
-<li><a class="reference internal" href="#benefits-of-native-client" id="id10">Benefits of Native Client</a></li>
-<li><a class="reference internal" href="#common-use-cases" id="id11">Common use cases</a></li>
-<li><p class="first"><a class="reference internal" href="#how-native-client-works" id="id12">How Native Client works</a></p>
+<li><a class="reference internal" href="#why-use-native-client" id="id7">Why use Native Client?</a></li>
+<li><a class="reference internal" href="#benefits-of-native-client" id="id8">Benefits of Native Client</a></li>
+<li><a class="reference internal" href="#common-use-cases" id="id9">Common use cases</a></li>
+<li><p class="first"><a class="reference internal" href="#how-native-client-works" id="id10">How Native Client works</a></p>
<ul class="small-gap">
-<li><a class="reference internal" href="#toolchains" id="id13">Toolchains</a></li>
-<li><a class="reference internal" href="#security" id="id14">Security</a></li>
-<li><a class="reference internal" href="#portability" id="id15">Portability</a></li>
+<li><a class="reference internal" href="#toolchains" id="id11">Toolchains</a></li>
+<li><a class="reference internal" href="#security" id="id12">Security</a></li>
+<li><a class="reference internal" href="#portability" id="id13">Portability</a></li>
</ul>
</li>
-<li><p class="first"><a class="reference internal" href="#structure-of-a-web-application" id="id16">Structure of a web application</a></p>
+<li><p class="first"><a class="reference internal" href="#structure-of-a-web-application" id="id14">Structure of a web application</a></p>
<ul class="small-gap">
-<li><a class="reference internal" href="#pepper-plug-in-api" id="id17">Pepper plug-in API</a></li>
+<li><a class="reference internal" href="#pepper-plug-in-api" id="id15">Pepper plug-in API</a></li>
</ul>
</li>
-<li><a class="reference internal" href="#versioning" id="id18">Versioning</a></li>
-<li><a class="reference internal" href="#where-to-start" id="id19">Where to start</a></li>
+<li><a class="reference internal" href="#where-to-start" id="id16">Where to start</a></li>
</ul>
</div><p><strong>Native Client</strong> (NaCl) is an open-source technology for running native
@@ -229,16 +228,7 @@ capabilities, including:</p>
<p>Pepper includes both a <a class="reference internal" href="/native-client/c-api.html"><em>C API</em></a> and a <a class="reference internal" href="/native-client/cpp-api.html"><em>C++ API</em></a>.
The C++ API is a set of bindings written on top of the C API. For additional
information about Pepper, see <a class="reference external" href="http://code.google.com/p/ppapi/wiki/Concepts">Pepper Concepts</a>.</p>
-<h2 id="versioning"><span id="id7"></span>Versioning</h2>
-<p>Chrome is released on a six week cycle, and developer versions of Chrome are
-pushed to the public beta channel three weeks before each release. As with any
-software, each release of Chrome may include changes to Native Client and the
-Pepper interfaces that may require modification to existing applications.
-However, modules compiled for one version of Pepper/Chrome should work with
-subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the
-Pepper APIs to help you make adjustments to API changes and take
-advantage of new features: <a class="reference external" href="/native-client/pepper_stable">stable</a>, <a class="reference external" href="/native-client/pepper_beta">beta</a> and <a class="reference external" href="/native-client/pepper_dev">dev</a>.</p>
-<h2 id="where-to-start"><span id="id8"></span>Where to start</h2>
+<h2 id="where-to-start">Where to start</h2>
<p>The <a class="reference internal" href="/native-client/quick-start.html"><em>Quick Start</em></a> document provides links to downloads and
documentation to help you get started with developing and distributing Native
Client applications.</p>
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/sdk/download.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698