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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab.html

Issue 12221067: Move Chrome Apps Codelab docs to developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed references to github, accordingly to the new github angularjs subdirectories; added a link to… Created 7 years, 10 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
Index: chrome/common/extensions/docs/templates/articles/app_codelab.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab.html b/chrome/common/extensions/docs/templates/articles/app_codelab.html
new file mode 100644
index 0000000000000000000000000000000000000000..a329297495bd4098c799c0942175dfb45a7e7db9
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab.html
@@ -0,0 +1,48 @@
+<h1 id="get_ready_to_build_chrome_apps_">Get Ready to Build Chrome Apps!</h1>
+
+<p>Chrome apps are written in HTML5, JavaScript, and CSS, just like web apps.
+But they look and behave more like native apps, and they have super-powerful capabilities,
+like the ability to interact with network and hardware devices, media tools, and much more.</p>
+
+<h2 id="help_us_make_chrome_apps_better_">Help us make Chrome Apps better!</h2>
+
+<p>Chrome apps are still in developer preview-- we know they aren&#39;t perfect. But we&#39;re trying to do something new here, bridging together the native and web experience, giving developers choice and users the best experience possible.</p>
+
+<p>For Chrome apps to succeed, we need and want your feedback and we don&#39;t want you to have to go in circles to provide it.
+Here&#39;s a <a href="https://docs.google.com/a/google.com/forms/d/1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU/viewform?id=1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU">very simple feedback form</a>.</p>
mkearney1 2013/02/12 22:22:11 replace "Here's a very simple feedback form" with:
Renato Mangini (chromium) 2013/02/13 22:55:33 Done.
+
+<h2 id="learn_more_about_chrome_apps">Learn more about Chrome Apps</h2>
+
+<ul>
+<li>Read the <a href="http://developer.chrome.com/apps/">docs</a>.</li>
+<li>Check out the <a href="http://developer.chrome.com/apps/api_index.html">Chrome Apps APIs</a>.</li>
+<li>Fork any and all <a href="https://github.com/GoogleChrome/chrome-app-samples">chrome-app-samples</a> and make something of your own.</li>
+<li>Watch the <a href="https://developers.google.com/live/chrome/">Chrome Apps GDL sessions</a>.</li>
+<li>Follow the Chrome Apps Todo tutorial here.</li>
+</ul>
+
+<h2 id="about_this_tutorial">About this Tutorial</h2>
+
+<p>The goal of this tutorial is to get you building Chrome apps fast.
+We&#39;ve done our best to capture some of the trickier parts to the development process
+keeping the sample simple and straightforward.</p>
+
+<p>Once you&#39;ve comleted the tutorial,
mkearney1 2013/02/12 22:22:11 Spelling: comleted should be completed.
Renato Mangini (chromium) 2013/02/13 22:55:33 Done.
+you will have a simple Todo app. The sample code in each lab builds upon the previous.
+To see how the Todo app changes as you work through the lab,
+you can upload the code in each lab and launch the app from a new tab.</p>
+
+<h2 id="tutorial_structure">Tutorial structure</h2>
+
+<ul>
+<li>Set up development environment: <a href="app_codelab1_setup.html">lab1_setup</a></li>
+<li>Create basic app: <a href="app_codelab2_basic.html">lab2_basic</a></li>
+<li>Create model-view-controller: <a href="app_codelab3_mvc.html">lab3_mvc</a></li>
+<li>Test app **Work-in-progress**: <a href="app_codelab4_testing.html">lab4_testing</a></li>
+<li>Save and fetch data: <a href="app_codelab5_data.html">lab5_data</a></li>
+<li>Manage app lifecycle: <a href="app_codelab6_lifecycle.html">lab6_lifecycle</a></li>
+<li>Access user&#39;s data: <a href="app_codelab7_useridentification.html">lab7_useridentification</a></li>
+<li>Access resources from the web: <a href="app_codelab8_webresources.html">lab8_webresources</a></li>
+<li>Create multiple views: <a href="app_codelab9_multipleviews.html">lab9_multipleviews</a></li>
+<li>Publish app in Chrome Web Store: <a href="app_codelab_10_publishing.html">lab_10_publishing</a></li>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698