[jboss-svn-commits] JBoss Portal SVN: r5444 - in docs/trunk/userGuide/en: images/intro modules

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 13 13:48:26 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-10-13 13:48:20 -0400 (Fri, 13 Oct 2006)
New Revision: 5444

Added:
   docs/trunk/userGuide/en/images/intro/dashboard.jpg
   docs/trunk/userGuide/en/images/intro/dashboard_dnd.jpg
   docs/trunk/userGuide/en/images/intro/login.gif
Modified:
   docs/trunk/userGuide/en/images/intro/adminpage.gif
   docs/trunk/userGuide/en/modules/intro.xml
Log:
JBPORTAL-1080 - Update UserGuide for 2.6DR

Modified: docs/trunk/userGuide/en/images/intro/adminpage.gif
===================================================================
(Binary files differ)

Added: docs/trunk/userGuide/en/images/intro/dashboard.jpg
===================================================================
(Binary files differ)


Property changes on: docs/trunk/userGuide/en/images/intro/dashboard.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/userGuide/en/images/intro/dashboard_dnd.jpg
===================================================================
(Binary files differ)


Property changes on: docs/trunk/userGuide/en/images/intro/dashboard_dnd.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: docs/trunk/userGuide/en/images/intro/login.gif
===================================================================
(Binary files differ)


Property changes on: docs/trunk/userGuide/en/images/intro/login.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: docs/trunk/userGuide/en/modules/intro.xml
===================================================================
--- docs/trunk/userGuide/en/modules/intro.xml	2006-10-13 17:47:44 UTC (rev 5443)
+++ docs/trunk/userGuide/en/modules/intro.xml	2006-10-13 17:48:20 UTC (rev 5444)
@@ -202,7 +202,30 @@
       </sect2>
       <sect2 id="logging_ing">
          <title>Logging in to the Portal</title>
-         <para></para>
+         <para>Logging in to the portal is accomplished by clicking the
+            <emphasis>Login</emphasis>
+            link at the top-right of the portal page. You can login, using the following credentials:
+            <programlisting>
+               <![CDATA[
+user/user
+admin/admin
+               ]]>
+            </programlisting>
+         </para>
+         <para>
+            Once logged in, the top-right menu will change so you can then navigate to your personal dashboard and other
+            functionality that is included therein.
+            <mediaobject>
+               <imageobject>
+                  <imagedata fileref="images/intro/login.gif" format="gif" align="center"
+                             valign="middle"/>
+               </imageobject>
+            </mediaobject>
+            <note>If you login as an administrator, you will also be presented with a link to the
+               <emphasis>Admin</emphasis>
+               portal.
+            </note>
+         </para>
       </sect2>
       <sect2>
          <title>Default Page</title>
@@ -233,7 +256,7 @@
                </mediaobject>
                Displays hard-coded links to downloading JBoss Portal, downloading
                portlets from PortletSwap.com, and the live online JBoss Portal demo. It also contains default
-               authentication information on using the UserPortlet to login.
+               authentication information on loging in.
             </para>
          </sect3>
          <sect3 id="intro_user_portlet">
@@ -382,7 +405,7 @@
             <para>Additionally, a user is able to modify his preference in location by going in to the Portlet's Edit
                Mode (click
                <imageobject>
-                  <imagedata fileref="images/intro/edit.gif" format="gif"/>
+                  <imagedata fileref="images/intro/ico_edit.gif" format="gif"/>
                </imageobject>
                ). Any valid US Postal Code can be inputted here. Once the form is submitted, this property will be saved
                in the user's preference, so he will always see the same weather data for his location, when logged in.
@@ -496,46 +519,71 @@
             recommended that Portal Administrators remove this page for that reason.
          </para>
       </sect2>
-      <sect2>
-         <title>Admin Page</title>
-         <para>
-            <note>You
-               <emphasis role="bold">must be</emphasis>
-               logged in as an administrator, or have proper priviledges to see this page.
-            </note>
-            <mediaobject>
-               <imageobject>
-                  <imagedata fileref="images/intro/adminpage.gif" format="gif" align="center" valign="middle"/>
-               </imageobject>
-            </mediaobject>
-            The Admin Page's purpose is to allow an administrator to manage all aspects of the portal (Follow the links
-            for in-depth reviews of
-            these functions):
-            <itemizedlist>
-               <listitem>
-                  <para>Users/Roles (See:
-                     <xref linkend="useradmin"/>
-                     ,
-                     <xref linkend="roleadmin"/>
-                     )
-                  </para>
-               </listitem>
-               <listitem>
-                  <para>Content Management System (See:
-                     <xref linkend="admincmsPortlet"/>
-                     )
-                  </para>
-               </listitem>
-               <listitem>
-                  <para>Portal Objects (themes, layouts, portal instances, pages, windows, security, and deployed
-                     portlets) (See:
-                     <xref linkend="dynamicity"/>
-                     )
-                  </para>
-               </listitem>
-            </itemizedlist>
+   </sect1>
+   <sect1 id="dashboard">
+      <title>Personal Dashboard</title>
+      <para>Once logged in, all users/administrations of the portal will have a personal dashboard they can navigate to,
+         by clicking the
+         <emphasis>My Dashboard</emphasis>
+         link at the top-right of the portal page.
+         <mediaobject>
+            <imageobject>
+               <imagedata fileref="images/intro/dashboard.jpg" format="jpg" align="center"
+                          valign="middle"/>
+            </imageobject>
+         </mediaobject>
+         The personal dashboard allows users to customize their portal pages however they like, and all changes will be
+         persisted... so the next time the user logs in to his dashboard, he will see the previous changes he made.
+         <mediaobject>
+            <imageobject>
+               <imagedata fileref="images/intro/dashboard_dnd.jpg" format="jpg" align="center"
+                          valign="middle"/>
+            </imageobject>
+         </mediaobject>
+         <note>At the time of this release, functionality on Adding Pages, and Adding portlet windows, has not been
+            added to the dashboarding area for users.
+         </note>
+      </para>
+   </sect1>
+   <sect1>
+      <title>Admin Portal</title>
+      <para>
+         <note>You
+            <emphasis role="bold">must be</emphasis>
+            logged in as an administrator, or have proper priviledges to see this page.
+         </note>
+         <mediaobject>
+            <imageobject>
+               <imagedata fileref="images/intro/adminpage.gif" format="gif" align="center" valign="middle"/>
+            </imageobject>
+         </mediaobject>
+         The Admin Page's purpose is to allow an administrator to manage all aspects of the portal (Follow the links
+         for in-depth reviews of
+         these functions):
+         <itemizedlist>
+            <listitem>
+               <para>Users/Roles (See:
+                  <xref linkend="useradmin"/>
+                  ,
+                  <xref linkend="roleadmin"/>
+                  )
+               </para>
+            </listitem>
+            <listitem>
+               <para>Content Management System (See:
+                  <xref linkend="admincmsPortlet"/>
+                  )
+               </para>
+            </listitem>
+            <listitem>
+               <para>Portal Objects (themes, layouts, portal instances, pages, windows, security, and deployed
+                  portlets) (See:
+                  <xref linkend="dynamicity"/>
+                  )
+               </para>
+            </listitem>
+         </itemizedlist>
 
-         </para>
-      </sect2>
+      </para>
    </sect1>
 </chapter>
\ No newline at end of file




More information about the jboss-svn-commits mailing list