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

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

Issue 10914218: Removing references to legacy packaged apps across extension docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
1 <h1>Hello There!</h1> 1 <h1>Hello There!</h1>
2 2
3 <p> 3 <p>
4 This documentation tells you how to write extensions 4 This documentation tells you how to write extensions for the
5 and packaged apps for the
6 <a href="http://www.google.com/chrome">Google Chrome browser</a>. 5 <a href="http://www.google.com/chrome">Google Chrome browser</a>.
7 Because extensions came first,
8 the APIs and these docs say <em>extension</em> everywhere.
9 </p> 6 </p>
10 7
11 <p class="caution">
12 <b>Note:</b>
13 Unless you see a note
14 describing an exception for packaged apps,
15 everything in this documentation applies to both extensions and packaged apps.
16 </p>
17
18
19 <h2 id="readme"> Where to start </h2> 8 <h2 id="readme"> Where to start </h2>
20 9
21 <p> 10 <p>
22 Before you code, 11 Before you code,
23 read these: 12 read these:
24 </p> 13 </p>
25 14
26 <dl> 15 <dl>
27 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt> 16 <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt>
28 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd> 17 <dd> Build a simple "Hello, World" extension in about 5 minutes </dd>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 but haven't been integrated into it yet. 125 but haven't been integrated into it yet.
137 126
138 <p> 127 <p>
139 <strong>Note:</strong> 128 <strong>Note:</strong>
140 The trunk version of the doc is preliminary and might have errors. 129 The trunk version of the doc is preliminary and might have errors.
141 </p> 130 </p>
142 </td> 131 </td>
143 </tr> 132 </tr>
144 </table> 133 </table>
145 </p> 134 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698