diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-26 17:18:46 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-26 17:18:46 +0000 |
commit | 2f168903e78953e5792738bb2bc6edbbcbff9642 (patch) | |
tree | 23bdfec4a14b22eff8f17568be4dbf570a7a7501 | |
parent | f186e514fe186d2013d5a984cf54f660c66c8861 (diff) | |
download | chromium_src-2f168903e78953e5792738bb2bc6edbbcbff9642.zip chromium_src-2f168903e78953e5792738bb2bc6edbbcbff9642.tar.gz chromium_src-2f168903e78953e5792738bb2bc6edbbcbff9642.tar.bz2 |
Fix doc typo and moving status to the end.
BUG=None
TEST=None
TBR=binji@chromium.org,mackinlay@chromium.org
Review URL: https://codereview.chromium.org/331593009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280033 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | native_client_sdk/doc_generated/io2014.html | 118 | ||||
-rw-r--r-- | native_client_sdk/src/doc/io2014.rst | 95 |
2 files changed, 109 insertions, 104 deletions
diff --git a/native_client_sdk/doc_generated/io2014.html b/native_client_sdk/doc_generated/io2014.html index 06c5241..5b9c66d 100644 --- a/native_client_sdk/doc_generated/io2014.html +++ b/native_client_sdk/doc_generated/io2014.html @@ -10,70 +10,20 @@ Explore our new in-browser development environment and debugger.</p> all in your desktop web browser or on a Chromebook. Work either on-line or off-line!</p> <iframe class="video" width="500" height="281" -src="//www.youtube.com/embed/OzNuzBDEWzk?rel=0" frameborder="0"></iframe><section id="limitations"> -<h3 id="limitations">Limitations</h3> -<b><font color="#880000"> -NOTE: The NaCl Development Environment is not yet stable. -Ideally user data is preserved, but current it can be lost during updates or -sporadically. We're working to resolve this. -</font></b><p>These development tools are a work in progress. +src="//www.youtube.com/embed/OzNuzBDEWzk?rel=0" frameborder="0"></iframe><section id="work-in-progress"> +<h3 id="work-in-progress">Work in Progress</h3> +<p>These development tools are a work in progress, see <a class="reference internal" href="#feature-status">Feature Status</a>. At this point, they are a learning tool and demonstration of NaCl’s flexibility, but are not the recommended tools for a production application. To develop a substantial application for Native Client / Portable Native Client, we currently recommend you use the <a class="reference external" href="/native-client/sdk/download">Native Client SDK</a>.</p> -<p>Here is a summary of feature status. We hope to overcome these limitations -in the near future:</p> -<blockquote> -<div><ul class="small-gap"> -<li><p class="first">NaCl Development Environment</p> -<ul class="small-gap"> -<li><p class="first">General</p> -<ul class="small-gap"> -<li><p class="first">Supported:</p> -<ul class="small-gap"> -<li>Python (built-in)</li> -<li>GCC w/ GLibC (x86-32 and x86-64 only)</li> -<li>Lua (install with: <cite>package -i lua && . setup-environment</cite>)</li> -<li>Ruby (install with: <cite>package -i ruby && . setup-environment</cite>)</li> -<li>Nethack! (install with: <cite>package -i nethack && . setup-environment</cite>)</li> -</ul> -</li> -<li><p class="first">Unsupported:</p> -<ul class="small-gap"> -<li>Targeting Newlib</li> -<li>Targeting PNaCl</li> -<li>Forking in bash</li> -<li>Pipes / Redirection</li> -<li>Symbolic and hard links</li> -</ul> -</li> -</ul> -</li> -<li><p class="first">Missing / broken on ARM:</p> -<ul class="small-gap"> -<li>Git (broken)</li> -<li>GCC (unsupported)</li> -</ul> -</li> -</ul> -</li> -<li><p class="first">Debugger</p> -<ul class="small-gap"> -<li>Runs reliably only on a recent Beta or Dev Channel (M36+) build.</li> -<li><p class="first">Currently unreliable on some platforms:</p> -<ul class="small-gap"> -<li>ChromeOS</li> -<li>Mac OSX</li> -<li>Windows</li> -</ul> -</li> -</ul> -</li> -</ul> -</div></blockquote> -</section><section id="installation"> +<b><font color="#880000"> +NOTE: The NaCl Development Environment is not yet stable. +Ideally user data is preserved, but currently it can be lost during updates +or sporadically. We're working to resolve this. +</font></b></section><section id="installation"> <h3 id="installation">Installation</h3> <p>The setup process currently requires several steps. We’re working to reduce the number of steps in future releases. @@ -273,6 +223,58 @@ $ make serve Things are rapidly changing and in the coming months you can expect to see further improvements and filling out of our platform and library support.</p> <p>Check back at this page for the latest status.</p> +</section><section id="feature-status"> +<h3 id="feature-status">Feature Status</h3> +<p>Here is a summary of feature status. We hope to overcome these limitations +in the near future:</p> +<blockquote> +<div><ul class="small-gap"> +<li><p class="first">NaCl Development Environment</p> +<ul class="small-gap"> +<li><p class="first">General</p> +<ul class="small-gap"> +<li><p class="first">Supported:</p> +<ul class="small-gap"> +<li>Python (built-in)</li> +<li>GCC w/ GLibC (x86-32 and x86-64 only)</li> +<li>Lua (install with: <cite>package -i lua && . setup-environment</cite>)</li> +<li>Ruby (install with: <cite>package -i ruby && . setup-environment</cite>)</li> +<li>Nethack! (install with: <cite>package -i nethack && . setup-environment</cite>)</li> +</ul> +</li> +<li><p class="first">Unsupported:</p> +<ul class="small-gap"> +<li>Targeting Newlib</li> +<li>Targeting PNaCl</li> +<li>Forking in bash</li> +<li>Pipes / Redirection</li> +<li>Symbolic and hard links</li> +</ul> +</li> +</ul> +</li> +<li><p class="first">Missing / broken on ARM:</p> +<ul class="small-gap"> +<li>Git (broken)</li> +<li>GCC (unsupported)</li> +</ul> +</li> +</ul> +</li> +<li><p class="first">Debugger</p> +<ul class="small-gap"> +<li>Runs reliably only on a recent Beta or Dev Channel (M36+) build.</li> +<li><p class="first">Currently unreliable on some platforms:</p> +<ul class="small-gap"> +<li>ChromeOS</li> +<li>Mac OSX</li> +<li>Windows</li> +</ul> +</li> +</ul> +</li> +</ul> +</div></blockquote> </section></section></section> {{/partials.standard_nacl_article}} diff --git a/native_client_sdk/src/doc/io2014.rst b/native_client_sdk/src/doc/io2014.rst index dd451ac..d61c50b 100644 --- a/native_client_sdk/src/doc/io2014.rst +++ b/native_client_sdk/src/doc/io2014.rst @@ -19,18 +19,10 @@ Work either on-line or off-line! <iframe class="video" width="500" height="281" src="//www.youtube.com/embed/OzNuzBDEWzk?rel=0" frameborder="0"></iframe> -Limitations -=========== +Work in Progress +================ -.. raw:: html - - <b><font color="#880000"> - NOTE: The NaCl Development Environment is not yet stable. - Ideally user data is preserved, but current it can be lost during updates or - sporadically. We're working to resolve this. - </font></b> - -These development tools are a work in progress. +These development tools are a work in progress, see `Feature Status`_. At this point, they are a learning tool and demonstration of NaCl's flexibility, but are not the recommended tools for a production application. To develop a substantial application for Native Client / @@ -38,42 +30,13 @@ Portable Native Client, we currently recommend you use the `Native Client SDK </native-client/sdk/download>`_. -Here is a summary of feature status. We hope to overcome these limitations -in the near future: - - * NaCl Development Environment - - * General - - * Supported: - - * Python (built-in) - * GCC w/ GLibC (x86-32 and x86-64 only) - * Lua (install with: `package -i lua && . setup-environment`) - * Ruby (install with: `package -i ruby && . setup-environment`) - * Nethack! (install with: `package -i nethack && . setup-environment`) - - * Unsupported: - - * Targeting Newlib - * Targeting PNaCl - * Forking in bash - * Pipes / Redirection - * Symbolic and hard links - - * Missing / broken on ARM: - - * Git (broken) - * GCC (unsupported) +.. raw:: html - * Debugger - - * Runs reliably only on a recent Beta or Dev Channel (M36+) build. - * Currently unreliable on some platforms: - - * ChromeOS - * Mac OSX - * Windows + <b><font color="#880000"> + NOTE: The NaCl Development Environment is not yet stable. + Ideally user data is preserved, but currently it can be lost during updates + or sporadically. We're working to resolve this. + </font></b> Installation ============ @@ -295,3 +258,43 @@ Things are rapidly changing and in the coming months you can expect to see further improvements and filling out of our platform and library support. Check back at this page for the latest status. + +Feature Status +============== + +Here is a summary of feature status. We hope to overcome these limitations +in the near future: + + * NaCl Development Environment + + * General + + * Supported: + + * Python (built-in) + * GCC w/ GLibC (x86-32 and x86-64 only) + * Lua (install with: `package -i lua && . setup-environment`) + * Ruby (install with: `package -i ruby && . setup-environment`) + * Nethack! (install with: `package -i nethack && . setup-environment`) + + * Unsupported: + + * Targeting Newlib + * Targeting PNaCl + * Forking in bash + * Pipes / Redirection + * Symbolic and hard links + + * Missing / broken on ARM: + + * Git (broken) + * GCC (unsupported) + + * Debugger + + * Runs reliably only on a recent Beta or Dev Channel (M36+) build. + * Currently unreliable on some platforms: + + * ChromeOS + * Mac OSX + * Windows |