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

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: CL synced with master. 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 <li>Create a zip file with the CWS manifest file, the application icons, and 365 <li>Create a zip file with the CWS manifest file, the application icons, and
366 all your application files (.html, .nmf, .nexe, .css, .js, image files, 366 all your application files (.html, .nmf, .nexe, .css, .js, image files,
367 etc.)</li> 367 etc.)</li>
368 </ul> 368 </ul>
369 </li> 369 </li>
370 <li>For a <strong>hosted application</strong>:<ul class="small-gap"> 370 <li>For a <strong>hosted application</strong>:<ul class="small-gap">
371 <li>Create a zip file with the CWS manifest file and the application icon(s).</l i> 371 <li>Create a zip file with the CWS manifest file and the application icon(s).</l i>
372 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files, 372 <li>Upload the application files (.html, .nmf, .nexe, .css, .js, image files,
373 etc.) to the server on which the application is being hosted.</li> 373 etc.) to the server on which the application is being hosted.</li>
374 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too ls/">Google Webmaster Tools</a> to 374 <li>Use <a class="reference external" href="http://www.google.com/webmasters/too ls/">Google Webmaster Tools</a> to
375 verify ownership of the web site on which the application runs.</li> 375 verify ownership of the website on which the application runs.</li>
376 </ul> 376 </ul>
377 </li> 377 </li>
378 <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"> 378 <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">
379 <li>The first time you log in, click the &#8220;Add new item&#8221; button to di splay the 379 <li>The first time you log in, click the &#8220;Add new item&#8221; button to di splay the
380 Google Chrome Web Store Developer Agreement. Review and accept the 380 Google Chrome Web Store Developer Agreement. Review and accept the
381 agreement and then return to the <a class="reference external" href="https://chr ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li> 381 agreement and then return to the <a class="reference external" href="https://chr ome.google.com/webstore/developer/dashboard">Developer Dashboard</a>.</li>
382 </ul> 382 </ul>
383 </li> 383 </li>
384 <li>Click &#8220;Edit your tester accounts&#8221; at the bottom of the Developer Dashboard.</li> 384 <li>Click &#8220;Edit your tester accounts&#8221; at the bottom of the Developer Dashboard.</li>
385 <li>Enter a series of email addresses for your testers (separated by commas or 385 <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
418 </ul> 418 </ul>
419 </li> 419 </li>
420 </ol> 420 </ol>
421 <p>To publish an application to the world after publishing it to test accounts, 421 <p>To publish an application to the world after publishing it to test accounts,
422 you must first unpublish the application. For additional information see 422 you must first unpublish the application. For additional information see
423 <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 423 <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
424 to test accounts</a>.</p> 424 to test accounts</a>.</p>
425 </section> 425 </section>
426 426
427 {{/partials.standard_nacl_api}} 427 {{/partials.standard_nacl_api}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698