gatein SVN: r8910 - epp/docs/branches/6.0/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2012-10-17 20:11:40 -0400 (Wed, 17 Oct 2012)
New Revision: 8910
Added:
epp/docs/branches/6.0/Release_Notes/en-US/enhancement.xml
Log:
Added this file for Release Notes
Added: epp/docs/branches/6.0/Release_Notes/en-US/enhancement.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Release_Notes/en-US/enhancement.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
12 years, 2 months
gatein SVN: r8909 - in epp/docs/branches/6.0/Reference_Guide/en-US: modules and 1 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2012-10-17 17:49:55 -0400 (Wed, 17 Oct 2012)
New Revision: 8909
Added:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SAML2.xml
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AccessingUserProfile.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/OrganizationAPI.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PasswordEncryption.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml
Log:
BZ#856430 - Reordered Authentication and Identity chapter to promote sections to chapters, and added the SAML2 file I forgot to commit yesterday
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -11,7 +11,17 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/PortletDevelopment.xml"/>
<part>
<title>Authentication and Authorization</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/PasswordEncryption.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/BackendConfiguration.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/OrganizationAPI.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/AccessingUserProfile.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml" encoding="UTF-8"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/SSO.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/LDAP.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules/AuthenticationAndIdentity/SAML2.xml" encoding="UTF-8"/>
</part>
<part>
<title>Web Services for Remote Portlets (WSRP)</title>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AccessingUserProfile.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AccessingUserProfile.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AccessingUserProfile.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,31 +1,23 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-Accessing_User_Profile">
- <title>Accessing User Profile</title>
- <para>
- The following code retrieves the details for a logged-in user:
- </para>
-
-<programlisting language="Java" role="Java"><xi:include href="../../extras/Authentication_Identity_AccessingUserProfile/default91.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- <para>
- Below are two alternatives for retrieving the Organization Service:
- </para>
- <orderedlist>
- <listitem>
-
-<programlisting language="Java" role="Java"><xi:include href="../../extras/Authentication_Identity_AccessingUserProfile/default92.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
- </listitem>
- <listitem>
-
-<programlisting language="Java" role="Java"><xi:include href="../../extras/Authentication_Identity_AccessingUserProfile/default93.java" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
-
- </listitem>
-
- </orderedlist>
-</section>
-
-
+<chapter id="sect-Reference_Guide-Accessing_User_Profile">
+ <title>Accessing User Profile</title>
+ <para>
+ The following code retrieves the details for a logged-in user:
+ </para>
+ <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_AccessingUserProfile/default91.java" parse="text"/></programlisting>
+ <para>
+ Below are two alternatives for retrieving the Organization Service:
+ </para>
+ <orderedlist>
+ <listitem>
+ <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_AccessingUserProfile/default92.java" parse="text"/></programlisting>
+ </listitem>
+ <listitem>
+ <programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_AccessingUserProfile/default93.java" parse="text"/></programlisting>
+ </listitem>
+ </orderedlist>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
- %BOOK_ENTITIES;
- ]>
-<section id="sect-Reference_Guide-Authentication_Authorization_Intro">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<chapter id="sect-Reference_Guide-Authentication_Authorization_Intro">
<title>Authentication and Authorization intro</title>
<section id="sect-Reference_Guide-Authentication_Authorization_Intro-Authentication">
<title>Authentication Overview</title>
@@ -611,4 +611,4 @@
</itemizedlist>
</section>
</section>
-<!-- Ending section Authorization overview --></section>
+<!-- Ending section Authorization overview --></chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-Authentication_Token_Configuration">
+<chapter id="sect-Reference_Guide-Authentication_Token_Configuration">
<title>Authentication Token Configuration</title>
<section id="sect-Reference_Guide-Authentication_Token_Configuration-The_Token_Service">
<title>The Token Service</title>
@@ -98,4 +98,4 @@
</listitem>
</orderedlist>
</section>
-</section>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/BackendConfiguration.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,33 +1,31 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-PicketLink_IDM_integration">
- <title>PicketLink IDM integration</title>
- <para>
+<chapter id="sect-Reference_Guide-PicketLink_IDM_integration">
+ <title>PicketLink IDM integration</title>
+ <para>
JBoss Enterprise Portal Platform uses the <literal>PicketLink IDM</literal> component to store necessary identity information about users, groups and memberships. While legacy interfaces are still used (<literal>org.exoplatform.services.organization</literal>) for identity management, there is a wrapper implementation that delegates to PicketLink IDM framework.
</para>
- <para>
- This section does not provide information about <literal>PicketLink IDM</literal> and its configuration. Please, refer to the appropriate project documentation (<ulink url="http://jboss.org/picketlink/IDM.html" />) for further information.
+ <para>
+ This section does not provide information about <literal>PicketLink IDM</literal> and its configuration. Please, refer to the appropriate project documentation (<ulink url="http://jboss.org/picketlink/IDM.html"/>) for further information.
</para>
- <note>
- <para>
+ <note>
+ <para>
It is important to fully understand the concepts behind this framework design before changing the default configuration.
</para>
-
- </note>
- <para>
+ </note>
+ <para>
The identity models represented in the <literal>org.exoplatform.services.organization</literal> interfaces and the one used in <emphasis role="bold">PicketLink IDM</emphasis> have some major differences.
</para>
- <para>
+ <para>
For example; <literal>PicketLink IDM</literal> provides greater abstraction. It is possible for groups in the <emphasis role="bold">IDM</emphasis> framework to form memberships with many parents (which requires recursive ID translation), while the <literal>org.exoplatform.services.organization</literal> model allows only pure tree-like membership structures.
</para>
- <para>
+ <para>
Additionally, <literal>org.exoplatform.services.organization</literal> <emphasis>membership</emphasis> concept needs to be translated into the IDM <emphasis>Role</emphasis> concept. Therefore <literal>PicketLink IDM</literal> model is used in a limited way. All these translations are applied by the integration layer.
</para>
-
- <!-- DOCS NOTE: The "Configuration Files" section has been commented out as the configuration parameters require more work than time allows before the 5.2.0 release.
+<!-- DOCS NOTE: The "Configuration Files" section has been commented out as the configuration parameters require more work than time allows before the 5.2.0 release.
The content of this section are entirely wrong and needs to be rewritten. The config file in the first programlisting has been updated to the version in EPP 5.2.0, however time constraints prevented this from being actioned before the 5.2.0 GA release.
@@ -391,9 +389,4 @@
<programlisting language="XML" role="XML"><xi:include href="../../extras/Authentication_Identity_BackendConfiguration/default97.xml" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- </section> -->
-
-
-</section>
-
-
+ </section> --></chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/CoreOrganizationInitializer.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,10 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
]>
-<section id="sect-CoreOrganizationInitializer">
- <title><remark>BZ#801424 </remark>Create Users and Groups without Organization API</title>
+<chapter id="sect-CoreOrganizationInitializer">
+ <title>Create Users and Groups without Organization API</title>
<para>CoreOrganizationInitializer is a plug-in that creates users and groups outside the portal user interface, without the Organization API. The plug-in performs the function of the Organization API with regard to triggering listeners for users and groups at creation time. The plug-in prevents issues with missing JCR objects, resulting from incorrectly provisioned users and groups.</para>
<para>The plug-in is particularly useful when using the Site Publisher add-on, and directly adding users or groups to a LDAP server through LDIF files, or into a database using SQL. </para>
<section>
@@ -212,4 +211,4 @@
</varlistentry>
</variablelist>
</section>
-</section>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/LDAP.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,9 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
]>
-<section id="sect-Reference_Guide_eXo_JCR_1.14-LDAP_Integration">
+<chapter id="sect-Reference_Guide_eXo_JCR_1.14-LDAP_Integration">
<title>LDAP Integration</title>
<note>
<title>Notational Device</title>
@@ -748,4 +747,4 @@
</programlistingco>
</example>
</section>
-</section>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/OrganizationAPI.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/OrganizationAPI.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/OrganizationAPI.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,126 +1,106 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-Organization_API">
- <title>Organization API</title>
- <para>
- The <literal>exo.platform.services.organization</literal> package has five main components:
- </para>
- <variablelist>
- <varlistentry>
- <term>User</term>
- <listitem>
- <para>
- The <literal>User</literal> component contains basic information about a user; such as username, password, first name, last name, and email address.
- </para>
+<chapter id="sect-Reference_Guide-Organization_API">
+ <title>Organization API</title>
+ <para>
+ The <literal>exo.platform.services.organization</literal> package has five main components:
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>User</term>
+ <listitem>
+ <para>
+ The <literal>User</literal> component contains basic information about a user; such as username, password, first name, last name, and email address.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>User Profile</term>
+ <listitem>
+ <para>
+ The <literal>User Profile</literal> component contains extra information about a user, such as user's personal information, and business information. You can also add additional information about a user if your application requires it.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Group</term>
+ <listitem>
+ <para>
+ The <literal>Group</literal> component contains a group graph.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Membership Type</term>
+ <listitem>
+ <para>
+ The <literal>Membership Type</literal> component contains a list of predefined membership types.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Membership</term>
+ <listitem>
+ <para>
+ The <literal>Membership</literal> component connects a User, a Group and a Membership Type.
+ </para>
+ <para>
+ A user can have one or more memberships within a group. For example: <emphasis>User A</emphasis> can have the '<emphasis>member</emphasis>' and '<emphasis>admin</emphasis>' memberships in group <emphasis>/user</emphasis>. A user belongs to a group if he has at least one membership in that group.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ <para>
+ The <literal>OrganizationService</literal> component is an additional component that serves as an entry point into the Organization API. It provides handling functionality for the five components.
+ </para>
+ <para>
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata align="center" fileref="images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png" format="PNG"/>
+ </imageobject>
+ <imageobject role="fo">
+ <imagedata align="center" scalefit="1" fileref="images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>User Profile</term>
- <listitem>
- <para>
- The <literal>User Profile</literal> component contains extra information about a user, such as user's personal information, and business information. You can also add additional information about a user if your application requires it.
- </para>
-
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>Group</term>
- <listitem>
- <para>
- The <literal>Group</literal> component contains a group graph.
- </para>
-
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>Membership Type</term>
- <listitem>
- <para>
- The <literal>Membership Type</literal> component contains a list of predefined membership types.
- </para>
-
- </listitem>
-
- </varlistentry>
- <varlistentry>
- <term>Membership</term>
- <listitem>
- <para>
- The <literal>Membership</literal> component connects a User, a Group and a Membership Type.
- </para>
- <para>
- A user can have one or more memberships within a group. For example: <emphasis role="bold">User A</emphasis> can have the '<emphasis>member</emphasis>' and '<emphasis>admin</emphasis>' memberships in group <emphasis role="bold">/user</emphasis>. A user belongs to a group if he has at least one membership in that group.
- </para>
-
- </listitem>
-
- </varlistentry>
-
- </variablelist>
- <para>
- The <literal>OrganizationService</literal> component is an additional component that serves as an entry point into the Organization API. It provides handling functionality for the five components.
- </para>
- <para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" fileref="images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png" format="PNG" />
- </imageobject>
- <imageobject role="fo">
- <imagedata align="center" fileref="images/AuthenticationAndIdentity/OrganizationServiceClassDiagram.png" format="PNG" scalefit="1" />
- </imageobject>
-
- </mediaobject>
-
- </para>
- <para>
- By exposing the Organization API, the <literal>OrganizationService</literal> component provides developers with access to handler objects for managing each of the five components:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- UserHandler
- </para>
-
- </listitem>
- <listitem>
- <para>
- UserProfileHandler
- </para>
-
- </listitem>
- <listitem>
- <para>
- GroupHandler
- </para>
-
- </listitem>
- <listitem>
- <para>
- MembershipTypeHandler
- </para>
-
- </listitem>
- <listitem>
- <para>
- MembershipHandler
- </para>
-
- </listitem>
-
- </itemizedlist>
- <para>
- The five central API components are designed to be similar to persistent entities and handlers are specified similarly to data access objects (DAO).
- </para>
- <para>
- <emphasis>Organization API</emphasis> simply describes a contract, meaning it is not a concrete implementation. The described components are interfaces, allowing for different concrete implementations. In practical terms the existing implementation can be replaced with a different one.
- </para>
-</section>
-
-
+ </para>
+ <para>
+ By exposing the Organization API, the <literal>OrganizationService</literal> component provides developers with access to handler objects for managing each of the five components:
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ UserHandler
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ UserProfileHandler
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ GroupHandler
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ MembershipTypeHandler
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ MembershipHandler
+ </para>
+ </listitem>
+ </itemizedlist>
+ <para>
+ The five central API components are designed to be similar to persistent entities and handlers are specified similarly to data access objects (DAO).
+ </para>
+ <para>
+ <emphasis>Organization API</emphasis> simply describes a contract, meaning it is not a concrete implementation. The described components are interfaces, allowing for different concrete implementations. In practical terms the existing implementation can be replaced with a different one.
+ </para>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PasswordEncryption.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PasswordEncryption.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PasswordEncryption.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Book_Name.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-Authentication_and_Identity-Password_Encryption">
+<chapter id="sect-Reference_Guide-Authentication_and_Identity-Password_Encryption">
<title>Password Encryption</title>
-<!-- The warning and first listitem below were relocated from sect-Reference_Guide-Authentication_Token_Configuration as security and plain-text password issues were being expanded on (from JBEPP-610) --> <warning>
+ <warning>
<title>Username and passwords stored in clear text</title>
<para>
The <emphasis>Remember Me</emphasis> feature of JBoss Enterprise Portal Platform uses a token mechanism to be able to authenticate returning users without requiring an explicit login. However, to be able to authenticate these users, the token needs to store the username and password in clear text in the JCR.
@@ -59,4 +59,4 @@
</procedure>
</listitem>
</orderedlist>
-</section>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/PredefinedUserConfiguration.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-Predefined_User_Configuration">
+<chapter id="sect-Reference_Guide-Predefined_User_Configuration">
<title>Predefined User Configuration</title>
<section id="sect-Reference_Guide-Predefined_User_Configuration-Overview">
<title>Overview</title>
@@ -78,4 +78,4 @@
</note>
<programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/Authentication_Identity_PredefinedUserConfiguration/default101.xml" parse="text"/></programlisting>
</section>
-</section>
+</chapter>
Added: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SAML2.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SAML2.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity/SSO.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Reference_Guide.ent">
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "../../Reference_Guide.ent">
%BOOK_ENTITIES;
]>
-<section id="sect-Reference_Guide-SSO_Single_Sign_On">
+<chapter id="sect-Reference_Guide-SSO_Single_Sign_On">
<title>SSO - Single Sign On</title>
<section id="sect-Reference_Guide-SSO_Single_Sign_On_-Overview">
<title>Overview and Configuration Assumptions</title>
@@ -62,10 +62,6 @@
Remove <filename>JBOSS_HOME/server/PROFILE/deploy/gatein-sample-extension.ear</filename> and <filename>JBOSS_HOME/server/PROFILE/deploy/gatein-sample-portal.ear</filename> which are packaged by default with JBoss Enterprise Portal Platform.
</para> --> </warning>
</section>
- <section>
- <title>SSO Conf</title>
- <para/>
- </section>
<section id="sect-Reference_Guide-SSO_Single_Sign_On_-Enabling_SSO_using_JBoss_SSO_Valve">
<title>Enabling SSO using JBoss SSO Valve</title>
<!-- Source Metadata
@@ -536,7 +532,7 @@
</para>
</section>
<section id="sect-Reference_Guide-SSO_Single_Sign_On_-Java_Open_Single_Sign_On_Project">
- <title><remark>BZ#794433</remark>Java Open Single Sign-On Project</title>
+ <title>Java Open Single Sign-On Project</title>
<para>Configuring JOSSO for JBoss Enterprise Application Platform requires an Apache server instance to host JOSSO. JBoss Enterprise Application Platform communicates with the JOSSO Apache instance through the Single Sign On plug-in.</para>
<para>
This Single Sign On plug-in enables seamless integration between JBoss Enterprise Portal Platform and the Java Open Single Sign-On Project (JOSSO) Single Sign On Framework. Details about JOSSO can be found at <ulink url="http://www.josso.org"/> .
@@ -1386,4 +1382,4 @@
</para>
</section>
</section>
-</section>
+</chapter>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2012-10-17 04:11:04 UTC (rev 8908)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2012-10-17 21:49:55 UTC (rev 8909)
@@ -5,15 +5,4 @@
]>
<chapter id="chap-Reference_Guide-Authentication_and_Identity">
<title>Authentication and Identity</title>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/AuthenticationAuthorizationOverview.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/PasswordEncryption.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/PredefinedUserConfiguration.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/AuthenticationTokenConfiguration.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/BackendConfiguration.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/OrganizationAPI.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/AccessingUserProfile.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/SSO.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/LDAP.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/CoreOrganizationInitializer.xml" encoding="UTF-8"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/SAML2.xml" encoding="UTF-8"/>
</chapter>
12 years, 2 months
gatein SVN: r8908 - epp/docs/branches/6.0/User_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-17 00:11:04 -0400 (Wed, 17 Oct 2012)
New Revision: 8908
Modified:
epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
Log:
Fixed revision entries that weren't in chronological order
Modified: epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 04:06:25 UTC (rev 8907)
+++ epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 04:11:04 UTC (rev 8908)
@@ -22,8 +22,8 @@
</revdescription>
</revision>
<revision>
- <revnumber>6.0.0-2</revnumber>
- <date>Fri Sep 12 2012</date>
+ <revnumber>6.0.0-3</revnumber>
+ <date>Wed Oct 10 2012</date>
<author>
<firstname>Petr</firstname>
<surname>Penicka</surname>
@@ -31,14 +31,13 @@
</author>
<revdescription>
<simplelist>
- <member>Implemented changes required in BZ#794408.</member>
+ <member>Implemented changes required in BZ#849806.</member>
</simplelist>
</revdescription>
</revision>
-
<revision>
- <revnumber>6.0.0-1</revnumber>
- <date>Wed Oct 10 2012</date>
+ <revnumber>6.0.0-2</revnumber>
+ <date>Fri Sep 12 2012</date>
<author>
<firstname>Petr</firstname>
<surname>Penicka</surname>
@@ -46,7 +45,7 @@
</author>
<revdescription>
<simplelist>
- <member>Implemented changes required in BZ#849806.</member>
+ <member>Implemented changes required in BZ#794408.</member>
</simplelist>
</revdescription>
</revision>
12 years, 2 months
gatein SVN: r8907 - epp/docs/branches/6.0/User_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-17 00:06:25 -0400 (Wed, 17 Oct 2012)
New Revision: 8907
Modified:
epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
Log:
Incremented for staging
Modified: epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 04:04:48 UTC (rev 8906)
+++ epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 04:06:25 UTC (rev 8907)
@@ -8,7 +8,7 @@
<simpara>
<revhistory>
<revision>
- <revnumber>6.0.0-3</revnumber>
+ <revnumber>6.0.0-4</revnumber>
<date>Wed Oct 17 2012</date>
<author>
<firstname>Scott</firstname>
12 years, 2 months
gatein SVN: r8906 - in epp/docs/branches/6.0/Reference_Guide/en-US: images/AuthenticationAndIdentity/SAML2 and 1 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2012-10-17 00:04:48 -0400 (Wed, 17 Oct 2012)
New Revision: 8906
Added:
epp/docs/branches/6.0/Reference_Guide/en-US/images/AuthenticationAndIdentity/SAML2/
epp/docs/branches/6.0/Reference_Guide/en-US/images/AuthenticationAndIdentity/SAML2/saml-sso.png
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
Log:
BZ#856430 - Added SAML2 info relating to concepts, and the authentication workflow.
Added: epp/docs/branches/6.0/Reference_Guide/en-US/images/AuthenticationAndIdentity/SAML2/saml-sso.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Reference_Guide/en-US/images/AuthenticationAndIdentity/SAML2/saml-sso.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2012-10-17 03:59:52 UTC (rev 8905)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/AuthenticationAndIdentity.xml 2012-10-17 04:04:48 UTC (rev 8906)
@@ -15,4 +15,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/SSO.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/LDAP.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/CoreOrganizationInitializer.xml" encoding="UTF-8"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="AuthenticationAndIdentity/SAML2.xml" encoding="UTF-8"/>
</chapter>
12 years, 2 months
gatein SVN: r8905 - epp/docs/branches/6.0/User_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-16 23:59:52 -0400 (Tue, 16 Oct 2012)
New Revision: 8905
Modified:
epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
Log:
Changed first revision number from 6.0.0-3 to 6.0.0-1 (by Petr) as it was preventing brewing
Modified: epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 03:57:54 UTC (rev 8904)
+++ epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 03:59:52 UTC (rev 8905)
@@ -37,7 +37,7 @@
</revision>
<revision>
- <revnumber>6.0.0-3</revnumber>
+ <revnumber>6.0.0-1</revnumber>
<date>Wed Oct 10 2012</date>
<author>
<firstname>Petr</firstname>
12 years, 2 months
gatein SVN: r8904 - in epp/docs/branches/6.0/User_Guide: en-US and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-16 23:57:54 -0400 (Tue, 16 Oct 2012)
New Revision: 8904
Modified:
epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/User_Guide/publican.cfg
Log:
Switching on remarks for incremental staging builds
Modified: epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 03:42:20 UTC (rev 8903)
+++ epp/docs/branches/6.0/User_Guide/en-US/Revision_History.xml 2012-10-17 03:57:54 UTC (rev 8904)
@@ -7,6 +7,20 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>6.0.0-3</revnumber>
+ <date>Wed Oct 17 2012</date>
+ <author>
+ <firstname>Scott</firstname>
+ <surname>Mumford</surname>
+ <email></email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>BZ#856442: Removed numerous unnecessary images.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-2</revnumber>
<date>Fri Sep 12 2012</date>
Modified: epp/docs/branches/6.0/User_Guide/publican.cfg
===================================================================
--- epp/docs/branches/6.0/User_Guide/publican.cfg 2012-10-17 03:42:20 UTC (rev 8903)
+++ epp/docs/branches/6.0/User_Guide/publican.cfg 2012-10-17 03:57:54 UTC (rev 8904)
@@ -3,5 +3,5 @@
debug: 1
type: Book
git_branch: docs-rhel-6
-#show_remarks: 1
+show_remarks: 1
12 years, 2 months
gatein SVN: r8903 - epp/docs/branches/6.0/User_Guide/en-US/images.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-16 23:42:20 -0400 (Tue, 16 Oct 2012)
New Revision: 8903
Removed:
epp/docs/branches/6.0/User_Guide/en-US/images/AccountProfiles3.png
epp/docs/branches/6.0/User_Guide/en-US/images/ActionGadget.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddCategory1.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddGadgetnewUrl.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddGroup.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddNode4.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddPermission.png
epp/docs/branches/6.0/User_Guide/en-US/images/AddPortal.png
epp/docs/branches/6.0/User_Guide/en-US/images/Admin1.png
epp/docs/branches/6.0/User_Guide/en-US/images/ApplicationRegistry2.png
epp/docs/branches/6.0/User_Guide/en-US/images/CloneNode2.png
epp/docs/branches/6.0/User_Guide/en-US/images/CopyNode3.png
epp/docs/branches/6.0/User_Guide/en-US/images/CreateEditNode.png
epp/docs/branches/6.0/User_Guide/en-US/images/CreateGadget1.png
epp/docs/branches/6.0/User_Guide/en-US/images/CutNode4.png
epp/docs/branches/6.0/User_Guide/en-US/images/Dash2.png
epp/docs/branches/6.0/User_Guide/en-US/images/Dash_Column.png
epp/docs/branches/6.0/User_Guide/en-US/images/Dashboard.png
epp/docs/branches/6.0/User_Guide/en-US/images/Dashboard1.png
epp/docs/branches/6.0/User_Guide/en-US/images/Dashname1.png
epp/docs/branches/6.0/User_Guide/en-US/images/DeleteNode2.png
epp/docs/branches/6.0/User_Guide/en-US/images/Demo1.png
epp/docs/branches/6.0/User_Guide/en-US/images/Demo3.png
epp/docs/branches/6.0/User_Guide/en-US/images/DragPage1.png
epp/docs/branches/6.0/User_Guide/en-US/images/DragPage3.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditApplication.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditApplicationInformation.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditLayout.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditMember1.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditNavigation.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditNavigation1.png
epp/docs/branches/6.0/User_Guide/en-US/images/EditPortal2.6New.png
epp/docs/branches/6.0/User_Guide/en-US/images/EnterLink.png
epp/docs/branches/6.0/User_Guide/en-US/images/Footer.png
epp/docs/branches/6.0/User_Guide/en-US/images/ForgotEmail1.png
epp/docs/branches/6.0/User_Guide/en-US/images/ForgotUserName1.png
epp/docs/branches/6.0/User_Guide/en-US/images/Frontpage.png
epp/docs/branches/6.0/User_Guide/en-US/images/GadgetWrapper.png
epp/docs/branches/6.0/User_Guide/en-US/images/Gadgetnew.png
epp/docs/branches/6.0/User_Guide/en-US/images/GoogleGadgets.png
epp/docs/branches/6.0/User_Guide/en-US/images/ManagePage.png
epp/docs/branches/6.0/User_Guide/en-US/images/MoveUpDown.png
epp/docs/branches/6.0/User_Guide/en-US/images/NavigationManagement.png
epp/docs/branches/6.0/User_Guide/en-US/images/NewAccount3.png
epp/docs/branches/6.0/User_Guide/en-US/images/NewGadget.png
epp/docs/branches/6.0/User_Guide/en-US/images/NewStaff.png
epp/docs/branches/6.0/User_Guide/en-US/images/NodeIcons.png
epp/docs/branches/6.0/User_Guide/en-US/images/Org1.png
epp/docs/branches/6.0/User_Guide/en-US/images/Organization5.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageNodeSetting.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageSelector.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageSelectorEmpty.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageSetting.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageSetting1.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageWizard2.png
epp/docs/branches/6.0/User_Guide/en-US/images/PageWizard3.png
epp/docs/branches/6.0/User_Guide/en-US/images/Pagewizard1.png
epp/docs/branches/6.0/User_Guide/en-US/images/PasteNode3.png
epp/docs/branches/6.0/User_Guide/en-US/images/Permission2.png
epp/docs/branches/6.0/User_Guide/en-US/images/PermissionSetting1.png
epp/docs/branches/6.0/User_Guide/en-US/images/PortalProperties.png
epp/docs/branches/6.0/User_Guide/en-US/images/PortalSetting2.5.png
epp/docs/branches/6.0/User_Guide/en-US/images/PortalTemplate.png
epp/docs/branches/6.0/User_Guide/en-US/images/PortalTemplates.png
epp/docs/branches/6.0/User_Guide/en-US/images/PortletPermission.png
epp/docs/branches/6.0/User_Guide/en-US/images/Register.png
epp/docs/branches/6.0/User_Guide/en-US/images/SearchUser.png
epp/docs/branches/6.0/User_Guide/en-US/images/SelectPage1.png
epp/docs/branches/6.0/User_Guide/en-US/images/SignIn1.png
epp/docs/branches/6.0/User_Guide/en-US/images/Signin.png
epp/docs/branches/6.0/User_Guide/en-US/images/Skin1.png
epp/docs/branches/6.0/User_Guide/en-US/images/SkinSet1.png
epp/docs/branches/6.0/User_Guide/en-US/images/SureDelete.png
epp/docs/branches/6.0/User_Guide/en-US/images/Verification.png
epp/docs/branches/6.0/User_Guide/en-US/images/Videos.png
epp/docs/branches/6.0/User_Guide/en-US/images/XMLURL.png
epp/docs/branches/6.0/User_Guide/en-US/images/httpNode.png
epp/docs/branches/6.0/User_Guide/en-US/images/httpPage.png
epp/docs/branches/6.0/User_Guide/en-US/images/local.png
epp/docs/branches/6.0/User_Guide/en-US/images/tabbed_dash.png
Log:
BZ 856442: Removing unused images
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AccountProfiles3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/ActionGadget.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddCategory1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddGadgetnewUrl.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddGroup.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddNode4.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddPermission.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/AddPortal.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Admin1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/ApplicationRegistry2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/CloneNode2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/CopyNode3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/CreateEditNode.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/CreateGadget1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/CutNode4.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Dash2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Dash_Column.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Dashboard.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Dashboard1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Dashname1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/DeleteNode2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Demo1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Demo3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/DragPage1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/DragPage3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditApplication.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditApplicationInformation.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditLayout.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditMember1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditNavigation.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditNavigation1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EditPortal2.6New.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/EnterLink.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Footer.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/ForgotEmail1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/ForgotUserName1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Frontpage.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/GadgetWrapper.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Gadgetnew.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/GoogleGadgets.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/ManagePage.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/MoveUpDown.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NavigationManagement.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NewAccount3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NewGadget.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NewStaff.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NodeIcons.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Org1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Organization5.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageNodeSetting.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageSelector.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageSelectorEmpty.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageSetting.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageSetting1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageWizard2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PageWizard3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Pagewizard1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PasteNode3.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Permission2.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PermissionSetting1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PortalProperties.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PortalSetting2.5.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PortalTemplate.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PortalTemplates.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/PortletPermission.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Register.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SearchUser.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SelectPage1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SignIn1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Signin.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Skin1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SkinSet1.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SureDelete.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Verification.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Videos.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/XMLURL.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/httpNode.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/httpPage.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/local.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/tabbed_dash.png
===================================================================
(Binary files differ)
12 years, 2 months
gatein SVN: r8902 - in epp/docs/branches/6.0/User_Guide/en-US: modules and 6 other directories.
by do-not-reply@jboss.org
Author: smumford
Date: 2012-10-16 23:34:19 -0400 (Tue, 16 Oct 2012)
New Revision: 8902
Removed:
epp/docs/branches/6.0/User_Guide/en-US/images/BannerPortlet.png
epp/docs/branches/6.0/User_Guide/en-US/images/Breadcrumbs.png
epp/docs/branches/6.0/User_Guide/en-US/images/NavigationPortlet.png
epp/docs/branches/6.0/User_Guide/en-US/images/SiteMap.png
Modified:
epp/docs/branches/6.0/User_Guide/en-US/modules/Introduction.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/account/Account_and_Password_Retrieval.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/account/Change_Account_Settings.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/account/Register_New_Accounts.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/account/Sign_in_and_Sign_out.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Import_Portlets_and_Gadgets.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Manage_Portlets_and_Gadgets.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/language/Change_Interface_Language.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/language/Multi-Language_Navigation_Nodes.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/language/Right_To_Left_Support_(RTL).xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Navigation_Nodes.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Pages.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Permission.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Portals.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Toolbar.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portal/User_Management.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Dashboard_Portlet.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Interface_Portlets.xml
epp/docs/branches/6.0/User_Guide/en-US/modules/terms/Toolbar_concept.xml
Log:
BZ 856442: Committing xml files with unnecessary images purged
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/BannerPortlet.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/Breadcrumbs.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/NavigationPortlet.png
===================================================================
(Binary files differ)
Deleted: epp/docs/branches/6.0/User_Guide/en-US/images/SiteMap.png
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/Introduction.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/Introduction.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/Introduction.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -8,6 +8,7 @@
<para>
JBoss Enterprise Portal Platform is the merge of two mature Java projects; JBoss Portal and eXo Portal. This new community project takes the best of both offerings and incorporates them into a single J2EE deployment archive. The aim is to provide an intuitive user-friendly portal and a framework to address the needs of today's Web 2.0 applications.
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may not be necessary in this book.
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/Frontpage.png" format="PNG" align="center" scale="130" />
@@ -16,6 +17,7 @@
<imagedata fileref="images/Frontpage.png" format="PNG" align="center" contentwidth="150mm" />
</imageobject>
</mediaobject>
+ -->
<para>
This book introduces and provides detailed information about most features and capabilities of JBoss Enterprise Portal Platform such as user/group management and access permissions, using portlets and changing basic interface objects such as skins, language and page orientation.
</para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/account/Account_and_Password_Retrieval.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/account/Account_and_Password_Retrieval.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/account/Account_and_Password_Retrieval.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -13,6 +13,7 @@
<para>
Click the link '<emphasis role="bold">Forgot your User Name/Password?</emphasis>'
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may not be required.
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/SignIn1.png" format="PNG" align="center" scale="100"/>
@@ -21,6 +22,7 @@
<imagedata fileref="images/SignIn1.png" format="PNG" align="center" scalefit="1" contentwidth="100mm" />
</imageobject>
</mediaobject>
+ -->
</step>
<step>
@@ -58,29 +60,13 @@
<itemizedlist>
<listitem>
<para>
- If you selected the <emphasis role="bold">Forgot my password</emphasis> option you will be prompted for your username:
+ If you selected the <emphasis role="bold">Forgot my password</emphasis> option you will be prompted for your username.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/ForgotUserName1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/ForgotUserName1.png" format="PNG" align="center" scalefit="1" contentwidth="100mm"/>
- </imageobject>
- </mediaobject>
</listitem>
<listitem>
<para>
If you selected <emphasis role="bold">Forgot my username</emphasis> you will be prompted for your email address.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/ForgotEmail1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/ForgotEmail1.png" format="PNG" align="center" scalefit="1" contentwidth="100mm" />
- </imageobject>
- </mediaobject>
</listitem>
</itemizedlist>
</step>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/account/Change_Account_Settings.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/account/Change_Account_Settings.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/account/Change_Account_Settings.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -18,16 +18,8 @@
</imageobject>
</mediaobject>
<para>
- The <emphasis role="bold">Account Profiles</emphasis> form will appear:
+ The <emphasis role="bold">Account Profiles</emphasis> form will appear.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AccountProfiles3.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AccountProfiles3.png" format="PNG" align="center" scalefit="1" contentwidth="100mm" />
- </imageobject>
- </mediaobject>
<para>
To change your Account Profile information:
</para>
@@ -54,17 +46,9 @@
<procedure>
<step>
<para>
- Select the <emphasis role="bold">Change Password</emphasis> tab, it will display the following form:
+ Select the <emphasis role="bold">Change Password</emphasis> tab, it will display the following form.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/ChangePassword.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/ChangePassword.png" format="PNG" align="center" scalefit="1" contentwidth="100mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/account/Register_New_Accounts.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/account/Register_New_Accounts.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/account/Register_New_Accounts.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -19,14 +19,6 @@
<para>
Click <emphasis role="bold">Register</emphasis> on the Navigation bar.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/Register.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" scalefit="1" fileref="images/Register.png" format="PNG"/>
- </imageobject>
- </mediaobject>
<para>
The <emphasis role="bold">Register New Account</emphasis> page appears:
</para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/account/Sign_in_and_Sign_out.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/account/Sign_in_and_Sign_out.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/account/Sign_in_and_Sign_out.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -12,6 +12,7 @@
<para>
To sign in to a portal, users must complete the <emphasis role="bold">Sign in</emphasis> form:
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may no longer be required
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/Signin.png" format="PNG" align="center" scale="110"/>
@@ -20,6 +21,7 @@
<imagedata fileref="images/Signin.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
</imageobject>
</mediaobject>
+ -->
<para>
This form contains the following elements:
</para>
@@ -121,17 +123,8 @@
<para>
After signing in, you will be redirected to the homepage and welcomed with your full name in the top right corner of the page.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Toolbar.png" format="PNG" align="center" scale="110"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Toolbar.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
+ </section>
- </section>
-
<section id="sect-User_Guide-Sign_Out">
<title>Sign Out</title>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Import_Portlets_and_Gadgets.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Import_Portlets_and_Gadgets.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Import_Portlets_and_Gadgets.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -19,28 +19,17 @@
<para>
In the <emphasis role="bold">Group</emphasis> menu, select <emphasis role="bold">Administration</emphasis> then <emphasis role="bold">Application Registry</emphasis>:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Org1.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Org1.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
- Click <emphasis role="bold">Import Applications</emphasis> on the right hand side. A confirmation message should appear as such:
+ Click <emphasis role="bold">Import Applications</emphasis> on the right hand side. A confirmation message will appear.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/local.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/local.png" format="PNG" align="center" contentwidth="110mm" />
- </imageobject>
- </mediaobject>
</step>
+ <step>
+ <para>
+ Click <guilabel>OK</guilabel> to accept.
+ </para>
+ </step>
</procedure>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Manage_Portlets_and_Gadgets.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Manage_Portlets_and_Gadgets.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/gadgetsAdmin/Manage_Portlets_and_Gadgets.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -55,14 +55,6 @@
<para>
Change the number of columns in the <emphasis role="bold">Number of columns</emphasis> field. The maximum number of columns is four (4).
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Dash_Column.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Dash_Column.png" format="PNG" align="center" contentwidth="130mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -93,14 +85,6 @@
<para>
Click the <emphasis role="bold">Add Category</emphasis> button on the action bar:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AddCategory1.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AddCategory1.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<para>
The <emphasis role="bold">Category Setting</emphasis> tab: includes common information about a category.
</para>
@@ -136,14 +120,6 @@
</para>
<para>The permission criteria are used whenever a user creates or modifies a page. In that case the user can only see and use portlets in those categories on which he or she has access to (as defined by groups and memberships).
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Permission2.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Permission2.png" format="PNG" align="center" scalefit="1" contentwidth="130mm" />
- </imageobject>
- </mediaobject>
</step>
<!--
<step>
@@ -265,14 +241,6 @@
<para>
Select a category in the Category pane that includes the portlet you want to set permissions on. All portlets of that category will be listed underneath.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PortletPermission.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PortletPermission.png" format="PNG" align="center" contentwidth="160mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -283,14 +251,6 @@
<para>
Click the <emphasis role="bold">Add Permission</emphasis> button to add access permissions to more groups.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AddPermission.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AddPermission.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</listitem>
<listitem>
<para>
@@ -310,14 +270,6 @@
<para>
In the <emphasis role="bold">Group</emphasis> menu, select <emphasis role="bold">Administration</emphasis> then <emphasis role="bold">Application Registry</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Org1.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Org1.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<variablelist>
<varlistentry>
<term><emphasis role="bold">Left pane</emphasis></term>
@@ -342,22 +294,6 @@
<para>
To edit a portlet, click the edit button to the right of the portlet's name:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/EditApplication.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/EditApplication.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/EditApplicationInformation.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/EditApplicationInformation.png" format="PNG" align="center" scalefit="1" contentwidth="90mm" />
- </imageobject>
- </mediaobject>
</section>
<section id="sect-User_Guide-Manage_Portlets_and_Gadgets-Add_a_Gadget">
@@ -388,14 +324,6 @@
<para>
Enter the url of the remote gadget in the <emphasis role="bold">URL</emphasis> field.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AddGadgetnewUrl.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AddGadgetnewUrl.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -409,14 +337,6 @@
<para>
Click on <emphasis role="bold">Create a new gadget</emphasis>:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/CreateGadget1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/CreateGadget1.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -441,14 +361,6 @@
<para>
You can delete a local gadget using the trashcan icon to the right of the appropriate gadget in the gadget list.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/ActionGadget.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/ActionGadget.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<section id="sect-User_Guide-Manage_Gadgets-Edit_a_Gadget">
<title>Edit a Gadget</title>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/language/Change_Interface_Language.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/language/Change_Interface_Language.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/language/Change_Interface_Language.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -45,14 +45,6 @@
<para>
Open up the Start menu and click on <emphasis role="bold">Change Language</emphasis> :
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/StarPortlet.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/StarPortlet.png" format="PNG" align="center" scalefit="1" contentwidth="130mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/language/Multi-Language_Navigation_Nodes.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/language/Multi-Language_Navigation_Nodes.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/language/Multi-Language_Navigation_Nodes.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -135,14 +135,6 @@
<para>
Click on <emphasis role="bold">Site</emphasis> in the Toolbar then <emphasis role="bold">Edit Navigation</emphasis>
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/NavigationManagement.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/NavigationManagement.png" format="PNG" align="center" scalefit="1" contentwidth="90mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -153,14 +145,6 @@
<para>
The Create/Edit node dialog appears. Enter a resource key in the <emphasis role="bold">Label</emphasis> field
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/CreateEditNode.png" format="PNG" align="center" scale="110" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/CreateEditNode.png" format="PNG" align="center" scalefit="1" contentwidth="160mm" />
- </imageobject>
- </mediaobject>
</step>
</procedure>
<note>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/language/Right_To_Left_Support_(RTL).xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/language/Right_To_Left_Support_(RTL).xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/language/Right_To_Left_Support_(RTL).xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -16,6 +16,7 @@
<imagedata fileref="images/HomePage2.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
</imageobject>
</mediaobject>
+<!-- DOCS NOTE: BZ#856442: Commented out the following images and formalparas as they add nothing to the manual.
<formalpara>
<title>The Account Portlet</title>
<para>
@@ -59,7 +60,7 @@
</para>
</formalpara>
-<!-- Deprecated <section id="sect-User_Guide-RTL_Support_Right_To_Left-The_User_Workspace">
+ Deprecated <section id="sect-User_Guide-RTL_Support_Right_To_Left-The_User_Workspace">
<title>The User Workspace</title>
<mediaobject>
<imageobject>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Navigation_Nodes.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Navigation_Nodes.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Navigation_Nodes.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -15,14 +15,6 @@
<para>
Click on <emphasis role="bold">Site</emphasis> then click on <emphasis role="bold">Edit Navigation</emphasis> of the portal you want to modify.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/EditNavigation.png" format="PNG" align="center" scale="110"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/EditNavigation.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -33,14 +25,6 @@
<para>
Right-click on the selected navigation or node and select <guilabel>Add Node</guilabel> option. The <guilabel>ADD/EDIT PAGE NODE</guilabel> form appears:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AddNode4.png" format="PNG" align="center" scale="110" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AddNode4.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<para>
The <emphasis role="bold">Page Node Setting</emphasis> tab includes:
</para>
@@ -123,14 +107,6 @@
<para>
In the <emphasis role="bold">Page Selector</emphasis> tab, you can select a page or not for this node.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PageSelectorEmpty.png" format="PNG" align="center" scale="110" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PageSelectorEmpty.png" format="PNG" align="center" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
<variablelist>
<varlistentry>
<term><emphasis role="bold">Page Id</emphasis></term>
@@ -163,14 +139,6 @@
<para>
The <emphasis role="bold">Select Page</emphasis> form appears:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/SelectPage1.png" format="PNG" align="center" scale="110" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/SelectPage1.png" format="PNG" align="center" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
<para>
This window lists all existing pages of <emphasis role="bold">Portal</emphasis> or <emphasis role="bold">Group</emphasis> with basic information for each page.
</para>
@@ -239,6 +207,7 @@
<emphasis role="bold">Page Selector</emphasis>
form.
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may not be required
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/PageSelector.png" format="PNG" align="center" scale="110" />
@@ -247,6 +216,7 @@
<imagedata fileref="images/PageSelector.png" format="PNG" align="center" contentwidth="150mm"/>
</imageobject>
</mediaobject>
+ -->
<para>
After configuring the page node settings, the page selector and the node's icon, click the
<emphasis role="bold">Save</emphasis>
@@ -274,13 +244,8 @@
</imageobject>
</mediaobject>
<para>
- This will display a form to edit this node:
+ This will display a form to edit this node.
</para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/PageNodeSetting.png" format="PNG" align="center" width="444" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -344,27 +309,11 @@
<para>
Right-click on the selected node and select <emphasis role="bold">Copy node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/CopyNode3.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/CopyNode3.png" format="PNG" align="center" contentwidth="130mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
- Select the position that you want to paste this node and select <emphasis role="bold">Paste Node</emphasis> option. Click the mark icon to <emphasis role="bold">Save</emphasis>.
+ Select the position that you want to paste this node and select <emphasis role="bold">Paste Node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" contentwidth="130mm"/>
- </imageobject>
- </mediaobject>
</step>
</procedure>
</section>
@@ -390,27 +339,11 @@
<para>
Right-click on selected node and select <emphasis role="bold">Clone node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/CloneNode2.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/CloneNode2.png" format="PNG" align="center" contentwidth="130mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
- Select the position that you want to paste this node and select <emphasis role="bold">Paste Node</emphasis> option. Click the mark icon to <emphasis role="bold">Save</emphasis>.
+ Select the position that you want to paste this node and select <emphasis role="bold">Paste Node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" contentwidth="130mm"/>
- </imageobject>
- </mediaobject>
</step>
</procedure>
</section>
@@ -427,27 +360,11 @@
<para>
Right-click on the selected node and select <emphasis role="bold">Cut node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/CutNode4.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/CutNode4.png" format="PNG" align="center" contentwidth="130mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Select the position that you want to paste this node and select <emphasis role="bold">Paste Node</emphasis> option. mark icon to <emphasis role="bold">Save</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PasteNode3.png" format="PNG" align="center" contentwidth="130mm" />
- </imageobject>
- </mediaobject>
</step>
</procedure>
</section>
@@ -464,22 +381,9 @@
<para>
Right-click on the selected node and select <emphasis role="bold">Delete node</emphasis> option.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/DeleteNode2.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/DeleteNode2.png" format="PNG" align="center" contentwidth="130mm" />
- </imageobject>
- </mediaobject>
<para>
It will display an alert message confirming the removal of the node. Click the <emphasis role="bold">OK</emphasis> button to accept the deletion or <emphasis role="bold">Cancel</emphasis> button to quit without deleting the node.
</para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/httpNode.png" format="PNG" align="center" />
- </imageobject>
- </mediaobject>
</step>
</procedure>
</section>
@@ -499,11 +403,6 @@
<para>
Select the node that you want to move. Right click on the selected node and then click on <emphasis role="bold">Move up</emphasis> or <emphasis role="bold">Move down</emphasis>
</para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/MoveUpDown.png" format="PNG" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Pages.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Pages.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Pages.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -17,37 +17,28 @@
<para>
Mouse over <emphasis role="bold">Site Editor</emphasis> then select <emphasis role="bold">Add New Page</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/Wizard1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/Wizard1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
The wizard window is divided into two sections: the left pane contains the existing page/node hierarchy and the right pane displays the <emphasis role="bold">Page Editor</emphasis>.
</para>
- </step>
- <step>
- <para>
- In the left pane, you can navigate up and down the node/page structure:
- </para>
- <mediaobject>
+ <mediaobject>
<imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/Pagewizard1.png" format="PNG"/>
+ <imagedata align="center" scale="100" fileref="images/Wizard1.png" format="PNG"/>
</imageobject>
<imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/Pagewizard1.png" format="PNG"/>
+ <imagedata contentwidth="150mm" align="center" fileref="images/Wizard1.png" format="PNG"/>
</imageobject>
</mediaobject>
- </step>
- <step>
<para>
- In the right pane are the required parameters for a new page:
+ In the left pane, you can navigate up and down the node/page structure.
+ </para>
+ <para>
+ In the right pane are the required parameters for a new page.
</para>
+ </step>
+ <step>
+
<variablelist>
<varlistentry>
<term>
@@ -162,25 +153,12 @@
You can set date and time by clicking the <emphasis role="bold">Start Publication Date</emphasis> field and <emphasis role="bold">End Publication Date</emphasis> field and select a date in the calendar pop up.
</para>
</note>
-<!--
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/Calendar.png" format="PNG" />
- </imageobject>
- </mediaobject>
---> </step>
+ </step>
<step>
<para>
Click <emphasis role="bold">Next</emphasis> or number '2' of the wizard steps to go to step 2.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/PageWizard2.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/PageWizard2.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
</step>
<step>
<para>
@@ -191,14 +169,7 @@
<para>
Click the <emphasis role="bold">Next</emphasis> button or number '3' of the wizard step to go to step 3. You can drag portlets from the pop-up panel into the main pane to create the content of this page.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/PageWizard3.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/PageWizard3.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
<variablelist>
<varlistentry>
<term>Applications</term>
@@ -256,11 +227,6 @@
<para>
Mouse over <emphasis role="bold">Group</emphasis> in the Toolbar, highlight <emphasis role="bold">Administration</emphasis> then select <emphasis role="bold">Page Management</emphasis>.
</para>
- <mediaobject>
- <imageobject>
- <imagedata align="center" scale="100" fileref="images/ManagePage.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -293,14 +259,6 @@
<para>
If the page <emphasis role="bold">Owner type</emphasis> is <emphasis>group</emphasis> the page is created for a group. Therefore users who have <emphasis>manager</emphasis> permissions for that <emphasis>group</emphasis> can edit this page type.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/PageSetting1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/PageSetting1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -517,11 +475,6 @@
<para>
Click the trash can icon in the row of the page you want to delete. It will display the confirmation message.
</para>
- <mediaobject>
- <imageobject>
- <imagedata align="center" fileref="images/httpPage.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -538,29 +491,14 @@
<procedure>
<step>
<para>
- Mouse over <emphasis role="bold">Site Editor</emphasis> in the toolbar and click on <emphasis role="bold">Edit Layout</emphasis> It will display :
+ Mouse over <emphasis role="bold">Site Editor</emphasis> in the toolbar and click on <emphasis role="bold">Edit Layout</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/DragPage1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/DragPage1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Click on the <emphasis role="bold">Portal Page</emphasis>, drag and drop within the portal page.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/DragPage3.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/DragPage3.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
</step>
</procedure>
</section>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Permission.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Permission.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Permission.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -37,6 +37,13 @@
<section id="sect-User_Guide-Manage_Permission-Set_the_Access_Permission_on_a_Portal">
<title>Set Access permissions</title>
+
+ <note>
+ <title>Public access</title>
+ <para>
+ If you do not want your Portal to be publicly accessible, make sure the <emphasis role="bold">Make it public</emphasis> check box is clear.
+ </para>
+ </note>
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/PortalPermission.png" format="PNG" align="center" scale="100" />
@@ -45,12 +52,6 @@
<imagedata fileref="images/PortalPermission.png" format="PNG" align="center" contentwidth="150mm" />
</imageobject>
</mediaobject>
- <note>
- <title>Public access</title>
- <para>
- If you do not want your Portal to be publicly accessible, make sure the <emphasis role="bold">Make it public</emphasis> check box is clear.
- </para>
- </note>
<para>
If <emphasis role="bold">Make it public</emphasis> is clear, you need to add permissions by member group.
@@ -93,15 +94,6 @@
<para>
Only members of the Editor group can edit that portal. Access rights can be given to several groups but edit rights can only be given to a group with a membership type. To assign an edit permission to a user, you must add him/her to the editor group of the respective portal.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PermissionSetting1.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PermissionSetting1.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
-
<procedure>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Portals.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Portals.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Manage_Portals.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -15,40 +15,17 @@
<para>
Click on <emphasis role="bold">Site</emphasis> in the toolbar then click the <emphasis role="bold">Add New Portal</emphasis> button.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="90" fileref="images/AddPortal.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/AddPortal.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
This opens the <emphasis role="bold">Create New Portal</emphasis> window.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="90" fileref="images/PortalSetting2.5.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/PortalSetting2.5.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
The first tab in the window is the <emphasis role="bold">Portal Templates</emphasis> tab. This tab lets you choose a template for the new portal from templates that are saved in the installation.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="90" fileref="images/PortalTemplates.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/PortalTemplates.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
<para>
Click this tab if you have custom templates stored, or if you wish to use a default template for your portal.
</para>
@@ -173,15 +150,7 @@
<title>Edit Layout</title>
<para>
To edit the layout of a portal, click the <emphasis>Edit Layout</emphasis> key beside the active portal you wish to edit:
- </para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="110" fileref="images/EditLayout.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/EditLayout.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+ </para>
<para>
New applications, containers or gadgets can be dragged from the <emphasis role="bold">Edit Inline Composer</emphasis> window (inset on the right of the screen) onto the main portal body.
</para>
@@ -223,25 +192,10 @@
<para>
The portal navigation can be edited by clicking <emphasis role="bold">Site</emphasis> in the <emphasis role="bold">Toolbar</emphasis> and selecting the <emphasis>Edit Navigation</emphasis> link next to the portal you wish to edit:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="110" fileref="images/EditNavigation1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/EditNavigation1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
<para>
The <emphasis>Navigation Management</emphasis> window appears:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/NavigationManagement.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="70mm" align="center" fileref="images/NavigationManagement.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
<para>
More information about actions possible in this window can be found in <xref linkend="sect-User_Guide-Manage_Navigation_Nodes"/>
</para>
@@ -505,25 +459,9 @@
<para>
Portal properties such as language, skin and permissions can be set by clicking on <emphasis role="bold">Site</emphasis> in the <emphasis role="bold">Toolbar</emphasis> and selecting the <emphasis role="bold">Edit Portal Properties</emphasis> link for the portal you wish to edit:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/PortalProperties.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="130mm" align="center" fileref="images/PortalProperties.png" format="PNG"/>
- </imageobject>
- </mediaobject>
<para>
The various tabs available in the edit properties window give access to the properties that can be edited for the chosen portal:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="110" fileref="images/EditPortal2.6New.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="150mm" align="center" fileref="images/EditPortal2.6New.png" format="PNG"/>
- </imageobject>
- </mediaobject>
<para>
Click on <emphasis role="bold">Save</emphasis> or <emphasis role="bold">Cancel</emphasis> to either set or discard any changes you have made in the portal.
</para>
@@ -538,14 +476,7 @@
<para>
The confirmation message will appear:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/SureDelete.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="100mm" align="center" fileref="images/SureDelete.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
</step>
<step>
<para>
@@ -587,14 +518,6 @@
<para>
In the <emphasis role="bold">Portal Setting</emphasis> tab, select another skin <emphasis role="bold">Skin</emphasis> list
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata scale="90" fileref="images/Skin1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="120mm" fileref="images/Skin1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -614,27 +537,12 @@
<para>
Mouse over the Start menu and click on <emphasis role="bold">Change Skin</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata scale="100" fileref="images/StarPortlet.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="120mm" fileref="images/StarPortlet.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Select a new skin from the Skin list. By clicking on the skin name a picture will appear in the preview pane.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata scale="90" fileref="images/SkinSet1.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="120mm" fileref="images/SkinSet1.png" format="PNG"/>
- </imageobject>
- </mediaobject>
+
</step>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Toolbar.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Toolbar.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/Toolbar.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -8,14 +8,6 @@
<para>
The Toolbar offers a convenient way for users and administrators to execute tasks within the portal quickly and easily.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/Toolbar.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="130mm" align="center" fileref="images/Toolbar.png" format="PNG"/>
- </imageobject>
- </mediaobject>
<section>
<title>User Actions in the Toolbar</title>
<variablelist>
@@ -27,14 +19,6 @@
<para>
You can use the main menu (located under the product icon) to change the language or skin used in the portal or to sign out.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/StarPortlet.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata contentwidth="130mm" align="center" fileref="images/StarPortlet.png" format="PNG"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portal/User_Management.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portal/User_Management.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portal/User_Management.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -49,6 +49,7 @@
<para>
The <emphasis role="bold">New Staff</emphasis> window will open:
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may no longer be required
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/NewStaff.png" format="PNG" align="center" scale="100" />
@@ -57,6 +58,7 @@
<imagedata fileref="images/NewStaff.png" format="PNG" align="center" contentwidth="150mm" />
</imageobject>
</mediaobject>
+ -->
<para>
This window has two tabs; <emphasis role="bold">Account Setting</emphasis> and <emphasis role="bold">User Profile</emphasis>.
</para>
@@ -92,14 +94,6 @@
<para>
Select the information type (name, email, etc) to search against
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/SearchUser.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/SearchUser.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -126,14 +120,6 @@
<para>
Click the edit icon (next to the trash icon).
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Demo1.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Demo1.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
@@ -167,14 +153,6 @@
<para>
Select the <emphasis role="bold">User Membership</emphasis> tab to see a user's group membership information.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Demo3.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Demo3.png" format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<variablelist>
<varlistentry>
<term>User Membership</term>
@@ -242,27 +220,11 @@
<para>
First choose where in the existing group structure you want the new group to be created. You may navigate up the tree by clicking on the green vertical little arrow at the top of the tree. The current path is displayed in the path bar.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Admin1.png" format="PNG" align="center" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Admin1.png" format="PNG" align="center" contentwidth="50mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
Click <emphasis role="bold">Add New Group</emphasis>.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/AddGroup.png" format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/AddGroup.png" format="PNG" align="center" contentwidth="110mm"/>
- </imageobject>
- </mediaobject>
<variablelist>
<varlistentry>
<term><emphasis role="bold">Group Name</emphasis></term>
@@ -374,16 +336,9 @@
<procedure>
<step>
<para>
- Click the edit icon in the Action column
+ Click the edit icon in the Action column.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/EditMember1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/EditMember1.png" format="PNG" align="center" contentwidth="90mm"/>
- </imageobject>
- </mediaobject>
+
</step>
<step>
<para>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Dashboard_Portlet.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Dashboard_Portlet.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Dashboard_Portlet.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -6,10 +6,10 @@
<section id="sect-User_Guide-Dashboard_Portlet">
<title>The Dashboard</title>
<para>
- The Dashboard is used for hosting mini applications known as gadgets. The Dashboard uses a variety of graphical effects for displaying, opening and using gadgets.
+ The Dashboard is used for hosting mini-applications known as gadgets. The Dashboard uses a variety of graphical effects for displaying, opening and using gadgets.
</para>
<para>
- The active Dashboard can be individually named by double clicking on the default name ("<emphasis>Click and Type Page Name</emphasis>")...
+ The active Dashboard can be individually named by double clicking on the default name ("<emphasis>Click and Type Page Name</emphasis>") and entering a new name:
</para>
<mediaobject>
<imageobject role="html">
@@ -19,20 +19,11 @@
<imagedata fileref="images/Dashname.png" format="PNG" align="center" scalefit="1" contentwidth="120mm"/>
</imageobject>
</mediaobject>
+
<para>
- ...and entering a new name:
- </para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Dashname1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Dashname1.png" format="PNG" align="center" scalefit="1" contentwidth="120mm"/>
- </imageobject>
- </mediaobject>
- <para>
The Dashboard can also be tabbed to create multiple spaces. Open a new tab by clicking the <emphasis role="bold">+</emphasis> button beside the Dashboard name.
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may not be needed
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/tabbed_dash.png" format="PNG" align="center" scale="100" />
@@ -41,6 +32,7 @@
<imagedata fileref="images/tabbed_dash.png" format="PNG" align="center" contentwidth="110mm" />
</imageobject>
</mediaobject>
+ -->
<para>
New tabs can also be individually named and managed.
</para>
@@ -60,6 +52,7 @@
<para>
Click on <emphasis role="bold">Add Gadgets</emphasis> to open the Dashboard Workspace.
</para>
+ <!-- DOCS NOTE: BZ#856442: This image may not be needed.
<mediaobject>
<imageobject role="html">
<imagedata fileref="images/Dashboard1.png" format="PNG" align="center" scale="100" />
@@ -68,6 +61,7 @@
<imagedata fileref="images/Dashboard1.png" format="PNG" align="center" scalefit="1" contentwidth="100mm" />
</imageobject>
</mediaobject>
+ -->
</step>
</procedure>
<para>
@@ -151,14 +145,6 @@
<para>
To use one of the default gadgets, simply drag it from the <emphasis role="bold">Dashboard Workspace</emphasis> onto your Dashboard as illustrated below:
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Dash2.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Dash2.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
</section>
<section id="sect-User_Guide-Dashboard_Portlet-Add_Gadgets">
@@ -166,14 +152,7 @@
<para>
Many more gadgets can be found at <ulink type="http" url="http://www.google.com/ig/directory?synd=open">Google Gadgets</ulink>. JBoss Enterprise Portal Platform is compatible with most of the gadgets available there.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/GoogleGadgets.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/GoogleGadgets.png" format="PNG" align="center" scalefit="1" contentwidth="160mm"/>
- </imageobject>
- </mediaobject>
+
<important>
<title>Gadget Whitelist</title>
<para>
@@ -226,26 +205,10 @@
<para>
Click on <emphasis role="bold">Add Gadgets</emphasis> in the Dashboard to open the Dashboard Workspace.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Dashboard1.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Dashboard1.png" format="PNG" align="center" scalefit="1" contentwidth="90mm"/>
- </imageobject>
- </mediaobject>
</step>
<step>
<para>
- The Dashboard Workspace dialog appears:
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/EnterLink.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/EnterLink.png" format="PNG" align="center" scalefit="1" contentwidth="50mm"/>
- </imageobject>
- </mediaobject>
+ The Dashboard Workspace dialog appears.
</para>
</step>
<step>
@@ -269,17 +232,6 @@
<para>
The new gadget will appear on the Dashboard alongside any other gadgets already in use. If required, the new gadget can be dragged to another position on the page.
</para>
- <para>
- In the image below, the Currency Converter gadget has been added to the Dashboard, along with some of the default portal gadgets.
- </para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/NewGadget.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/NewGadget.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
</step>
</procedure>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Interface_Portlets.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Interface_Portlets.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/portletsUser/Interface_Portlets.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -16,14 +16,6 @@
<para>
This Portlet is the home page for a portal. The home page is the first page displayed when you visit the site.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Frontpage.png" format="PNG" align="center" scale="130"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Frontpage.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -32,14 +24,6 @@
<para>
This Portlet contains the organization's slogan, logo, and icons.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/BannerPortlet.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/BannerPortlet.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -48,14 +32,6 @@
<para>
This Portlet provides a navigation bar. A navigation bar is a menu that helps users to visualize the structure of a site and provide links to quickly move from page to page.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/NavigationPortlet.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/NavigationPortlet.png" format="PNG" align="center" scalefit="1" contentwidth="60mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -64,14 +40,6 @@
<para>
This Portlet displays a site map page of a web site. It lists pages on a website, typically organized in hierarchical fashion.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/SiteMap.png" format="PNG" align="center" scale="90"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/SiteMap.png" format="PNG" align="center" scalefit="1" contentwidth="100mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -80,43 +48,14 @@
<para>
This Portlet displays the 'path' the user has taken from the home page to arrive at the current page.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Breadcrumbs.png" format="PNG" align="center" scale="90"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Breadcrumbs.png" format="PNG" align="center" scalefit="1" contentwidth="100mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
-<!-- <varlistentry>
- <term>Console Portlet</term>
- <listitem>
- <para>
- This Portlet is used as console to run Java Script commands.
- </para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/Console.png" format="PNG" align="center"></imagedata>
- </imageobject>
- </mediaobject>
- </listitem>
- </varlistentry> -->
<varlistentry>
<term><emphasis role="bold">Dashboard Portlet</emphasis></term>
<listitem>
<para>
This portlet is used for hosting mini-applications known as gadgets. The dashboard uses a variety of graphical effects for displaying, opening, and using gadgets.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Dashboard.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Dashboard.png" format="PNG" align="center" scalefit="1" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
<para>
Refer to <xref linkend="sect-User_Guide-Dashboard_Portlet" /> or <xref linkend="chap-User_Guide-Gadgets_Administration" /> for more information.
</para>
@@ -128,74 +67,22 @@
<para>
This Portlet is used to create inline frames (IFrame) elements for a site. An IFrame is an HTML element which can embed another document into a parent HTML document. By using IFrames, embedded data is displayed inside a sub-window of browser.
</para>
- <!-- <mediaobject>
- <imageobject>
- <imagedata fileref="images/IFrame.png" format="PNG" align="center"></imagedata>
- </imageobject>
- </mediaobject> -->
</listitem>
</varlistentry>
- <!-- Thomas: It has been removed AFAIK
<varlistentry>
- <term>Web Explorer Portlet</term>
- <listitem>
- <para>
- This Portlet provides web-browser and allows users to connect to external websites from within the portal.
- </para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/WebExplorer1.png" format="PNG" align="center" contentwidth="400" align="center"/>
- </imageobject>
- </mediaobject>
- </listitem>
- </varlistentry>
- -->
- <varlistentry>
<term><emphasis role="bold">Gadget Wrapper Portlet</emphasis></term>
<listitem>
<para>
This Portlet allows users to view a gadget in canvas mode.
</para>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/GadgetWrapper.png" format="PNG" align="center" scale="100"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/GadgetWrapper.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
- <!-- Thomas: It has been removed AFAIK
<varlistentry>
- <term>FCK Editor Portlet</term>
- <listitem>
- <para>
- Use this portlet for common tasks such as writing and formatting text, creating tables and inserting links or pictures.
- </para>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/FCK1.png" format="PNG" align="center" contentwidth="400" align="center"/>
- </imageobject>
- </mediaobject>
- </listitem>
- </varlistentry>
- -->
- <varlistentry>
<term><emphasis role="bold">Footer Portlet</emphasis></term>
<listitem>
<para>
This Portlet provides the footer for a site. This footer provides information or links about the site's author/institutional sponsor, the date of the last revision made to the site, copyright information, comments form and navigational links.
</para>
-
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/Footer.png" format="PNG" align="center" scale="90"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/Footer.png" format="PNG" align="center" scalefit="1" contentwidth="100mm"/>
- </imageobject>
- </mediaobject>
</listitem>
</varlistentry>
</variablelist>
Modified: epp/docs/branches/6.0/User_Guide/en-US/modules/terms/Toolbar_concept.xml
===================================================================
--- epp/docs/branches/6.0/User_Guide/en-US/modules/terms/Toolbar_concept.xml 2012-10-17 03:32:54 UTC (rev 8901)
+++ epp/docs/branches/6.0/User_Guide/en-US/modules/terms/Toolbar_concept.xml 2012-10-17 03:34:19 UTC (rev 8902)
@@ -8,7 +8,8 @@
<para>
The Toolbar spans the top of the portal application and provides links to user and administrative actions.
</para>
- <mediaobject>
+ <!-- DOCS NOTE: BZ#856442
+ <mediaobject>
<imageobject role="html">
<imagedata fileref="images/Toolbar.png" format="PNG" align="center" scale="110"/>
</imageobject>
@@ -16,6 +17,7 @@
<imagedata fileref="images/Toolbar.png" format="PNG" align="center" scalefit="1" contentwidth="150mm"/>
</imageobject>
</mediaobject>
+ -->
<para>
This screenshot displays three Navigations referred to in <xref linkend="sect-User_Guide-Navigation" /> as well as the main Menu button (on the far left of the toolbar) and the name of the current user (on the far right).
</para>
12 years, 2 months