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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/articles/getstarted.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/getstarted.html (revision 150606)
+++ chrome/common/extensions/docs/server2/templates/articles/getstarted.html (working copy)
@@ -1,13 +1,13 @@
-<div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World!)</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>Tutorial: Getting Started (Hello, World!)</h1>
+
<p>
This tutorial walks you through creating a simple extension. You'll add an
icon to Google Chrome that, when clicked, displays an automatically generated
page. The icon and page will look something like this:
</p>
-<img src="../images/hello-world-small.png"
+<img src="{{static}}/images/hello-world-small.png"
width="300"
height="221"
alt="a window with a grid of images related to 'Hello World'">
@@ -69,7 +69,7 @@
<li style="margin-top:0" />
Bring up the extensions management page
by clicking the wrench icon
- <img src="../images/toolsmenu.gif" width="29" height="29" alt=""
+ <img src="{{static}}/images/toolsmenu.gif" width="29" height="29" alt=""
style="margin-top:0" />
and choosing <b>Tools > Extensions</b>.
</li>
@@ -103,8 +103,8 @@
</p>
<p>
-<a href="../images/load_after.png"><img
- src="../images/load_after_small.png"
+<a href="{{static}}/images/load_after.png"><img
+ src="{{static}}/images/load_after_small.png"
width="300" height="132" /></a>
</p>
@@ -146,7 +146,7 @@
</ol>
<p> It should look something like this:</p>
-<img src="../images/hello-world.png"
+<img src="{{static}}/images/hello-world.png"
width="500" height="369"
alt="a popup with a grid of images related to HELLO WORLD" />
@@ -158,8 +158,8 @@
<h2 id="summary">Now what?</h2>
-<!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package/zip it), and where to find more information.] -->
+
<p>
Here are some suggestions for what to read next:
</p>
@@ -201,4 +201,4 @@
<a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">videos</a>, such as
<a href="http://www.youtube.com/watch?v=e3McMaHvlBY&feature=PlayList&p=CA101D6A85FE9D4B&index=3">How to build an extension</a>
</li>
-</ul>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698