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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/about_apps.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/about_apps.html
===================================================================
--- chrome/common/extensions/docs/server2/templates/articles/about_apps.html (revision 149763)
+++ chrome/common/extensions/docs/server2/templates/articles/about_apps.html (working copy)
@@ -1,7 +1,7 @@
<meta name="doc-family" content="apps">
-<div id="pageData-name" class="pageData">What Are Packaged Apps?</div>
-<div id="pageData-showTOC" class="pageData">true</div>
+<h1>What Are Packaged Apps?</h1>
+
<p>
Packaged apps deliver an experience as capable as a native app,
but as safe as a web page.
@@ -43,14 +43,14 @@
Packaged apps have no traditional chrome:
the omnibox (address bar), tab strip,
and other browser interface elements no longer appear.
-Like native apps, they don’t live within the browser.
+Like native apps, they don't live within the browser.
When launched, packaged apps can open in windows
that look like this (and you can style
your windows in all different ways):
</p>
<br>
-<img src="../images/editor.png"
+<img src="{{static}}/images/editor.png"
width="770"
height="586"
alt="Text editor packaged app in a standalone window">
@@ -115,4 +115,4 @@
</li>
</ul>
-<p class="backtotop"><a href="#top">Back to top</a></p>
+<p class="backtotop"><a href="#top">Back to top</a></p>

Powered by Google App Engine
This is Rietveld 408576698