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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff Created 8 years, 5 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
diff --git a/chrome/common/extensions/docs/server2/templates/articles/about_apps.html b/chrome/common/extensions/docs/server2/templates/articles/about_apps.html
index 66b218863975569958d0bcc16db514bef071c41e..eed7f75cfdfc152e089b1c90f41edd943a4bad12 100644
--- a/chrome/common/extensions/docs/server2/templates/articles/about_apps.html
+++ b/chrome/common/extensions/docs/server2/templates/articles/about_apps.html
@@ -1,4 +1,7 @@
-<h1 class="page_title">What Are Packaged Apps?</h1>
+<meta name="doc-family" content="apps">
+<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.
@@ -14,12 +17,10 @@ that are much more powerful than those available to web apps.
</p>
<p>
-With access to Chrome APIs and services
-not available to traditional web apps,
-you can build powerful apps that interact
-with network and hardware devices,
-as well as, media apps.
-Here's a short list of examples:
+Packaged apps have have access to Chrome APIs and services not available to
+traditional web sites. You can build powerful apps that interact with network
+and hardware devices, media tools, and much more. Here's a short list of
+examples:
</p>
<ul>
@@ -28,6 +29,11 @@ Here's a short list of examples:
<li>Photo/video/music editing</li>
</ul>
+<p>
+Watch the <a href="http://www.youtube.com/watch?v=j8oFAr1YR-0">Chrome Apps
+Google I/O presentation</a> for an in-depth introduction.
+</p>
+
<h2 id="look">How they look</h2>
<p>
@@ -109,4 +115,4 @@ To learn more about how to develop packaged apps:
</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