You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by as...@apache.org on 2015/09/18 10:42:34 UTC

svn commit: r1703766 - in /oltu/trunk/site/src/site/xdoc: books.xml index.xml

Author: asanso
Date: Fri Sep 18 08:42:34 2015
New Revision: 1703766

URL: http://svn.apache.org/viewvc?rev=1703766&view=rev
Log:
added OAuth book section

Modified:
    oltu/trunk/site/src/site/xdoc/books.xml
    oltu/trunk/site/src/site/xdoc/index.xml

Modified: oltu/trunk/site/src/site/xdoc/books.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/xdoc/books.xml?rev=1703766&r1=1703765&r2=1703766&view=diff
==============================================================================
--- oltu/trunk/site/src/site/xdoc/books.xml (original)
+++ oltu/trunk/site/src/site/xdoc/books.xml Fri Sep 18 08:42:34 2015
@@ -24,11 +24,15 @@
   </properties>
 
   <body>
-    <section name="Apache Oltu OAuth Books">
+    <section name="Books">
       <p>This page lists the known books about OAuth 2. If you happen to know a book which is not listed then please contact us,.</p>
       <p>The Apache Oltu PMC does not endorse or recommend any of the books on this page. We love all our supporters equally.</p>
 
- 
+ 	 <subsection name="OAuth 2 in Action">
+ 		<p>OAuth 2 in Action by <a href="https://twitter.com/zer0n1ne">Justin Richer</a> and <a href="http://intothesymmetry.blogspot.com/">Antonio Sanso </a> published by <a href="https://www.manning.com/books/oauth-2-in-action">Manning </a></p>
+ 		<p><img alt="OAuth 2 in Action" src="https://images.manning.com/255/340/resize/book/b/16faa4f-72db-4fdc-be33-c9c3400aae7f/Richer-OAuth2-HI-MEAP.png"></img></p>
+ 	 	<p>OAuth 2 in Action teaches you practical use and deployment of this protocol from the perspective of a client, authorization server, and resource server</p>
+ 	 </subsection>
 
       <subsection name="Policy for additions">
         <p>The Apache Oltu PMC does not and cannot endorse or recommend any books.</p>

Modified: oltu/trunk/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/site/src/site/xdoc/index.xml?rev=1703766&r1=1703765&r2=1703766&view=diff
==============================================================================
--- oltu/trunk/site/src/site/xdoc/index.xml (original)
+++ oltu/trunk/site/src/site/xdoc/index.xml Fri Sep 18 08:42:34 2015
@@ -31,7 +31,7 @@
     <section name="Documentation">
       <p>Looking for documentation? The best place where finding the latest up-to-date documentation is the
       <a href="https://cwiki.apache.org/confluence/display/OLTU/Documentation">Wiki</a>.</p>
-      <p> You might also find some useful information about OAuth in one of the <a href="/books.html">referenced resources </a></p>
+      <p> You might also find some useful information about OAuth in one of the <a href="/books.html">referenced books </a></p>
       <p>Please help us on keeping the documentation updated! Every contribution is more than welcome!</p>
       <p>Have a look also to <a href="./apidocs/index.html">APIs documentation</a>.</p>
     </section>