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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/develop_apps.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in converter.py Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <h1 class="page_title">Before You Start</h1>
2 <div id="pageData-showTOC" class="pageData">true</div>
3 <p>
4 This documentation tells you how to write packaged apps.
5 All developers, however, should know that the new APIs
6 for packaged apps are being released as a developer preview.
7 This means that they are evolving daily,
8 and anything you read now might be different in the near future.
9 Please keep up to date with the API reference and documentation.
10 If you hit any stumbling blocks,
11 feedback is welcome at
12 <a href="http://groups.google.com/a/chromium.org/group/chromium-apps">#chromium- apps</a>
13 </p>
14 <p class="caution">
15 <b>Note:</b>
16 If you've written packaged apps before,
17 your <a href="http://code.google.com/chrome/extensions/apps.html">legacy package d apps</a>
18 will still work the way they always have,
19 but they won't have access to the new APIs.
20 </p>
21 <h2 id="start">Where to start</h2>
22 <p>
23 The <a href="about_apps.html">Getting Started</a> guide is a great place to star t.
24 It's fast reading; shouldn't take more than 10 minutes to read all three docs.
25 After the Getting Started guide,
26 decide what's most relevant to you.
27 The <a href="app_lifecycle.html">Fundamentals</a> guide covers
28 the details of the app and data lifecycle,
29 or learn more about good app design
30 by reading <a href="app_frameworks.html">MVC Architecture</a>.
31 We've also got lots of sample code in our repository
32 that is linked to directly from the documentation.
33 </p>
34 <p>
35 If you're familiar with the Chrome extension docs,
36 then the Reference docs should seem familiar.
37 Packaged apps and extensions share a common platform.
38 They can access many of the same APIs,
39 they have the same manifest and permissions format.
40 Many of the reference docs are shared;
41 we've filtered accessibility to docs that aren't shared.
42 </p>
43 <p class="backtotop"><a href="#top">Back to top</a></p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698