| Index: chrome/common/extensions/docs/server2/templates/articles/docs.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/articles/docs.html b/chrome/common/extensions/docs/server2/templates/articles/docs.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..39a4c752a13ec42f90c01cf668c4d367ab42230d
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/server2/templates/articles/docs.html
|
| @@ -0,0 +1,145 @@
|
| +<h1>Hello There!</h1>
|
| +
|
| +<p>
|
| +This documentation tells you how to write extensions
|
| +and packaged apps for the
|
| +<a href="http://www.google.com/chrome">Google Chrome browser</a>.
|
| +Because extensions came first,
|
| +the APIs and these docs say <em>extension</em> everywhere.
|
| +</p>
|
| +
|
| +<p class="caution">
|
| +<b>Note:</b>
|
| +Unless you see a note
|
| +describing an exception for packaged apps,
|
| +everything in this documentation applies to both extensions and packaged apps.
|
| +</p>
|
| +
|
| +
|
| +<h2 id="readme"> Where to start </h2>
|
| +
|
| +<p>
|
| +Before you code,
|
| +read these:
|
| +</p>
|
| +
|
| +<dl>
|
| + <dt> <a href="getstarted.html">Getting Started (Hello, World!)</a> </dt>
|
| + <dd> Build a simple "Hello, World" extension in about 5 minutes </dd>
|
| +
|
| + <dt> <a href="overview.html">Overview</a> </dt>
|
| + <dd> Learn about the fundamental design points of the extension system </dd>
|
| +</dl>
|
| +
|
| +<p>
|
| +Also check out these:
|
| +</p>
|
| +
|
| +<ul>
|
| + <li>
|
| + <a href="devguide.html">Developer's Guide</a>
|
| + </li>
|
| + <li>
|
| + <a href="samples.html">Samples</a>
|
| + </li>
|
| + <li>
|
| + <a href="http://stackoverflow.com/questions/tagged/google-chrome-extension">Stack Overflow [google-chrome-extension] tag</a>
|
| + </li>
|
| + <li>
|
| + <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">Group: chromium-extensions</a>
|
| + </li>
|
| + <li>
|
| + <a href="http://chrome.google.com/webstore">Chrome Web Store</a>
|
| + </li>
|
| + <li>
|
| + <a href="http://code.google.com/chrome/webstore/">Chrome Web Store
|
| + developer documentation</a>
|
| + </li>
|
| +</ul>
|
| +
|
| +<h2 id="versions"> Doc versions </h2>
|
| +<p>
|
| +In general, you should view these pages at
|
| +<b>http://code.google.com/chrome/extensions/<em><filename></em></b>
|
| +(for example,
|
| +<a href="http://code.google.com/chrome/extensions/overview.html">http://code.google.com/chrome/extensions/overview.html</a>).
|
| +However, if you need to see the very latest doc
|
| +or you're using a different version of Google Chrome
|
| +than most of the world is
|
| +(perhaps the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev channel</a>),
|
| +you might want to use a different URL
|
| +(for example,
|
| +<a href="http://code.google.com/chrome/extensions/dev/overview.html">.../extensions/<b>dev/</b>overview.html</a>).
|
| +The following table lists the doc locations and explains how they differ.
|
| +</p>
|
| +
|
| +<p>
|
| +<table class="noborders">
|
| + <tr>
|
| + <th> URL </th> <th> Version </th>
|
| + </tr>
|
| + <tr>
|
| + <td>
|
| + <a href="http://code.google.com/chrome/extensions/overview.html">.../extensions/...</a>
|
| + </td>
|
| + <td>
|
| + The version you should probably be using.
|
| + This documents the most stable version of the extension API.
|
| + </td>
|
| + </tr>
|
| + <tr>
|
| + <td>
|
| + <a href="http://code.google.com/chrome/extensions/beta/overview.html">.../extensions/<b>beta/</b>...</a>
|
| + </td>
|
| + <td>
|
| + <p>
|
| + Documentation for the Beta channel version of Google Chrome.
|
| + </p>
|
| +
|
| + <p>
|
| + <strong>Note:</strong>
|
| + APIs on the Beta channel are subject to change.
|
| + </p>
|
| + </td>
|
| + </tr>
|
| + <tr>
|
| + <td>
|
| + <a href="http://code.google.com/chrome/extensions/dev/overview.html">.../extensions/<b>dev/</b>...</a>
|
| + </td>
|
| + <td>
|
| + <p>
|
| + Documentation for the Dev channel version of Google Chrome.
|
| + This version might also have bug fixes and feature information
|
| + that are relevant to the current doc
|
| + but haven't been integrated into it yet.
|
| + </p>
|
| +
|
| + <p>
|
| + <strong>Note:</strong>
|
| + APIs on the Dev channel are subject to change.
|
| + </p>
|
| + </td>
|
| + </tr>
|
| + <tr>
|
| + <td>
|
| + <a href="http://code.google.com/chrome/extensions/trunk/overview.html">.../extensions/<b>trunk/</b>...</a>
|
| + </td>
|
| + <td>
|
| + The very latest documentation.
|
| + Look here if you're using
|
| + <a href="http://tools.google.com/dlpage/chromesxs">Canary</a>
|
| + or a tip-of-tree version of
|
| + <a href="http://dev.chromium.org">Chromium</a>
|
| + or if you're curious about features to come.
|
| + This version might also have bug fixes and feature information
|
| + that are relevant to the current doc
|
| + but haven't been integrated into it yet.
|
| +
|
| + <p>
|
| + <strong>Note:</strong>
|
| + The trunk version of the doc is preliminary and might have errors.
|
| + </p>
|
| + </td>
|
| + </tr>
|
| +</table>
|
| +</p>
|
|
|