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

Unified Diff: chrome/common/extensions/docs/server2/templates/articles/tut_oauth.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/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>

Powered by Google App Engine
This is Rietveld 408576698