| Index: chrome/common/extensions/docs/server2/templates/articles/tut_oauth.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/tut_oauth.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/tut_oauth.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">Tutorial: OAuth</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Tutorial: OAuth</h1>
|
|
|
| +
|
| <p>
|
| <a href="http://oauth.net/">OAuth</a> is an open protocol that aims to standardize the way desktop and web applications access a user's private data. OAuth provides a mechanism for users to grant access to private data without sharing their private credentials (username/password). Many sites have started enabling APIs to use OAuth because of its security and standard set of libraries.
|
| </p>
|
| @@ -212,5 +212,4 @@
|
| <ul>
|
| <li><a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/gdocs/">.../examples/extensions/gdocs/</a></li>
|
| <li><a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/oauth_contacts/">.../examples/extensions/oauth_contacts/</a></li>
|
| -</ul>
|
| -
|
| +</ul>
|
|
|