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

Side by Side Diff: native_client_sdk/doc_generated/devguide/devcycle/running.html

Issue 476793002: Per P0 reqs add launch pts + make download obvious. Also misc cpy edits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
1 {{+bindTo:partials.standard_nacl_api}} 1 {{+bindTo:partials.standard_nacl_api}}
2 2
3 <section id="running"> 3 <section id="running">
4 <h1 id="running">Running</h1> 4 <h1 id="running">Running</h1>
5 <div class="contents local" id="contents" style="display: none"> 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="id5">Introduction</a> </li> 7 <li><a class="reference internal" href="#introduction" id="id5">Introduction</a> </li>
8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio ns" id="id6">Portable Native Client (PNaCl) applications</a></li> 8 <li><a class="reference internal" href="#portable-native-client-pnacl-applicatio ns" id="id6">Portable Native Client (PNaCl) applications</a></li>
9 <li><a class="reference internal" href="#native-client-applications-and-the-chro me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></ li> 9 <li><a class="reference internal" href="#native-client-applications-and-the-chro me-web-store" id="id7">Native Client applications and the Chrome Web Store</a></ li>
10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8 ">Prerequisites</a></p> 10 <li><p class="first"><a class="reference internal" href="#prerequisites" id="id8 ">Prerequisites</a></p>
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 <li>Create a zip file with the CWS manifest file, the application icons, and 379 <li>Create a zip file with the CWS manifest file, the application icons, and
380 all your application files (.html, .nmf, .nexe, .css, .js, image files, 380 all your application files (.html, .nmf, .nexe, .css, .js, image files,
381 etc.)</li> 381 etc.)</li>
382 </ul> 382 </ul>
383 </li> 383 </li>
384 <li>For a <strong>hosted application</strong>:<ul class="small-gap"> 384 <li>For a <strong>hosted application</strong>:<ul class="small-gap">
385 <li>Create a zip file with the CWS manifest file and the application icon(s).</l i> 385 <li>Create a zip file with the CWS manifest file and the application icon(s).</l i>
386 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files, 386 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files,
387 etc.) to the server on which the application is being hosted.</li> 387 etc.) to the server on which the application is being hosted.</li>
388 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too ls/">Google Webmaster Tools</a> to 388 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too ls/">Google Webmaster Tools</a> to
389 verify ownership of the web site on which the application runs.</li> 389 verify ownership of the website on which the application runs.</li>
390 </ul> 390 </ul>
391 </li> 391 </li>
392 <li>Log in to the <a class="reference external" href="https://chrome.google.com/ webstore/developer/dashboard">Chrome Web Store Developer Dashboard</a>.<ul class ="small-gap"> 392 <li>Log in to the <a class="reference external" href="https://chrome.google.com/ webstore/developer/dashboard">Chrome Web Store Developer Dashboard</a>.<ul class ="small-gap">
393 <li>The first time you log in, click the &#8220;Add new item&#8221; button to di splay the 393 <li>The first time you log in, click the &#8220;Add new item&#8221; button to di splay the
394 Google Chrome Web Store Developer Agreement. Review and accept the 394 Google Chrome Web Store Developer Agreement. Review and accept the
395 agreement and then return to the <a class="reference external" href="https://chr ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li> 395 agreement and then return to the <a class="reference external" href="https://chr ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li>
396 </ul> 396 </ul>
397 </li> 397 </li>
398 <li>Click &#8220;Edit your tester accounts&#8221; at the bottom of the Developer Dashboard.</li> 398 <li>Click &#8220;Edit your tester accounts&#8221; at the bottom of the Developer Dashboard.</li>
399 <li>Enter a series of email addresses for your testers (separated by commas or 399 <li>Enter a series of email addresses for your testers (separated by commas or
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 </ul> 432 </ul>
433 </li> 433 </li>
434 </ol> 434 </ol>
435 <p>To publish an application to the world after publishing it to test accounts, 435 <p>To publish an application to the world after publishing it to test accounts,
436 you must first unpublish the application. For additional information see 436 you must first unpublish the application. For additional information see
437 <a class="reference external" href="/webstore/docs/publish">Publishing Your App< /a>, and in particular <a class="reference external" href="/webstore/publish#tes taccounts">Publishing 437 <a class="reference external" href="/webstore/docs/publish">Publishing Your App< /a>, and in particular <a class="reference external" href="/webstore/publish#tes taccounts">Publishing
438 to test accounts</a>.</p> 438 to test accounts</a>.</p>
439 </section></section> 439 </section></section>
440 440
441 {{/partials.standard_nacl_api}} 441 {{/partials.standard_nacl_api}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698