diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 22:47:54 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 22:47:54 +0000 |
commit | 8192f7ec20cb61256aea5023b8580f44b0988711 (patch) | |
tree | ee5ad197307b494b039b677bdb641c39d7c772bf /chrome/common | |
parent | 26ae81ce155ef3e92966b947c68ac0b0b5990226 (diff) | |
download | chromium_src-8192f7ec20cb61256aea5023b8580f44b0988711.zip chromium_src-8192f7ec20cb61256aea5023b8580f44b0988711.tar.gz chromium_src-8192f7ec20cb61256aea5023b8580f44b0988711.tar.bz2 |
minor edits to autoupdate, hosting docs
TEST=none
BUG=none
TBR=aa
Review URL: http://codereview.chromium.org/387041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31843 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/autoupdate.html | 16 | ||||
-rw-r--r-- | chrome/common/extensions/docs/hosting.html | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/autoupdate.html | 12 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/hosting.html | 2 |
4 files changed, 14 insertions, 18 deletions
diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html index 1693872..a645f60 100644 --- a/chrome/common/extensions/docs/autoupdate.html +++ b/chrome/common/extensions/docs/autoupdate.html @@ -15,7 +15,7 @@ </script> <script type="text/javascript" src="js/api_page_generator.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> - <title>AutoUpdate</title></head><body> <div id="container"> + <title>Autoupdating</title></head><body> <div id="container"> <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> <!-- In particular, sub-templates that recurse, must be used by allowing jstemplate to make a copy of the template in this section which @@ -87,7 +87,7 @@ <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> </div> <div id="pageTitle"> - <h1>AutoUpdate</h1> + <h1>Autoupdating</h1> </div> </div> <!-- /pageHeader --> @@ -228,7 +228,7 @@ <!-- /TABLE OF CONTENTS --> <!-- STATIC CONTENT PLACEHOLDER --> - <div id="static"><div id="pageData-title" class="pageData">AutoUpdate</div> + <div id="static"><div id="pageData-title" class="pageData">Autoupdating</div> <div id="pageData-showTOC" class="pageData">true</div> <a name="H2-0"></a><h2>Introduction</h2> <p>We want extensions to be autoupdated for some of the same reasons as chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p> @@ -246,13 +246,11 @@ <a name="H3-2"></a><h3>Update URL</h3> -<p>For those who are hosting their own extensions, you need to add the "update_url" key to your manifest.json file like this:</p> +<p>For those who are hosting their own extensions, you need to add the "update_url" key to your <a href="manifest.html">manifest.json</a> file like this:</p> <pre>{ - "name": "Test Extension", - "version": "1.0", - "description": "My test extension", - <b>"update_url": "http://myhost.com/mytestextension/updates.xml"</b>, - "toolstrips": ["mytoolstrip.html"] + ... + "update_url": "http://myhost.com/mytestextension/updates.xml", + ... } </pre> diff --git a/chrome/common/extensions/docs/hosting.html b/chrome/common/extensions/docs/hosting.html index a9784d5..ea7620d 100644 --- a/chrome/common/extensions/docs/hosting.html +++ b/chrome/common/extensions/docs/hosting.html @@ -216,7 +216,7 @@ <div id="static"><div id="pageData-title" class="pageData">Hosting</div> <p> -If your extension is hosted in the Google Chrome extension gallery, +If your extension is hosted in Google's gallery, <em>ignore this page</em>. You don't need to worry about HTTP headers because the gallery handles them for you. diff --git a/chrome/common/extensions/docs/static/autoupdate.html b/chrome/common/extensions/docs/static/autoupdate.html index 4e3088a..d079527 100644 --- a/chrome/common/extensions/docs/static/autoupdate.html +++ b/chrome/common/extensions/docs/static/autoupdate.html @@ -1,4 +1,4 @@ -<div id="pageData-title" class="pageData">AutoUpdate</div> +<div id="pageData-title" class="pageData">Autoupdating</div> <div id="pageData-showTOC" class="pageData">true</div> <h2>Introduction</h2> <p>We want extensions to be autoupdated for some of the same reasons as chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p> @@ -16,13 +16,11 @@ <h3>Update URL</h3> -<p>For those who are hosting their own extensions, you need to add the "update_url" key to your manifest.json file like this:</p> +<p>For those who are hosting their own extensions, you need to add the "update_url" key to your <a href="manifest.html">manifest.json</a> file like this:</p> <pre>{ - "name": "Test Extension", - "version": "1.0", - "description": "My test extension", - <b>"update_url": "http://myhost.com/mytestextension/updates.xml"</b>, - "toolstrips": ["mytoolstrip.html"] + ... + "update_url": "http://myhost.com/mytestextension/updates.xml", + ... } </pre> diff --git a/chrome/common/extensions/docs/static/hosting.html b/chrome/common/extensions/docs/static/hosting.html index d4bcfca..6e366a7 100644 --- a/chrome/common/extensions/docs/static/hosting.html +++ b/chrome/common/extensions/docs/static/hosting.html @@ -1,7 +1,7 @@ <div id="pageData-title" class="pageData">Hosting</div> <p> -If your extension is hosted in the Google Chrome extension gallery, +If your extension is hosted in Google's gallery, <em>ignore this page</em>. You don't need to worry about HTTP headers because the gallery handles them for you. |