keycloak-uncached

Minor updates to docs

3/12/2014 1:57:30 PM

Details

diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml
index 65d80ab..1a07b51 100755
--- a/docbook/reference/en/en-US/master.xml
+++ b/docbook/reference/en/en-US/master.xml
@@ -41,17 +41,17 @@
          inside the available page width. These lines have been broken up. A '\' at the end of a
          line means that a break has been introduced to fit in the page, with the following lines
          indented. So:
-         <programlisting>
-            Let's pretend to have an extremely \
-            long line that \
-            does not fit
-            This one is short
-         </programlisting>
+<programlisting>
+Let's pretend to have an extremely \
+long line that \
+does not fit
+This one is short
+</programlisting>
          Is really:
-         <programlisting>
-            Let's pretend to have an extremely long line that does not fit
-            This one is short
-         </programlisting>
+<programlisting>
+Let's pretend to have an extremely long line that does not fit
+This one is short
+</programlisting>
       </para>
    </preface>
 
@@ -63,7 +63,7 @@
     <chapter>
         <title>Adapters</title>
         <para>
-            Keycloak can secure a wide variety of application types.  This section defines which application
+            Keycloak can secure a wide variety of application types. This section defines which application
             types are supported and how to configure and install them so that you can use Keycloak to secure
             your applications.
         </para>
diff --git a/docbook/reference/en/en-US/modules/License.xml b/docbook/reference/en/en-US/modules/License.xml
index eb7095b..f032a2d 100755
--- a/docbook/reference/en/en-US/modules/License.xml
+++ b/docbook/reference/en/en-US/modules/License.xml
@@ -1,6 +1,6 @@
 <chapter id="license">
     <title>License</title>
-    <para>RESTEasy is distributed under the ASL 2.0 license. It does not distribute any thirdparty libraries that are
+    <para>Keycloak is distributed under the ASL 2.0 license. It does not distribute any thirdparty libraries that are
         GPL. It does ship thirdparty libraries licensed under
         Apache ASL 2.0 and LGPL.
     </para>
diff --git a/docbook/reference/en/en-US/modules/Overview.xml b/docbook/reference/en/en-US/modules/Overview.xml
index 980c581..ec48306 100755
--- a/docbook/reference/en/en-US/modules/Overview.xml
+++ b/docbook/reference/en/en-US/modules/Overview.xml
@@ -20,7 +20,7 @@
             </listitem>
 
             <listitem>
-                Social Broker.  Enable Google, GitHub, Facebook, Twitter social login with no code required.
+                Social Login.  Enable Google, GitHub, Facebook, Twitter social login with no code required.
             </listitem>
 
             <listitem>
@@ -64,10 +64,13 @@
                 Admin Console for managing users, roles, role mappings, applications, user sessions, allowed CORS web origins, and OAuth clients.
             </listitem>
             <listitem>
+                Account Management console that allows users to manage their own account
+            </listitem>
+            <listitem>
                 Deployable as a WAR, appliance, or on Openshift.
             </listitem>
             <listitem>
-                Supports JBoss AS7, EAP 6.x, and Wildfly applications.  Plans to support Node.js, RAILS, GRAILS, and other non-Java deployments
+                Supports JBoss AS7, EAP 6.x, Wildfly and JavaScript applications.  Plans to support Node.js, RAILS, GRAILS, and other non-Java deployments
             </listitem>
         </itemizedlist>
     </para>
diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml
index b444916..ea1d30c 100755
--- a/docbook/reference/en/en-US/modules/server-installation.xml
+++ b/docbook/reference/en/en-US/modules/server-installation.xml
@@ -56,9 +56,8 @@ keycloak-appliance-dist-all-1.0-alpha-3/
             After executing that, log into the admin console at<ulink
                 url="http://localhost:8080/auth/rest/admin/login">
             http://localhost:8080/auth/rest/admin/login</ulink>.
-            Username:
-            <emphasis>admin</emphasis>
-            Password:<emphasis>admin</emphasis>. Keycloak with then prompt you to
+            Username: <emphasis>admin</emphasis>
+            Password: <emphasis>admin</emphasis>. Keycloak will then prompt you to
             enter in a new password.
         </para>
     </section>
@@ -105,9 +104,8 @@ keycloak-war-dist-all-1.0-alpha-3/
             by logging into the admin console at<ulink
                 url="http://localhost:8080/auth/rest/admin/login">
             http://localhost:8080/auth/rest/admin/login</ulink>.
-            Username:
-            <emphasis>admin</emphasis>
-            Password:<emphasis>admin</emphasis>. Keycloak will then prompt you to
+            Username: <emphasis>admin</emphasis>
+            Password: <emphasis>admin</emphasis>. Keycloak will then prompt you to
             enter in a new password.
         </para>
     </section>