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

Side by Side Diff: native_client_sdk/src/doc/devguide/devcycle/running.rst

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 .. _devcycle-running: 1 .. _devcycle-running:
2 2
3 :template: standard_nacl_api 3 :template: standard_nacl_api
4 4
5 ####### 5 #######
6 Running 6 Running
7 ####### 7 #######
8 8
9 9
10 .. contents:: 10 .. contents::
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 * Create a zip file with the CWS manifest file, the application icons, and 413 * Create a zip file with the CWS manifest file, the application icons, and
414 all your application files (.html, .nmf, .nexe, .css, .js, image files, 414 all your application files (.html, .nmf, .nexe, .css, .js, image files,
415 etc.) 415 etc.)
416 416
417 #. For a **hosted application**: 417 #. For a **hosted application**:
418 418
419 * Create a zip file with the CWS manifest file and the application icon(s). 419 * Create a zip file with the CWS manifest file and the application icon(s).
420 * Upload the application files (.html, .nmf, .nexe, .css, .js, image files, 420 * Upload the application files (.html, .nmf, .nexe, .css, .js, image files,
421 etc.) to the server on which the application is being hosted. 421 etc.) to the server on which the application is being hosted.
422 * Use `Google Webmaster Tools <http://www.google.com/webmasters/tools/>`_ to 422 * Use `Google Webmaster Tools <http://www.google.com/webmasters/tools/>`_ to
423 verify ownership of the web site on which the application runs. 423 verify ownership of the website on which the application runs.
424 424
425 #. Log in to the `Chrome Web Store Developer Dashboard 425 #. Log in to the `Chrome Web Store Developer Dashboard
426 <https://chrome.google.com/webstore/developer/dashboard>`_. 426 <https://chrome.google.com/webstore/developer/dashboard>`_.
427 427
428 * The first time you log in, click the "Add new item" button to display the 428 * The first time you log in, click the "Add new item" button to display the
429 Google Chrome Web Store Developer Agreement. Review and accept the 429 Google Chrome Web Store Developer Agreement. Review and accept the
430 agreement and then return to the `Developer Dashboard 430 agreement and then return to the `Developer Dashboard
431 <https://chrome.google.com/webstore/developer/dashboard>`_. 431 <https://chrome.google.com/webstore/developer/dashboard>`_.
432 432
433 #. Click "Edit your tester accounts" at the bottom of the Developer Dashboard. 433 #. Click "Edit your tester accounts" at the bottom of the Developer Dashboard.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 be able to find the application by searching in the CWS. 465 be able to find the application by searching in the CWS.
466 466
467 To publish an application to the world after publishing it to test accounts, 467 To publish an application to the world after publishing it to test accounts,
468 you must first unpublish the application. For additional information see 468 you must first unpublish the application. For additional information see
469 `Publishing Your App </webstore/docs/publish>`_, and in particular `Publishing 469 `Publishing Your App </webstore/docs/publish>`_, and in particular `Publishing
470 to test accounts </webstore/publish#testaccounts>`_. 470 to test accounts </webstore/publish#testaccounts>`_.
471 471
472 .. |menu-icon| image:: /images/menu-icon.png 472 .. |menu-icon| image:: /images/menu-icon.png
473 .. |extensions| image:: /images/extensions-management.png 473 .. |extensions| image:: /images/extensions-management.png
474 .. |new-tab-apps| image:: /images/new-tab-apps.png 474 .. |new-tab-apps| image:: /images/new-tab-apps.png
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698