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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/hosting.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 unified diff | Download patch
OLDNEW
1 <div id="pageData-name" class="pageData">Hosting</div> 1 <h1>Hosting</h1>
2 2
3 <p> 3 <p>
4 This page tells you how to host <code>.crx</code> files 4 This page tells you how to host <code>.crx</code> files
5 on your own server. 5 on your own server.
6 If you distribute your extension, app, or theme solely through the 6 If you distribute your extension, app, or theme solely through the
7 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>, 7 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>,
8 you don't need this page. 8 you don't need this page.
9 Instead, consult the 9 Instead, consult the
10 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and 10 <a href="http://www.google.com/support/chrome_webstore/">store help</a> and
11 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>. 11 <a href="http://code.google.com/chrome/webstore/index.html">developer documentat ion</a>.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 <p> 74 <p>
75 The most common reason for failing to recognize an installable file 75 The most common reason for failing to recognize an installable file
76 is that the server sends the header 76 is that the server sends the header
77 <code>X-Content-Type-Options: no sniff</code>. 77 <code>X-Content-Type-Options: no sniff</code>.
78 The second most common reason 78 The second most common reason
79 is that the server sends an unknown content type&mdash;one 79 is that the server sends an unknown content type&mdash;one
80 that isn't in the previous list. 80 that isn't in the previous list.
81 To fix an HTTP header issue, 81 To fix an HTTP header issue,
82 either change the configuration of the server 82 either change the configuration of the server
83 or try hosting the <code>.crx</code> file at another server. 83 or try hosting the <code>.crx</code> file at another server.
84 </p> 84 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698