gatein SVN: r9058 - in epp/docs/branches/6.0/Developer_Guide: en-US and 1 other directory.
by do-not-reply@jboss.org
Author: smumford
Date: 2013-01-17 00:03:33 -0500 (Thu, 17 Jan 2013)
New Revision: 9058
Added:
epp/docs/branches/6.0/Developer_Guide/en-US/chapter-6-GDG_JavaScript_Development.xml
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/Developer_Guide.xml
epp/docs/branches/6.0/Developer_Guide/publican.cfg
Log:
https://docs.jboss.org/author/display/GTNPORTAL35/JavaScript+Development raw content imported to enterprise docs
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/Developer_Guide.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/Developer_Guide.xml 2013-01-17 05:02:14 UTC (rev 9057)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/Developer_Guide.xml 2013-01-17 05:03:33 UTC (rev 9058)
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!-- This document was created with Syntext Serna Free. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!-- This document was created with Syntext Serna Freeform XML Formatting. --><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Developer_Guide.ent">
%BOOK_ENTITIES;
]>
-<book>
+<book status="draft">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Preface.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter-1-GDG_Introduction.xml"/>
@@ -11,5 +11,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter-3-GDG_Design_choices.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter-4-GDG_Portal_Development.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter-5-GDG_Application_development.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter-6-GDG_JavaScript_Development.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
</book>
Added: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-6-GDG_JavaScript_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-6-GDG_JavaScript_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Modified: epp/docs/branches/6.0/Developer_Guide/publican.cfg
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/publican.cfg 2013-01-17 05:02:14 UTC (rev 9057)
+++ epp/docs/branches/6.0/Developer_Guide/publican.cfg 2013-01-17 05:03:33 UTC (rev 9058)
@@ -3,5 +3,5 @@
debug: 1
type: Book
git_branch: docs-rhel-6
-#show_remarks: 1
+show_remarks: 1
11 years, 11 months
gatein SVN: r9057 - epp/docs/branches/6.0/Developer_Guide/en-US.
by do-not-reply@jboss.org
Author: smumford
Date: 2013-01-17 00:02:14 -0500 (Thu, 17 Jan 2013)
New Revision: 9057
Modified:
epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml
Log:
Corrected invalid XML
Modified: epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml
===================================================================
--- epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml 2013-01-17 04:33:07 UTC (rev 9056)
+++ epp/docs/branches/6.0/Developer_Guide/en-US/chapter-4-GDG_Portal_Development.xml 2013-01-17 05:02:14 UTC (rev 9057)
@@ -1,100 +1,125 @@
<?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" []>
-<chapter id="sid-8094155">
- <title>Portal Development</title>
- <section id="sid-7372962">
- <title>Portal containers</title>
- <para>
+ <chapter id="sid-8094155">
+ <title>Portal Development</title>
+
+ <section id="sid-7372962">
+ <title>Portal containers</title>
+
+ <para>
In a single instance (or cluster) of JBoss Portal Platform, multiple portals can be running and share resources with other portals with two levels of granularity:
</para>
- <itemizedlist>
- <listitem>
- <para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
Portal Containers: A portal container can host multiple sites, and a JBoss Portal Platform instance can host multiple portal containers
</para>
- </listitem>
- <listitem>
- <para>
+ </listitem>
+
+ <listitem>
+ <para>
Site: A site can have a unique identity, with its own skin applied to a set of pages.
</para>
- </listitem>
- </itemizedlist>
- <para>
+ </listitem>
+ </itemizedlist>
+
+ <para>
The biggest granularity is what is called "Portal Containers". A Portal Container can host multiple "Sites". Those two components have a unique identifier that can be found in the default URL mapping according to the following scheme: <code><ulink url="http://localhost:8080/"/><portalcontainer>/<site> </code>
</para>
+
<para>
When creating a website, you can either create a portal container or extend an existing one. Extending an existing portal container, such as the default one provided with JBoss Portal Platform, is the recommended option because you only need to customize it to suit your requirements. Another benefit of the extension method is that upgrades consist of copying the newer distribution archives in place of the originals. This upgrade method is not possible if the distribution archives have been modified.
</para>
+
<para>
While running multiple portal containers is possible, it's recommended to keep those on separate installations. Note that multiple websites can run in a single portal container and share some services.
</para>
+
<para>
The procedure for creating portal containers and extending existing portal containers is similar: create an enterprise archive (EAR) containing configuration details, runnable code and static resources.
</para>
-
- <figure>
- <title>Example</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/7372962/portalextensionstructure.png" format="PNG"/>
- </imageobject>
- <imageobject role="fo">
- <imagedata width="150mm" align="center" fileref="images/7372962/portalextensionstructure.png" format="PNG"/>
- </imageobject>
- </mediaobject>
- </figure>
- </para>
- <section id="sid-7372962_GDG-Portalcontainers-Portalextension">
- <title>Portal extension</title>
- <para>
+
+ <figure>
+ <title>Example</title>
+
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata align="center" scale="100" fileref="images/7372962/portalextensionstructure.png" format="PNG"/>
+ </imageobject>
+
+ <imageobject role="fo">
+ <imagedata width="150mm" align="center" fileref="images/7372962/portalextensionstructure.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <section id="sid-7372962_GDG-Portalcontainers-Portalextension">
+ <title>Portal extension</title>
+
+ <para>
A portal extension is packaged as an Enterprise ARchive (EAR), a configuration file allows to define which services are required and by ordering those, it is possible to modify some elements. It can be a configuration setting, a translation, a visual template, a page to add.
</para>
- <para>
+
+ <para>
Portal extensions can shadow existing services, a portal will usually be composed of various extensions, which usually add services.
</para>
- <figure>
- <title>Example</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata align="center" scale="100" fileref="images/7372962/portalExtensions.png" format="PNG"/>
- </imageobject>
- </mediaobject>
- </figure>
- <para>
+
+ <figure>
+ <title>Example</title>
+
+ <mediaobject>
+ <imageobject role="html">
+ <imagedata align="center" scale="100" fileref="images/7372962/portalExtensions.png" format="PNG"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>
In a portal extension, elements are shadowed by using the same directory location, so if you want to rewrite the groovy template of the HomePagePortlet which is located in <filename>gatein.ear/02portal.war/templates/groovy/webui/component/UIHomePagePortlet.gtmpl</filename>, it would be in an extension at a location such as <filename>myExtension/myWar.war/templates/groovy/webui/component/UIHomePagePortlet.gtmpl</filename>. The ordering will be defined by the portal extension configuration.
</para>
- </section>
- </section>
- <section id="sid-8094158">
- <title>Visual identity</title>
- <para>
+ </section>
+ </section>
+
+ <section id="sid-8094158">
+ <title>Visual identity</title>
+
+ <para>
A portal visual identity is made of HTML produced as a result of portal aggregation (the components that make a page like columns and rows combined with the content produced by the portlets) and associated CSS files.
</para>
- <para>
-JBoss Portal Platform allows to deploy multiple skins consisting of CSS files, which makes it possible to apply styling to the page compositions and components of a page (portlets). Different skins can be applied to the different websites, also if made available to the users, they can choose their preferred skin.
+
+ <para>
+ JBoss Portal Platform allows to deploy multiple skins consisting of CSS files, which makes it possible to apply styling to the page compositions and components of a page (portlets). Different skins can be applied to the different websites, also if made available to the users, they can choose their preferred skin.
</para>
- <section id="sid-8094158_GDG-Visualidentity-Customizingtheloginpage">
- <title>Customizing the login page</title>
- <para>
+
+ <section id="sid-8094158_GDG-Visualidentity-Customizingtheloginpage">
+ <title>Customizing the login page</title>
+
+ <para>
When accessing a page that requires privileges, a login page is shown and it can be customized by using an extension. To do so, it would be enough to copy the file located at:
</para>
- <example>
- <title>Login JSP</title>
- <programlisting>gatein.ear/02portal.war/login/jsp/login.jsp</programlisting>
- </example>
- <para>
+
+ <example>
+ <title>Login JSP</title>
+<programlisting>gatein.ear/02portal.war/login/jsp/login.jsp</programlisting>
+ </example>
+
+ <para>
and include it in a portal extension such as myExtension.ear/myWar.war/login/jsp/login.jsp
</para>
- <para>
+
+ <para>
All the logic must be carefully kept in the login page so that the portal will keep working as it should.
</para>
- <para>
+
+ <para>
To modify the modal window which pops up when the user decides to sign-in, the extension would have a modified copy of:
</para>
- <example>
- <title>Login Form</title>
- <programlisting>gatein.ear/02portal.war/groovy/portal/webui/UILoginForm.gtmpl</programlisting>
- </example>
- </section>
- </section>
-</chapter>
+
+ <example>
+ <title>Login Form</title>
+<programlisting>gatein.ear/02portal.war/groovy/portal/webui/UILoginForm.gtmpl</programlisting>
+ </example>
+ </section>
+ </section>
+ </chapter>
11 years, 11 months
gatein SVN: r9056 - in epp/docs/branches/6.0/Reference_Guide/en-US: modules and 1 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-01-16 23:33:07 -0500 (Wed, 16 Jan 2013)
New Revision: 9056
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/WSRP.xml
Log:
Completed changes for WSRP and Internationalization Config
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-16 05:12:37 UTC (rev 9055)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-17 04:33:07 UTC (rev 9056)
@@ -8,6 +8,21 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-30</revnumber>
+ <date>Thu Jan 17 2013</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Final comments done for https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co.... Section ready for QA.</member>
+ <member/>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-29</revnumber>
<date>Wed Jan 16 2013</date>
<author>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2013-01-16 05:12:37 UTC (rev 9055)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2013-01-17 04:33:07 UTC (rev 9056)
@@ -5,6 +5,7 @@
]>
<chapter id="chap-Reference_Guide-Internationalization_Configuration">
<title>Internationalization Configuration</title>
+ <remark>Source docs are located at https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co...</remark>
<section id="sect-Reference_Guide-Internationalization_Configuration-Overview">
<title>Overview</title>
<note>
@@ -163,46 +164,25 @@
<programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default154.java" parse="text"/></programlisting>
</section>
<section id="sect-Reference_Guide-_Portlets_-Debugging_Resource_Bundle_Usage">
- <title><remark>NEEDINFO </remark>Debugging Resource Bundle Usage</title>
- <remark>NEEDINFO - jmorgan - from https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co... there is mention of enabling debug mode, and using the Magic Locale. This was commented out in the XML here, but I have reinstated it and tried to add some more info to it. It needs to be verified for correctness. </remark>
+ <title>Debugging Resource Bundle Usage</title>
+ <remark>Taken from https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co.... Check here for revision incorporation status. </remark>
<para>
When translating an application it can sometimes be difficult to find the right key for a given property.
</para>
<para>
You can start the Portal in <emphasis>debug mode</emphasis> and use the <emphasis role="bold">Magic locale</emphasis> from the list of available portal languages to assist in finding the correct translated key value.
-This special locale translates a key to the same value.</para>
- <para>For example, the translated value for the "organization.title" key is the value "organization.title". Selecting Magic locale allows use of the portal and its applications with all the keys visible. This makes it easier to discover the correct key for a given label in the portal page.</para>
- <remark>NEEDINFO - jmorgan - 20130116 - I have added these procedures based on commented out material written for EPP 5. I have updated it to what I think is required, but can't seem to get the Magic locale to display.</remark>
+</para>
+ <para>This special locale translates a key to the same value. For example, the translated value for the "organization.title" key is the value "organization.title". Selecting Magic locale allows use of the portal and its applications with all the keys visible. This makes it easier to discover the correct key for a given label in the portal page.</para>
<procedure>
- <title>Executing the portal in debug mode</title>
+ <title>Accessing the Magic Locale</title>
<step>
<para>
-Open the <replaceable>JBOSS_HOME/bin/standalone.conf</replaceable> file in a text editor.
+Start the portal in debug mode by executing the following command-line argument:
</para>
+ <programlisting><command>[<replaceable>USER</replaceable>@<replaceable>HOST</replaceable> jboss-jpp-6.0]$ ./bin/standalone.sh -Dexo.product.developing=true</command></programlisting>
</step>
<step>
- <para>Add the <literal>-Xdebug</literal> parameter to the JVM <emphasis role="bold">JAVA_OPTS</emphasis> listed on (or near, if you have made previous configuration changes) line 49.
-</para>
- <programlisting>if [ "x$JAVA_OPTS" = "x" ]; then
- JAVA_OPTS="-Xms1303m -Xmx1303m <parameter>-Xdebug</parameter> -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
- JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
- JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml"
-else
- echo "JAVA_OPTS already set in environment; overriding default settings with values: $JAVA_OPTS"
-fi</programlisting>
- </step>
- <step>
<para>
-Start the portal as normal by executing the following command:
-</para>
- <programlisting><command>[<replaceable>USER</replaceable>@<replaceable>HOST</replaceable> jboss-jpp-6.0]$ ./bin/standalone.sh </command>
-</programlisting>
- </step>
- </procedure>
- <procedure>
- <title>Setting the Magic Locale</title>
- <step>
- <para>
Open <ulink url="http://localhost:8080/portal/classic"/> to display the Portal Platform landing page.
</para>
</step>
@@ -210,11 +190,11 @@
<para>Click <guibutton>Change Language</guibutton>.</para>
</step>
<step>
- <para>Select <guimenuitem>Magic locale</guimenuitem> from the list of available languages.</para>
+ <para>Select <guimenuitem>ma</guimenuitem> from the list of available languages to activate the Magic locale.</para>
</step>
</procedure>
</section>
- <section>
+ <section id="Translate_Language_Selection_Form">
<title>Translate the Language Selection Form</title>
<figure>
<title>Language Selection Screen</title>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/WSRP.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/WSRP.xml 2013-01-16 05:12:37 UTC (rev 9055)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/WSRP.xml 2013-01-17 04:33:07 UTC (rev 9056)
@@ -1660,6 +1660,7 @@
</section>
<section id="producer_config">
<title>Configuring JBoss Portal Platform's WSRP Producer</title>
+ <remark>Source content taken from https://docs.jboss.org/author/display/GTNPORTAL35/Configuring+GateIn%27s+... . Review this page for revision incorporation history.</remark>
<section>
<title>Overview</title>
<para>
@@ -1667,53 +1668,45 @@
Alternatively, it is possible to add an XML file called
<filename>wsrp-producer-config.xml</filename>
in the
- <filename><replaceable>JPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/conf/gatein/</filename>
+ <filename><replaceable>JPP_HOME</replaceable>/standalone/configuration/gatein/wsrp</filename>
directory.
- Several aspects can be modified with respects to whether registration is required for consumers to access
+ Several aspects can be modified with respect to whether registration is required for consumers to access
the Producer's services.
</para>
<note>
<title>Note</title>
<para>An XML Schema defining which elements are available to configure Consumers via XML can be found
in
- <filename><replaceable>JPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/deploy/gatein-wsrp-integration.ear/lib/wsrp-integration-api-&WSRP_VERSION;.jar/xsd/gatein_wsrp_producer_1_0.xsd </filename>
+ <filename><replaceable>JPP_HOME</replaceable>/modules/org/gatein/wsrp/main/wsrp-integration-api-&WSRP_VERSION;.jar/xsd/gatein_wsrp_producer_1_0.xsd </filename>
</para>
</note>
<important>
<title>Important</title>
<para>
It is important to note that once the XML configuration file for the producer has been read upon
- the WSRP service first start, the associated information is put under control of JCR (Java Content
+ the WSRP service first start, the associated information is put under control of the JCR (Java Content
Repository). Subsequent launches of the WSRP service will use the JCR-stored information and ignore
the content of the XML configuration file.
</para>
</important>
- <note>
- <title>Note</title>
- <para>
- The default configuration file for the producer can be found at
- <filename><replaceable>JPP_DIST</replaceable>/jboss-as/server/<replaceable>PROFILE</replaceable>/deploy/gatein-wsrp-integration.ear/lib/extension-component-&WSRP_VERSION;.jar/conf/wsrp-producer-config.xml</filename>
- </para>
- </note>
</section>
<section>
<title>Default configuration</title>
<para>
- The default producer configuration is to require that consumers register with it before providing access its
- services but does not require any specific registration properties (apart from what is mandated by the
+ The default producer configuration requires that consumers register with it before providing access its
+ services, but does not require any specific registration properties (apart from what is mandated by the
WSRP standard). It does, however, require consumers to be registered before sending them a full service
description. This means that the WSRP producer will not provide the list of offered portlets and other
- capabilities to unregistered consumers. The producer also uses the default
+ capabilities to unregistered consumers. </para>
+ <para>The producer also uses the default
<classname>RegistrationPolicy</classname>
paired with the default
<classname>RegistrationPropertyValidator</classname>. Property
- validators will be discussed in greater detail later in <xref linkend="registration-configuration"/>. Suffice to say for now
- that this allows users to customize how Portal's WSRP Producer decides whether a given registration property
+ validators will be discussed in greater detail later in <xref linkend="registration-configuration"/>. This allows users to customize how the Portal's WSRP Producer determines whether a given registration property
is valid or not.
</para>
<para>
-JBoss Portal Platform provides a web interface to configure the producer's behavior. You can access it
- by clicking on the "Producer Configuration" tab of the "WSRP" page of the "admin" portal. The image below is what you
+JBoss Portal Platform provides a web interface to configure the producer's behavior. It is accessed by clicking on the "Producer Configuration" tab of the "WSRP" page of the "admin" portal. The image below is what you
should see with the default configuration:
</para>
<mediaobject>
@@ -1721,14 +1714,14 @@
<imagedata align="center" valign="middle" scalefit="1" fileref="images/WSRP/producer_default.png" format="PNG"/>
</imageobject>
</mediaobject>
- <para>As would be expected, you can specify whether or not the producer will send the full service description to
+ <para>You can specify whether or not the producer will send the full service description to
unregistered consumers, and, if it requires registration, which
<classname>RegistrationPolicy</classname>
to use (and, if needed, which
<classname>RegistrationPropertyValidator</classname>), along with required
registration property description for which consumers must provide acceptable values to successfully
register.</para>
- <para>New in JBoss Portal Platform, the WSDL URLs to access the Portal's WSRP producer are now displayed either in WSRP 1
+ <para>The WSDL URLs to access the Portal's WSRP producer are displayed either in WSRP 1
or WSRP 2 mode.
</para>
</section>
@@ -1738,7 +1731,8 @@
In order to require consumers to register with Portal's producer before interacting with it, you need to
configure Portal's behavior with respect to registration. Registration is optional, as are registration
properties. The producer can require registration without requiring consumers to pass any registration
- properties as is the case in the default configuration. To configure the producer starting with a blank
+ properties as is the case in the default configuration. </para>
+ <para>To configure the producer starting with a blank
state:
</para>
<mediaobject>
@@ -1764,7 +1758,8 @@
<classname>RegistrationPropertyValidator</classname>
there. Keep the default value. See
<xref linkend="custom_registration"/>
- for more details. Add, however, a registration property called
+ for further information about other available values. </para>
+ <para>Add a registration property called
<literal>email</literal>. Click "Add property" and enter the appropriate information in the fields,
providing a description for the registration property that can be used by consumers to figure out its
purpose:
@@ -1774,7 +1769,7 @@
<imagedata align="center" valign="middle" scalefit="1" fileref="images/WSRP/producer_email.png" format="PNG"/>
</imageobject>
</mediaobject>
- <para>Press "Save" to record your modifications.
+ <para>Click "Save" to record the modifications.
</para>
<note>
<title>Note</title>
@@ -1807,43 +1802,70 @@
there is still one aspect that requires configuration: whether a given value for a registration property
is acceptable by the WSRP Producer. This is accomplished by plugging a
<classname>RegistrationPropertyValidator</classname>
- in the default registration policy. This allows users to define their own validation mechanism.
+ in the default registration policy. This allows users to define their own validation mechanism for registration properties that are passed by a consumer to a producer.
</para>
<para>
Please refer to the
<trademark class="trade">Javadoc</trademark>
for
- <classname>org.gatein.registration.RegistrationPolicy</classname>
- and
- <classname>org.gatein.registration.policies.RegistrationPropertyValidator</classname>
- for more
+
+<ulink url="https://github.com/gatein/gatein-wsrp/blob/master/producer/src/main/java/...">
+ <classname>org.gatein.registration.RegistrationPolicy</classname>
+ </ulink> and
+
+<ulink url="https://github.com/gatein/gatein-wsrp/blob/master/producer/src/main/java/...">
+ <classname>org.gatein.registration.policies.RegistrationPropertyValidator</classname>
+ </ulink> for more
details on what is expected of each method.
</para>
- <para>Defining a registration policy is required for the producer to be correctly configured. This is
- accomplished by specifying the qualified class name of the registration policy. Since it is anticipated that
- most users will use the default registration policy, it is possible to provide the class
- name of your custom property validator instead to customize the default registration policy behavior.
- Note that property validators are only used by the default policy.
-
- <note>
- <title>Note</title>
- <para>Since the policy or the validator are defined via their class name and dynamically loaded, it is
- important that you make sure that the identified class is available to the application server. One
- way
- to accomplish that is to deploy your policy implementation as JAR file in your AS instance deploy
- directory. Note also that, since both policies and validators are dynamically instantiated, they
- must
- provide a default, no-argument constructor.
- </para>
- </note>
+ <para>Defining a registration policy is required for the producer to be correctly configured. If you don't provide one, the <literal>DefaultRegistrationPolicy</literal> associated to the <literal>DefaultRegistrationPropertyBehavior</literal> is used.
</para>
+ <figure>
+ <title>DefaultRegistrationPolicy</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/WSRP/producer_default.png" width="666"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ <para>JBoss Portal Platform can automatically detect deployed implementations of <literal>RegistrationPolicy</literal> and <literal>RegistrationPropertyValidator</literal>, assuming they conform to the following rules:</para>
+ <itemizedlist>
+ <listitem>
+ <para>The implementations must follow the Java <ulink url=".oracle.com/javase/7/docs/api/java/util/ServiceLoader.html">ServiceLoader</ulink> architecture:</para>
+ <itemizedlist>
+ <listitem>
+ <para>They must be packaged as JARs</para>
+ </listitem>
+ <listitem>
+ <para>For <literal>RegistrationPolicy</literal> implementations, they must contain a special <filename>META-INF/services/org.gatein.registration.RegistrationPolicy</filename> file.</para>
+ </listitem>
+ <listitem>
+ <para>For <literal>RegistrationPropertyValidator</literal> implementations they must contain<filename>META-INF/services/org.gatein.registration.policies.RegistrationPropertyValidator</filename> and include a line with the fully qualified name of the implementation class.</para>
+ </listitem>
+ </itemizedlist>
+ <note>
+ <para>It is possible to package several implementations in the same JAR file, provided that each implementation class is referenced on its own line in the appropriate service definition file. To make things easier, we provide an example project of a RegistrationPolicy implementation and packaging at <ulink url="https://github.com/gatein/gatein-wsrp/tree/master/examples/policy"/>.</para>
+ </note>
+ </listitem>
+ <listitem>
+ <para>The implementation classes must provide a default, no-argument constructor for dynamic instantiation.</para>
+ </listitem>
+ <listitem>
+ <para>The implementation JARs must be deployed in <filename><replaceable>JPP_HOME</replaceable>/gatein/extensions</filename>.</para>
+ </listitem>
+ <listitem>
+ <para>The implementation JARs should use the <filename>.wsrp.jar</filename> extension. This is not mandatory but helps process the file faster by marking it as a WSRP extension.</para>
+ </listitem>
+ </itemizedlist>
+ <para>If you deployed the example <literal>RegistrationPolicy</literal> provided from the github repository (<filename>registration-policy-example.wsrp.jar</filename>) to the <filename>JPP_HOME/gatein/extensions</filename> directory, it will appear in the list of available policies in the producer configuration screen.</para>
</section>
</section>
<section id="strict-mode">
<title>WSRP validation mode</title>
- <para>The lack of conformance kit and the wording of the WSRP specification leaves room for differing
+ <para>The lack of conformance kit, and the wording of the WSRP specification leaves room for differing
interpretations, resulting in interoperability issues. It is therefore possible to encounter issues when
- using consumers from different vendors. A way to relax
+ using consumers from different vendors. </para>
+ <para>A way to relax
the validation that the WSRP producer performs on the data provided by consumers has been introduced to help with
interoperability by accepting data that would normally be invalid. Note that this validation
algorithm is only relaxed on aspects of the specification that are deemed harmless such as invalid language codes.
11 years, 11 months
gatein SVN: r9055 - in epp/docs/branches/6.0/Reference_Guide/en-US: extras/PortalDevelopment_InternationalizationConfiguration and 3 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-01-16 00:12:37 -0500 (Wed, 16 Jan 2013)
New Revision: 9055
Added:
epp/docs/branches/6.0/Reference_Guide/en-US/images/PortalDevelopment/Internationalization/
epp/docs/branches/6.0/Reference_Guide/en-US/images/PortalDevelopment/Internationalization/LanguageChoice.png
Modified:
epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent
epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_InternationalizationConfiguration/default151.xml
epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
Log:
https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co... Incorporated changes up to V3 of the revision history.
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent 2013-01-16 01:08:30 UTC (rev 9054)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Reference_Guide.ent 2013-01-16 05:12:37 UTC (rev 9055)
@@ -5,12 +5,12 @@
<!ENTITY BOOKID "Reference Guide">
<!-- Bugzilla Specifics -->
-<!ENTITY BZPRODUCT "JBoss Portal Platform 6">
+<!ENTITY BZPRODUCT "JBoss Enterprise Portal Platform 6">
<!ENTITY BZCOMPONENT "docs-Reference_Guide">
<!ENTITY BZURL "<ulink url='https://bugzilla.redhat.com/enter_bug.cgi?product=JBoss%20Portal&p...'>http://bugzilla.redhat.com/</ulink>">
<!-- Corporate Specifics: -->
-<!ENTITY YEAR "2012">
+<!ENTITY YEAR "2013">
<!ENTITY HOLDER "Red Hat, Inc">
<!-- Version Specifcs: -->
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-16 01:08:30 UTC (rev 9054)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/Revision_History.xml 2013-01-16 05:12:37 UTC (rev 9055)
@@ -7,7 +7,22 @@
<title>Revision History</title>
<simpara>
<revhistory>
- <revision>
+ <revision>
+ <revnumber>6.0.0-29</revnumber>
+ <date>Wed Jan 16 2013</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Made changes from https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co... </member>
+ <member>I have some NEEDINFO to be answered by ppalaga before this can be finalized.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-28</revnumber>
<date>Mon Jan 7 2013</date>
<author>
@@ -21,7 +36,7 @@
</simplelist>
</revdescription>
</revision>
- <revision>
+ <revision>
<revnumber>6.0.0-27</revnumber>
<date>Fri Jan 4 2013</date>
<author>
@@ -35,7 +50,7 @@
</simplelist>
</revdescription>
</revision>
- <revision>
+ <revision>
<revnumber>6.0.0-26</revnumber>
<date>Mon Dec 21 2012</date>
<author>
@@ -49,7 +64,7 @@
</simplelist>
</revdescription>
</revision>
- <revision>
+ <revision>
<revnumber>6.0.0-19</revnumber>
<date>Mon Dec 12 2012</date>
<author>
@@ -63,7 +78,7 @@
</simplelist>
</revdescription>
</revision>
- <revision>
+ <revision>
<revnumber>6.0.0-18</revnumber>
<date>Mon Dec 11 2012</date>
<author>
@@ -91,20 +106,20 @@
</simplelist>
</revdescription>
</revision>
- <revision>
- <revnumber>6.0.0-23</revnumber>
- <date>Fri Nov 30 2012</date>
- <author>
+ <revision>
+ <revnumber>6.0.0-23</revnumber>
+ <date>Fri Nov 30 2012</date>
+ <author>
<firstname>Scott</firstname>
<surname>Mumford</surname>
- <email></email>
- </author>
- <revdescription>
+ <email/>
+ </author>
+ <revdescription>
<simplelist>
- <member>BZ#807499: Added SME approved content regarding advanced WCI registration features.</member>
+ <member>BZ#807499: Added SME approved content regarding advanced WCI registration features.</member>
</simplelist>
- </revdescription>
- </revision>
+ </revdescription>
+ </revision>
<revision>
<revnumber>6.0.0-22</revnumber>
<date>Fri Nov 30 2012</date>
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_InternationalizationConfiguration/default151.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_InternationalizationConfiguration/default151.xml 2013-01-16 01:08:30 UTC (rev 9054)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/extras/PortalDevelopment_InternationalizationConfiguration/default151.xml 2013-01-16 05:12:37 UTC (rev 9055)
@@ -7,7 +7,8 @@
<name>classpath.resources</name>
<description>The resources that start with the following package name should be load from file system</description>
<value>locale.portlet</value>
- </values-param>
+ </values-param>
+ <!--Comment #2 -->
<values-param>
<name>init.resources</name>
<description>Initiate the following resources during the first launch</description>
@@ -21,7 +22,7 @@
<value>locale.navigation.group.platform.guests</value>
<value>locale.navigation.group.organization.management.executive-board</value>
</values-param>
- <!-- Comment #2 -->
+ <!-- Comment #3 -->
<values-param>
<name>portal.resource.names</name>
<description>The properties files of the portal , those file will be merged
Added: epp/docs/branches/6.0/Reference_Guide/en-US/images/PortalDevelopment/Internationalization/LanguageChoice.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Reference_Guide/en-US/images/PortalDevelopment/Internationalization/LanguageChoice.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml
===================================================================
--- epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2013-01-16 01:08:30 UTC (rev 9054)
+++ epp/docs/branches/6.0/Reference_Guide/en-US/modules/PortalDevelopment/InternationalizationConfiguration.xml 2013-01-16 05:12:37 UTC (rev 9055)
@@ -58,14 +58,14 @@
Various languages are available in the portal package. The configuration below will define which languages are shown in the "<emphasis role="bold">Change Language</emphasis>" section and made available to users.
</para>
<para>
- The <filename>02portal.war:/WEB-INF/conf/common/common-configuration.xml</filename> file of your installation contains the following section:
+ The <filename>portal.war:/WEB-INF/conf/common/common-configuration.xml</filename> file of your installation contains the following section:
</para>
<programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default149.xml" parse="text"/></programlisting>
<para>
This configuration points to the locale configuration file.
</para>
<para>
- The locale configuration file (<filename>02portal.war:/WEB-INF/conf/common/locales-config.xml</filename>) contains the following code:
+ The locale configuration file (<filename>portal.war:/WEB-INF/conf/common/locales-config.xml</filename>) contains the following code:
</para>
<example>
<title>The locales-config.xml File Explanation</title>
@@ -90,16 +90,17 @@
<section id="sect-Reference_Guide-Internationalization_Configuration-ResourceBundleService">
<title>ResourceBundleService</title>
<para>
- The resource bundle service is configured in: <filename>02portal.war:/WEB-INF/conf/common/common-configuration.xml</filename>:
+ The resource bundle service is configured in: <filename>portal.war:/WEB-INF/conf/common/common-configuration.xml</filename>:
</para>
- <example>
+ <example id="exam-common_config_xml_file_explained">
<title>The common-configuration.xml file explained</title>
<programlisting language="XML" role="XML"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default151.xml" parse="text"/></programlisting>
<para>
Comment #1: resources whose package name starts with the name specified in the <emphasis>classpath.resources</emphasis> parameter are loaded from the file system. Detailed information can be found in a later section of this chapter.
</para>
+ <para>Comment #2: resources related to portal, group, and user reference bundles</para>
<para>
- Comment #2: the <emphasis>portal.resource.names</emphasis> parameter defines all resources that belong to the <emphasis>Portal Resource Bundle</emphasis>. These resources are merged to a single resource bundle which is accessible from anywhere in JBoss Portal Platform. All these keys are located in the same bundle, which is separated from the navigation resource bundles.
+ Comment #3: the <emphasis>portal.resource.names</emphasis> parameter defines all resources that belong to the <emphasis>Portal Resource Bundle</emphasis>. These resources are merged to a single resource bundle which is accessible from anywhere in JBoss Portal Platform. All these keys are located in the same bundle, which is separated from the navigation resource bundles.
</para>
</example>
</section>
@@ -108,11 +109,10 @@
<para>
There is a resource bundle for each navigation. A navigation can exist for user, groups, and portal.
</para>
- <para>
- The previous example shows bundle definitions for the navigation of the classic portal and of four different groups. Each of these resource bundles occupies a different sphere, they are independent of each other and they are not included in the <parameter>portal.resource.names</parameter> parameter.
+ <para><xref linkend="exam-common_config_xml_file_explained"/> shows bundle definitions for the navigation of the classic portal and of four different groups. Each of these resource bundles occupies a different sphere, they are independent of each other and they are not included in the <parameter>portal.resource.names</parameter> parameter.
</para>
<para>
- The properties for a group must be in the <filename>WEB-INF/classes/locale/navigation/group/</filename> folder. For example; <literal>/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_en.properties</literal>.
+ The properties for a group must be in the <filename>WEB-INF/classes/locale/navigation/group/</filename> folder. For example, <literal>/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_en.properties</literal>.
</para>
<para>
The folder and file names must correspond to the group hierarchy. The group name "<parameter>executive-board</parameter>" is followed by the ISO 639 code.
@@ -134,13 +134,13 @@
Portlets are independent applications and deliver their own resource files.
</para>
<para>
- All shipped portlet resources are located in the <emphasis role="bold">locale/portlet</emphasis> sub-folder. The ResourceBundleService parameter <emphasis role="bold">classpath.resources</emphasis> defines this sub-folder. <!-- Doing so the resource file that are in ~~locale/portlet~~ will never be stored in the JCR and reloaded at each start of the application server. -->
+ All shipped portlet resources are located in the <emphasis role="bold">locale/portlet</emphasis> sub-folder. The ResourceBundleService parameter <emphasis role="bold">classpath.resources</emphasis> defines this sub-folder.
</para>
<procedure id="proc-Reference_Guide-Portlets-To_add_a_Spanish_translation_to_the_GadgetPortlet">
- <title>To add a Spanish translation to the GadgetPortlet</title>
+ <title>Add Spanish Translation to the GadgetPortlet</title>
<step>
<para>
- Create the file <literal>GadgetPortlet_es.properties</literal> in: <filename>WEB-INF/classes/locale/portlet/gadget/GadgetPortlet</filename>.
+ Create the file <literal>GadgetPortlet_es.properties</literal> in <filename>WEB-INF/classes/locale/portlet/gadget/GadgetPortlet</filename>.
</para>
</step>
<step>
@@ -162,64 +162,108 @@
</para>
<programlisting language="Java" role="Java"><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../extras/PortalDevelopment_InternationalizationConfiguration/default154.java" parse="text"/></programlisting>
</section>
-<!-- Commented out as not fully enterprise ready: https://jira.jboss.org/browse/GTNPORTAL-1482
-Will reinstate when issues resolved
-<section id="sect-Reference_Guide-_Portlets_-Debugging_Resource_Bundle_Usage">
-<title>Debugging Resource Bundle Usage</title>
-<para>
+ <section id="sect-Reference_Guide-_Portlets_-Debugging_Resource_Bundle_Usage">
+ <title><remark>NEEDINFO </remark>Debugging Resource Bundle Usage</title>
+ <remark>NEEDINFO - jmorgan - from https://docs.jboss.org/author/display/GTNPORTAL35/Internationalization+Co... there is mention of enabling debug mode, and using the Magic Locale. This was commented out in the XML here, but I have reinstated it and tried to add some more info to it. It needs to be verified for correctness. </remark>
+ <para>
When translating an application it can sometimes be difficult to find the right key for a given property.
</para>
-<para>
-You can start the Portal in <emphasis>debug mode</emphasis> and use the <emphasis role="bold">Magic locale</emphasis> special language to assist in finding the correct translated key value.
+ <para>
+You can start the Portal in <emphasis>debug mode</emphasis> and use the <emphasis role="bold">Magic locale</emphasis> from the list of available portal languages to assist in finding the correct translated key value.
+This special locale translates a key to the same value.</para>
+ <para>For example, the translated value for the "organization.title" key is the value "organization.title". Selecting Magic locale allows use of the portal and its applications with all the keys visible. This makes it easier to discover the correct key for a given label in the portal page.</para>
+ <remark>NEEDINFO - jmorgan - 20130116 - I have added these procedures based on commented out material written for EPP 5. I have updated it to what I think is required, but can't seem to get the Magic locale to display.</remark>
+ <procedure>
+ <title>Executing the portal in debug mode</title>
+ <step>
+ <para>
+Open the <replaceable>JBOSS_HOME/bin/standalone.conf</replaceable> file in a text editor.
</para>
-<procedure>
-<title>Executing the portal in <emphasis role="bold">debug mode</emphasis></title>
-<step>
-<para>
-Open the <replaceable>JBOSS_AS</replaceable> <filename>run.conf</filename> file.
+ </step>
+ <step>
+ <para>Add the <literal>-Xdebug</literal> parameter to the JVM <emphasis role="bold">JAVA_OPTS</emphasis> listed on (or near, if you have made previous configuration changes) line 49.
</para>
-<programlisting>[<replaceable>USER</replaceable>@<replaceable>HOST</replaceable> <replaceable>JBOSS_AS</replaceable>]$ vi bin/run.conf
-</programlisting>
-</step>
-<step>
-<para>
-Add the <literal>-Xdebug</literal> parameter to the JVM <emphasis role="bold">JAVA_OPTS</emphasis> listed on (or near, if you have made previous configuration changes) line 45.
-</para>
-<programlisting>if [ "x$JAVA_OPTS" = "x" ]; then
-JAVA_OPTS="-Xms256m -Xmx512m <emphasis role="bold">-Xdebug</emphasis> -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
+ <programlisting>if [ "x$JAVA_OPTS" = "x" ]; then
+ JAVA_OPTS="-Xms1303m -Xmx1303m <parameter>-Xdebug</parameter> -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+ JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true"
+ JAVA_OPTS="$JAVA_OPTS -Djboss.server.default.config=standalone.xml"
+else
+ echo "JAVA_OPTS already set in environment; overriding default settings with values: $JAVA_OPTS"
fi</programlisting>
-<para>
-Please note that the memory settings in the above example have been changed from the default.
+ </step>
+ <step>
+ <para>
+Start the portal as normal by executing the following command:
</para>
-</step>
-Metadata:
-Source URL: http://www.coderanch.com/t/90611/JBoss/Running-JBoss-Debug-mode
-http://community.jboss.org/thread/78131
-http://stackoverflow.com/questions/1891053/how-to-run-jboss-4-2-3-in-the-debug-mode-eom
-Source Author: [the name of the original author - add as many as necessary
-Source Author email: [source author email, match up name and email pairs please
-Source License: [the license of the original material*]
-<step>
-<para>
-Start the portal as normal:
-</para>
-<programlisting><command>[<replaceable>USER</replaceable>@<replaceable>HOST</replaceable> <replaceable>JBOSS_AS</replaceable>]$ ./bin/run.sh [-c <replaceable>PROFILE]</replaceable></command>
+ <programlisting><command>[<replaceable>USER</replaceable>@<replaceable>HOST</replaceable> jboss-jpp-6.0]$ ./bin/standalone.sh </command>
</programlisting>
-</step>
-</procedure>
-<procedure>
-<title>Setting the Magic Locale</title>
-<step>
-<para>
-<emphasis role="bold">I have no idea how to do this. And no amount of Googling is revealing anything...</emphasis>
+ </step>
+ </procedure>
+ <procedure>
+ <title>Setting the Magic Locale</title>
+ <step>
+ <para>
+Open <ulink url="http://localhost:8080/portal/classic"/> to display the Portal Platform landing page.
</para>
-</step>
-</procedure>
-<para>
-This feature translates a key to the same key value.
-</para>
-<para>
-For example, the translated value for the key "<parameter>organization.title</parameter>" is simply the value "<parameter>organization.title</parameter>". Selecting that language allows use of the portal and its applications with all the keys visible. This makes it easier to find out the correct key for a given label in the portal page.
-</para>
-</section> --> </section>
+ </step>
+ <step>
+ <para>Click <guibutton>Change Language</guibutton>.</para>
+ </step>
+ <step>
+ <para>Select <guimenuitem>Magic locale</guimenuitem> from the list of available languages.</para>
+ </step>
+ </procedure>
+ </section>
+ <section>
+ <title>Translate the Language Selection Form</title>
+ <figure>
+ <title>Language Selection Screen</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/PortalDevelopment/Internationalization/LanguageChoice.png"/>
+ </imageobject>
+ <caption>Image displaying the available languages in the portal, with French selected.</caption>
+ </mediaobject>
+ </figure>
+ <para>
+
+
+ When choosing a language from the Language Select screen, the user is presented with a list of languages on the left side in the current chosen language. On the right side, the same language is translated into its own language. </para>
+ <para>The local language values are obtained from the JDK API
+ <code>java.util.Locale.getDisplayedLanguage()</code>
+ and
+ <code>java.util.Locale.getDisplayedCountry()</code>
+ (if needed). Not all languages may be translated, and the languages available can also depend on the JVM currently used. </para>
+ <para>It is possible to override these values by editing the
+ <code>locale.portal.webui</code>
+ resource bundle. </para>
+ <procedure>
+ <title>Overriding Default JDK API Language Values</title>
+ <step>
+ <para>Edit the
+ <code>gatein.ear/portal.war/WEB-INF/classes/locale/portal/webui_<replaceable>xx_yy</replaceable>.properties</code>
+ file where
+ <replaceable role="italics">xx_yy</replaceable>
+ represents the country code of the language you wish to translate. </para>
+ </step>
+ <step>
+ <para>In that file, add or modify a key such as
+ <code>Locale.<replaceable>xx_yy</replaceable></code>
+ with the <replaceable>xx_yy</replaceable> value being the translated string.
+ </para>
+ </step>
+ <step>
+ <para>Edit
+ <code>gatein.ear/portal.war/WEB-INF/classes/locale/portal/webui_fr.properties</code>
+ where
+ <emphasis role="italics">fr</emphasis>
+ is the country code for French, and add the following key into it:
+ </para>
+ <programlisting>Locale.zh_TW=Chinois traditionnel</programlisting>
+ </step>
+ </procedure>
+ <para>When the portal is next restarted, the localized language will be updated in the user interface when a user tries to change the current language.
+ </para>
+ </section>
+ </section>
</chapter>
11 years, 11 months
gatein SVN: r9054 - in epp/docs/branches/6.0/Migration_Notes: en-US and 1 other directory.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-01-15 20:08:30 -0500 (Tue, 15 Jan 2013)
New Revision: 9054
Modified:
epp/docs/branches/6.0/Migration_Notes/en-US/Article_Info.xml
epp/docs/branches/6.0/Migration_Notes/en-US/Migration_Notes.xml
epp/docs/branches/6.0/Migration_Notes/en-US/Revision_History.xml
epp/docs/branches/6.0/Migration_Notes/publican.cfg
Log:
Final version of the guide, staged and ready for release to the public
Modified: epp/docs/branches/6.0/Migration_Notes/en-US/Article_Info.xml
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/Migration_Notes/en-US/Migration_Notes.xml
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/Migration_Notes/en-US/Revision_History.xml
===================================================================
(Binary files differ)
Modified: epp/docs/branches/6.0/Migration_Notes/publican.cfg
===================================================================
--- epp/docs/branches/6.0/Migration_Notes/publican.cfg 2013-01-15 08:36:39 UTC (rev 9053)
+++ epp/docs/branches/6.0/Migration_Notes/publican.cfg 2013-01-16 01:08:30 UTC (rev 9054)
@@ -1,5 +1,5 @@
xml_lang: "en-US"
type: Article
brand: JBoss
-show_remarks: 1
+#show_remarks: 1
git_branch: docs-rhel-6
11 years, 11 months
gatein SVN: r9053 - in epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343: webui/portal/src/main/java/org/exoplatform/portal/application and 1 other directories.
by do-not-reply@jboss.org
Author: tkobayas(a)redhat.com
Date: 2013-01-15 03:36:39 -0500 (Tue, 15 Jan 2013)
New Revision: 9053
Modified:
epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java
epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java
Log:
Bug 895343 - one-off patch for CVE-2012-5531 on top of BZ851985_BZ861377_BZ891247
Modified: epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
===================================================================
--- epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl 2013-01-15 06:07:15 UTC (rev 9052)
+++ epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl 2013-01-15 08:36:39 UTC (rev 9053)
@@ -81,7 +81,7 @@
{%>eXo.env.portal.accessMode = "private" ;<%}%>
eXo.env.portal.portalName = "<%=rcontext.getPortalOwner()%>" ;
eXo.env.server.context = "<%=docBase%>" ;
- eXo.env.server.portalBaseURL = "<%=rcontext.getRequest().getRequestURI()%>" ;
+ eXo.env.server.portalBaseURL = "<%=uicomponent.getBaseURL()%>" ;
eXo.env.server.portalURLTemplate = "<%=uicomponent.getPortalURLTemplate()%>" ;
eXo.env.client.skin = "$skin" ;
<%
Modified: epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java
===================================================================
--- epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java 2013-01-15 06:07:15 UTC (rev 9052)
+++ epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java 2013-01-15 08:36:39 UTC (rev 9053)
@@ -36,6 +36,8 @@
import org.exoplatform.web.controller.QualifiedName;
import org.exoplatform.webui.application.WebuiRequestContext;
import org.exoplatform.webui.core.UIApplication;
+import org.gatein.common.text.EntityEncoder;
+
import java.util.List;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
@@ -106,6 +108,7 @@
//
String requestPath = controllerContext.getParameter(REQUEST_PATH);
+ requestPath = EntityEncoder.FULL.encode(requestPath);
String requestSiteType = controllerContext.getParameter(REQUEST_SITE_TYPE);
String requestSiteName = controllerContext.getParameter(REQUEST_SITE_NAME);
Modified: epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java
===================================================================
--- epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java 2013-01-15 06:07:15 UTC (rev 9052)
+++ epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java 2013-01-15 08:36:39 UTC (rev 9053)
@@ -47,6 +47,7 @@
import org.exoplatform.web.application.javascript.Javascript.PortalJScript;
import org.exoplatform.web.application.javascript.JavascriptConfigService;
import org.exoplatform.web.url.MimeType;
+import org.exoplatform.web.url.navigation.NavigationResource;
import org.exoplatform.web.url.navigation.NodeURL;
import org.exoplatform.webui.application.WebuiRequestContext;
import org.exoplatform.webui.config.annotation.ComponentConfig;
@@ -561,7 +562,7 @@
lastRequestURI = requestURI;
StringBuilder js = new StringBuilder("eXo.env.server.portalBaseURL=\"");
- js.append(pcontext.getRequestURI()).append("\";\n");
+ js.append(getBaseURL()).append("\";\n");
String url = getPortalURLTemplate();
js.append("eXo.env.server.portalURLTemplate=\"");
@@ -823,4 +824,10 @@
return URLDecoder.decode(urlTemplate.toString(), "UTF-8");
}
+
+ public String getBaseURL() {
+ PortalRequestContext pcontext = Util.getPortalRequestContext();
+ NodeURL nodeURL = pcontext.createURL(NodeURL.TYPE, new NavigationResource(pcontext.getSiteKey(), pcontext.getNodePath()));
+ return nodeURL.toString();
+ }
}
11 years, 11 months
gatein SVN: r9052 - in branches/embargo/EPP_5_2_2_GA_BZ888623: webui/portal/src/main/java/org/exoplatform/portal/application and 1 other directories.
by do-not-reply@jboss.org
Author: tkobayas(a)redhat.com
Date: 2013-01-15 01:07:15 -0500 (Tue, 15 Jan 2013)
New Revision: 9052
Modified:
branches/embargo/EPP_5_2_2_GA_BZ888623/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java
branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java
Log:
Bug 888623 - One-off patch for Bug 882049
Modified: branches/embargo/EPP_5_2_2_GA_BZ888623/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl
===================================================================
--- branches/embargo/EPP_5_2_2_GA_BZ888623/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl 2013-01-15 04:53:01 UTC (rev 9051)
+++ branches/embargo/EPP_5_2_2_GA_BZ888623/web/portal/src/main/webapp/groovy/portal/webui/workspace/UIPortalApplication.gtmpl 2013-01-15 06:07:15 UTC (rev 9052)
@@ -81,7 +81,7 @@
{%>eXo.env.portal.accessMode = "private" ;<%}%>
eXo.env.portal.portalName = "<%=rcontext.getPortalOwner()%>" ;
eXo.env.server.context = "<%=docBase%>" ;
- eXo.env.server.portalBaseURL = "<%=rcontext.getRequest().getRequestURI()%>" ;
+ eXo.env.server.portalBaseURL = "<%=uicomponent.getBaseURL()%>" ;
eXo.env.server.portalURLTemplate = "<%=uicomponent.getPortalURLTemplate()%>" ;
eXo.env.client.skin = "$skin" ;
<%
Modified: branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java
===================================================================
--- branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java 2013-01-15 04:53:01 UTC (rev 9051)
+++ branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/application/PortalRequestHandler.java 2013-01-15 06:07:15 UTC (rev 9052)
@@ -36,6 +36,8 @@
import org.exoplatform.web.controller.QualifiedName;
import org.exoplatform.webui.application.WebuiRequestContext;
import org.exoplatform.webui.core.UIApplication;
+import org.gatein.common.text.EntityEncoder;
+
import java.util.List;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
@@ -106,6 +108,7 @@
//
String requestPath = controllerContext.getParameter(REQUEST_PATH);
+ requestPath = EntityEncoder.FULL.encode(requestPath);
String requestSiteType = controllerContext.getParameter(REQUEST_SITE_TYPE);
String requestSiteName = controllerContext.getParameter(REQUEST_SITE_NAME);
Modified: branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java
===================================================================
--- branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java 2013-01-15 04:53:01 UTC (rev 9051)
+++ branches/embargo/EPP_5_2_2_GA_BZ888623/webui/portal/src/main/java/org/exoplatform/portal/webui/workspace/UIPortalApplication.java 2013-01-15 06:07:15 UTC (rev 9052)
@@ -47,6 +47,7 @@
import org.exoplatform.web.application.javascript.Javascript.PortalJScript;
import org.exoplatform.web.application.javascript.JavascriptConfigService;
import org.exoplatform.web.url.MimeType;
+import org.exoplatform.web.url.navigation.NavigationResource;
import org.exoplatform.web.url.navigation.NodeURL;
import org.exoplatform.webui.application.WebuiRequestContext;
import org.exoplatform.webui.config.annotation.ComponentConfig;
@@ -561,7 +562,7 @@
lastRequestURI = requestURI;
StringBuilder js = new StringBuilder("eXo.env.server.portalBaseURL=\"");
- js.append(pcontext.getRequestURI()).append("\";\n");
+ js.append(getBaseURL()).append("\";\n");
String url = getPortalURLTemplate();
js.append("eXo.env.server.portalURLTemplate=\"");
@@ -823,4 +824,10 @@
return URLDecoder.decode(urlTemplate.toString(), "UTF-8");
}
+
+ public String getBaseURL() {
+ PortalRequestContext pcontext = Util.getPortalRequestContext();
+ NodeURL nodeURL = pcontext.createURL(NodeURL.TYPE, new NavigationResource(pcontext.getSiteKey(), pcontext.getNodePath()));
+ return nodeURL.toString();
+ }
}
11 years, 11 months
gatein SVN: r9051 - epp/portal/branches.
by do-not-reply@jboss.org
Author: tkobayas(a)redhat.com
Date: 2013-01-14 23:53:01 -0500 (Mon, 14 Jan 2013)
New Revision: 9051
Added:
epp/portal/branches/EPP_5_2_2_GA_BZ851985_BZ861377_BZ891247_BZ895343/
Log:
BZ895343 : one-off patch for CVE-2012-5531 on top of BZ851985_BZ861377_BZ891247
11 years, 11 months
gatein SVN: r9050 - in epp/docs/branches/6.0/Confluence_Source: Admin_Guide and 58 other directories.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-01-14 23:51:37 -0500 (Mon, 14 Jan 2013)
New Revision: 9050
Added:
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Admin_Guide.xml
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Author_Group.xml
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-app-tables.png
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-plugin-install.png
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-site-tables.png
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-1-GateIn_Management.xml
epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-2-Administration_and_Monitoring.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Author_Group.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Developer_Guide.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/complexinfra.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/simpleinfra.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-local-index.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-shared-index.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-standalone-index.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379552/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379552/portalextensionstructure.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/Kinds+of+Navigation.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/navigation-bar.png
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-1-GDG_Introduction.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-2-GDG_Architectural_choices.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-3-GDG_Design_choices.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-4-GDG_Portal_Development.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-5-GDG_Application_development.xml
epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-6-Appendix_Code_Examples_alias_Quickstarts.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Author_Group.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Reference_Guide.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/decoratorPattern.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/leftMarginPattern.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/portal-change-skin.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/windowStyles.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation1.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation2.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_insert.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_merge.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264594/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264594/LanguageChoice.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/SpecPortalDef.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/deployed.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/output.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/process.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calculator.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calendar.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Dashboard.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedOnline.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedWebDAV.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/GadgetStructure.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Import.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Imported.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Liste.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/New.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Todo.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/todoExample.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264608/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264608/loginScreen.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264614/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264614/OrganizationServiceClassDiagram.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264620/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264620/config_wss_selected.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_create.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_end.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_init.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_missing.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_refresh.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_wsdl.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets_category.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/config_self.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/consumer_operations.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration_warning.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_done.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_list.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_portlet_list.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_modified_page.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_original_page.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_selected_page.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_start.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_success.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_ref_self_end.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_end.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_modify.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_self.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_start.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_blank.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_default.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_email.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_example_policy.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_registration.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264626/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264626/PortalContainers.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477311/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477311/cas.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-acmeidp.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-connection.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1ee.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-agent.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-authplugin.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-dynamic.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-ldapService.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-policies.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-idp.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-sp.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/saml-sso.png
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-1-Configuration.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-2-Portal_Development.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-3-Portlet_Development.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-4-Gadget_Development.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-5-JavaScript_Development.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-6-Authentication_and_Identity.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-7-Web_Services_for_Remote_Portlets_WSRP_.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-8-Advanced_Development.xml
epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-9-Server_Integration.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/
epp/docs/branches/6.0/Confluence_Source/User_Guide/Author_Group.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/User_Guide.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264630/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264630/Frontpage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Downloads.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/GateIn.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Videos.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264636/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264636/Toolbar.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/Account.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/ApplicationRegistry.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/OrganizationPortlet1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/StarPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/BannerPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Breadcrumbs.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Dashboard.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Footer.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Frontpage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/GadgetWrapper.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/NavigationPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/SiteMap.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calculator.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calendar.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/CodePaste.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dash2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashboard1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/EnterLink.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/GoogleGadgets.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/NewGadget.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/RSSReader.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Todo.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/XMLURL.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/AccountSetting.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Register.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Verification.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Signin.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/StarPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Toolbar.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264648/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264648/RememberMe.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/AccountProfiles3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangeAccount.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangePassword.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/Forgot1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotEmail1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotUserName1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/SignIn1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/DashboardPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/EditorPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/GroupPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/SitePortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/StarPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/Toolbar.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/ActivePortals.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/AddPortal.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditNavigation1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditPortal2.6New.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/NavigationManagement.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalProperties.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalSetting2.5.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalTemplate.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SitePortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/Skin1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SkinSet1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/StarPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SureDelete.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/AddNode4.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CloneNode2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CopyNode3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CutNode4.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/DeleteNode2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNavigation.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNode1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/MoveUpDown.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/NewSearch1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageNodeSetting.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageSelector.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PasteNode3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/SelectPage1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/http.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/ManagePage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Pagewizard1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PermissionSetting1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Wizard1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/http.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddGroup.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddMember1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Admin1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/DeleteGroup.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/EditMember1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/GroupManage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/MembershipManage1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/NewStaff.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/SearchUser.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/UserManage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/AddPortal.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/Application1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditActivePortals.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditCategoryPermissions.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PortalPermission.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/InterfaceLanguage.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/StarPortlet.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/ApplicationRegistry2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/HomePage2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/NewAccount3.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/Organization5.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/CreateEditNode.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/NavigationManagement.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/PageWizard.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/Org1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/local.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/ActionGadget.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddCategory1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnew.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnewUrl.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPermission.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPortlet2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Column.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/CreateGadget1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplication.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplicationInformation.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Gadgetnew.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Org1.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Permission2.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/PortletPermission.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Source.png
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-1-Introduction.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-2-Glossary.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-3-Portlets.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-4-Accounts.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-5-Portal_Administration.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-6-Language_administration.xml
epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-7-GUG_Portlets_and_Gadgets_Administration.xml
Log:
Added all Confluence source docs for data mining and profit
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Admin_Guide.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Admin_Guide.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Author_Group.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/Author_Group.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-app-tables.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-app-tables.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-plugin-install.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-plugin-install.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-site-tables.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/author/download/attachments/54493557/rhq-gatein-site-tables.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-1-GateIn_Management.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-1-GateIn_Management.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-2-Administration_and_Monitoring.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Admin_Guide/chapter-2-Administration_and_Monitoring.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Author_Group.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Author_Group.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Developer_Guide.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/Developer_Guide.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/complexinfra.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/complexinfra.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/simpleinfra.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493544/simpleinfra.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-local-index.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-local-index.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-shared-index.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-shared-index.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-standalone-index.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/54493545/diagram-standalone-index.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379552/portalextensionstructure.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379552/portalextensionstructure.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/Kinds+of+Navigation.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/Kinds+of+Navigation.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/navigation-bar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/author/download/attachments/55379565/navigation-bar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-1-GDG_Introduction.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-1-GDG_Introduction.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-2-GDG_Architectural_choices.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-2-GDG_Architectural_choices.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-3-GDG_Design_choices.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-3-GDG_Design_choices.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-4-GDG_Portal_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-4-GDG_Portal_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-5-GDG_Application_development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-5-GDG_Application_development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-6-Appendix_Code_Examples_alias_Quickstarts.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Developer_Guide/chapter-6-Appendix_Code_Examples_alias_Quickstarts.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Author_Group.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Author_Group.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Reference_Guide.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/Reference_Guide.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/decoratorPattern.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/decoratorPattern.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/leftMarginPattern.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/leftMarginPattern.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/portal-change-skin.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/portal-change-skin.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/windowStyles.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264587/windowStyles.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_insert.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_insert.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_merge.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264593/navigation_merge.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264594/LanguageChoice.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264594/LanguageChoice.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/SpecPortalDef.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/SpecPortalDef.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/deployed.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/deployed.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/output.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/output.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/process.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264602/process.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calculator.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calculator.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calendar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Calendar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Dashboard.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Dashboard.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedOnline.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedOnline.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedWebDAV.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/EditImportedWebDAV.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/GadgetStructure.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/GadgetStructure.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Import.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Import.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Imported.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Imported.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Liste.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Liste.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/New.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/New.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Todo.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/Todo.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/todoExample.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264605/todoExample.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264608/loginScreen.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264608/loginScreen.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264614/OrganizationServiceClassDiagram.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264614/OrganizationServiceClassDiagram.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264620/config_wss_selected.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264620/config_wss_selected.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_create.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_create.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_end.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_end.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_init.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_init.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_missing.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_missing.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_refresh.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_refresh.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_wsdl.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/config_wsdl.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets_category.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264623/remote_portlets_category.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/config_self.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/config_self.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/consumer_operations.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/consumer_operations.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration_warning.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/erase_registration_warning.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_done.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_done.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_list.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_list.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_portlet_list.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/export_portlet_list.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_modified_page.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_modified_page.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_original_page.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_original_page.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_selected_page.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_selected_page.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_start.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_start.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_success.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/import_success.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_ref_self_end.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_ref_self_end.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_end.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_end.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_modify.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_modify.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_self.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_self.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_start.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264624/modify_reg_start.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_blank.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_blank.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_default.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_default.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_email.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_email.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_example_policy.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_example_policy.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_registration.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264625/producer_registration.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264626/PortalContainers.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/54264626/PortalContainers.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477311/cas.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477311/cas.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-acmeidp.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-acmeidp.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-connection.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-connection.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1ee.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477376/josso22-sp1ee.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-agent.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-agent.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-authplugin.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-authplugin.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-dynamic.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-dynamic.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-ldapService.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-ldapService.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-policies.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam-conf-policies.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477380/openam.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-idp.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-idp.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-sp.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/salesforce-sp.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/saml-sso.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/author/download/attachments/55477386/saml-sso.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-1-Configuration.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-1-Configuration.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-2-Portal_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-2-Portal_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-3-Portlet_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-3-Portlet_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-4-Gadget_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-4-Gadget_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-5-JavaScript_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-5-JavaScript_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-6-Authentication_and_Identity.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-6-Authentication_and_Identity.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-7-Web_Services_for_Remote_Portlets_WSRP_.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-7-Web_Services_for_Remote_Portlets_WSRP_.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-8-Advanced_Development.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-8-Advanced_Development.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-9-Server_Integration.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/Reference_Guide/chapter-9-Server_Integration.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/Author_Group.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/Author_Group.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/User_Guide.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/User_Guide.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264630/Frontpage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264630/Frontpage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Downloads.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Downloads.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/GateIn.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/GateIn.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Videos.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264632/Videos.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264636/Toolbar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264636/Toolbar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/Account.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/Account.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/ApplicationRegistry.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/ApplicationRegistry.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/OrganizationPortlet1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/OrganizationPortlet1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/StarPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264641/StarPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/BannerPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/BannerPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Breadcrumbs.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Breadcrumbs.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Dashboard.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Dashboard.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Footer.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Footer.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Frontpage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/Frontpage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/GadgetWrapper.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/GadgetWrapper.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/NavigationPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/NavigationPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/SiteMap.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264643/SiteMap.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calculator.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calculator.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calendar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Calendar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/CodePaste.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/CodePaste.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dash2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dash2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashboard1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashboard1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Dashname1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/EnterLink.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/EnterLink.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/GoogleGadgets.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/GoogleGadgets.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/NewGadget.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/NewGadget.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/RSSReader.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/RSSReader.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Todo.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/Todo.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/XMLURL.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264644/XMLURL.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/AccountSetting.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/AccountSetting.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Register.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Register.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Verification.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264645/Verification.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Signin.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Signin.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/StarPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/StarPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Toolbar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264647/Toolbar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264648/RememberMe.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264648/RememberMe.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/AccountProfiles3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/AccountProfiles3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangeAccount.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangeAccount.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangePassword.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264649/ChangePassword.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/Forgot1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/Forgot1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotEmail1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotEmail1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotUserName1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/ForgotUserName1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/SignIn1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264650/SignIn1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/DashboardPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/DashboardPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/EditorPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/EditorPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/GroupPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/GroupPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/SitePortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/SitePortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/StarPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/StarPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/Toolbar.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264651/Toolbar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/ActivePortals.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/ActivePortals.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/AddPortal.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/AddPortal.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditLayout3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditNavigation1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditNavigation1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditPortal2.6New.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/EditPortal2.6New.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/NavigationManagement.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/NavigationManagement.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalProperties.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalProperties.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalSetting2.5.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalSetting2.5.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalTemplate.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/PortalTemplate.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SitePortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SitePortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/Skin1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/Skin1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SkinSet1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SkinSet1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/StarPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/StarPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SureDelete.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264653/SureDelete.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/AddNode4.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/AddNode4.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CloneNode2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CloneNode2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CopyNode3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CopyNode3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CutNode4.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/CutNode4.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/DeleteNode2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/DeleteNode2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNavigation.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNavigation.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNode1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/EditNode1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/MoveUpDown.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/MoveUpDown.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/NewSearch1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/NewSearch1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageNodeSetting.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageNodeSetting.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageSelector.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PageSelector.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PasteNode3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/PasteNode3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/SelectPage1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/SelectPage1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/http.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264654/http.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/DragPage3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/EditPermission2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/ManagePage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/ManagePage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageSetting1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PageWizard3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Pagewizard1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Pagewizard1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PermissionSetting1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/PermissionSetting1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Wizard1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/Wizard1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/http.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264655/http.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddGroup.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddGroup.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddMember1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/AddMember1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Admin1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Admin1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/DeleteGroup.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/DeleteGroup.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/Demo3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/EditMember1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/EditMember1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/GroupManage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/GroupManage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/MembershipManage1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/MembershipManage1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/NewStaff.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/NewStaff.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/SearchUser.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/SearchUser.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/UserManage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264656/UserManage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/AddPortal.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/AddPortal.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/Application1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/Application1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditActivePortals.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditActivePortals.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditCategoryPermissions.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/EditCategoryPermissions.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PermissionSetting2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PortalPermission.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264657/PortalPermission.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/InterfaceLanguage.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/InterfaceLanguage.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/StarPortlet.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264658/StarPortlet.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/ApplicationRegistry2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/ApplicationRegistry2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/HomePage2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/HomePage2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/NewAccount3.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/NewAccount3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/Organization5.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264660/Organization5.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/CreateEditNode.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/CreateEditNode.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/NavigationManagement.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/NavigationManagement.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/PageWizard.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264661/PageWizard.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/Org1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/Org1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/local.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264662/local.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/ActionGadget.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/ActionGadget.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddCategory1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddCategory1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnew.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnew.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnewUrl.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddGadgetnewUrl.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPermission.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPermission.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPortlet2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/AddPortlet2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Column.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Column.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/CreateGadget1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/CreateGadget1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplication.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplication.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplicationInformation.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/EditApplicationInformation.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Gadgetnew.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Gadgetnew.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Org1.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Org1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Permission2.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Permission2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/PortletPermission.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/PortletPermission.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Source.png
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/author/download/attachments/54264664/Source.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-1-Introduction.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-1-Introduction.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-2-Glossary.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-2-Glossary.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-3-Portlets.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-3-Portlets.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-4-Accounts.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-4-Accounts.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-5-Portal_Administration.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-5-Portal_Administration.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-6-Language_administration.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-6-Language_administration.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
Added: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-7-GUG_Portlets_and_Gadgets_Administration.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Confluence_Source/User_Guide/chapter-7-GUG_Portlets_and_Gadgets_Administration.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
11 years, 11 months
gatein SVN: r9049 - epp/docs/branches/6.0/Release_Notes/en-US.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-01-14 19:06:01 -0500 (Mon, 14 Jan 2013)
New Revision: 9049
Modified:
epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml
epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml
epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml
epp/docs/branches/6.0/Release_Notes/en-US/Unsupported_Features.xml
Log:
Incorporated migration notes initial feedback, and pushed to Brew for the final time for review by Ray Tsang
Modified: epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml 2013-01-15 00:04:59 UTC (rev 9048)
+++ epp/docs/branches/6.0/Release_Notes/en-US/6.0.0_Release_Notes.xml 2013-01-15 00:06:01 UTC (rev 9049)
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!-- This document was created with Syntext Serna Free. -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "6.0.0_Release_Notes.ent">
%BOOK_ENTITIES;
]>
<book>
@@ -9,7 +10,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="New_Features.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Unsupported_Features.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Components.xml"/>
- <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Resolved_Issues.xml"/> -->
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Known_Issues.xml"/>
+<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Resolved_Issues.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Known_Issues.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
</book>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml 2013-01-15 00:04:59 UTC (rev 9048)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Introduction.xml 2013-01-15 00:06:01 UTC (rev 9049)
@@ -4,309 +4,329 @@
%BOOK_ENTITIES;
]>
<chapter id="Introduction">
-<title>Introduction</title>
-
- <para>Welcome to JBoss Portal Platform 6. As you become familiar with the newest version of JBoss Portal Platform, these Release Notes provide you with information about new features, resolved issues since the last release, and known issues. Use this document in conjunction with the entire JBoss Portal Platform 6 suite of documentation, available at <ulink url="https://access.redhat.com/knowledge/docs/JBoss_Enterprise_Portal_Platform/" />. .</para>
-
- <section>
- <title>JBoss Portal Platform 6 Beta Information</title>
- <para>Thank you for participating in the JBoss Portal Platform 6 Beta evaluation program. Your feedback is valuable. To assist you with your evaluation, please take the time to review the sections below for new features, untested configurations, and known issues.</para>
- <para>To provide feedback on your experience, contact Red Hat Global Support Services.</para>
- <section>
- <title>Beta Duration and Feedback</title>
- <para>
+ <title>Introduction</title>
+ <para>Welcome to JBoss Portal Platform 6. As you become familiar with the newest version of JBoss Portal Platform, these Release Notes provide you with information about new features, resolved issues since the last release, and known issues. Use this document in conjunction with the entire JBoss Portal Platform 6 suite of documentation, available at <ulink url="https://access.redhat.com/knowledge/docs/JBoss_Enterprise_Portal_Platform/"/>. .</para>
+ <section>
+ <title>JBoss Portal Platform 6 Beta Information</title>
+ <para>Thank you for participating in the JBoss Portal Platform 6 Beta evaluation program. Your feedback is valuable. To assist you with your evaluation, please take the time to review the sections below for new features, untested configurations, and known issues.</para>
+ <para>To provide feedback on your experience, contact Red Hat Global Support Services.</para>
+ <section>
+ <title>Beta Duration and Feedback</title>
+ <para>
The JBoss Portal Platform 6 Beta begins December 20, 2012, and ends February 15, 2013.
</para>
- <para>
+ <para>
We value your feedback during the Beta. Existing JBoss Portal Platform customers can provide feedback or log bugs via Red Hat Global Support Services and the Red Hat Customer Portal. Issues identified during the Beta program will be considered for future releases, but there is no guarantee about whether or when these issues will be addressed.
</para>
- </section>
- </section>
- <section>
- <title>Overview</title>
- <para>JBoss Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principles of JBoss Open Choice to the presentation layer, JBoss Portal Platform 6 maximizes existing skills and technology investments.</para>
- <!-- Removed at Divya's request <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Portal Platform takes advantage of innovations in the open source community.</para>--><!-- REMOVED FOR BETA
- <para>JBoss Portal Platform &VZ; is fully tested and supported by Red Hat, and is tested to work on many leading enterprise hardware and software products.</para>-->
- <warning>
- <para>
+ </section>
+ </section>
+ <section>
+ <title>Overview</title>
+ <para>JBoss Portal Platform offers an intuitive, easy to manage user interface and a proven core infrastructure to enable organizations to quickly build dynamic web sites in a highly reusable way. By bringing the principles of JBoss Open Choice to the presentation layer, JBoss Portal Platform 6 maximizes existing skills and technology investments.</para>
+<!-- Removed at Divya's request <para>By integrating open source frameworks such as JBoss Seam, Hibernate, Tomcat, and JBoss Cache, JBoss Portal Platform takes advantage of innovations in the open source community.</para>--><!-- REMOVED FOR BETA
+ <para>JBoss Portal Platform &VZ; is fully tested and supported by Red Hat, and is tested to work on many leading enterprise hardware and software products.</para>--> <warning>
+ <para>
JBoss Portal Platform 6 Beta is not supported, but is provided for testing purposes.
</para>
- </warning>
- </section>
- <section>
- <title>Tested Configurations</title>
- <para>Every JBoss® Portal Platform release is tested on a variety of market-leading operating systems, Java™ Virtual Machines (JVMs), and database combinations. JBoss Portal Platform 6 Beta is tested and expected to work using the following configurations. The list of supported integrations for JBoss Portal Platform 6.0 will be published on the date of its General Availability.<!--For details of configurations on which JBoss Portal Platform is supported, refer to <ulink url="https://access.redhat.com/knowledge/articles/119833" />.--></para>
- <table>
- <title>Tested Integrations</title>
- <tgroup cols="4">
- <thead>
- <row>
- <entry>Operating System</entry>
- <entry>Oracle JDK</entry>
- <entry>IBM JDK</entry>
- <entry>OpenJDK</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>Red Hat Enterprise Linux 5 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 5 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 6 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 7</entry>
- </row>
- <row>
- <entry>Red Hat Enterprise Linux 6 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 1.7</entry>
- <entry>1.6, 7</entry>
- </row>
- <row>
- <entry>Solaris 10 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 10 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 10 SPARC</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Solaris 11 SPARC</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Microsoft Windows Server 2008 32-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- <row>
- <entry>Microsoft Windows Server 2008 64-bit</entry>
- <entry>1.6, 1.7</entry>
- <entry>none</entry>
- <entry>none</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported Databases and JDBC Drivers</title>
- <tgroup cols="3">
- <thead>
- <row>
- <entry>Database</entry>
- <entry>JDBC Driver</entry>
- <entry>JDBC Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>IBM DB2 9.7</entry>
- <entry>IBM DB2 JDBC Universal Driver Architecture 4.13.80</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R1</entry>
- <entry>Oracle JDBC Driver v11.1.0.7</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R1 RAC</entry>
- <entry>Oracle JDBC Driver v11.1.0.7</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R2</entry>
- <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Oracle 11g R2 RAC</entry>
- <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>MySQL 5.1</entry>
- <entry>MySQL Connector/J 5.1.21</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>MySQL 5.5</entry>
- <entry>MySQL Connector/J 5.1.21</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>PostgreSQL 8.4.8</entry>
- <entry>Postgresql Driver, Version 8.4-703</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>PostgreSQL 9.1.0</entry>
- <entry>Postgresql Driver, Version 9.1-903</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2008</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2008 R2</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Microsoft SQL Server 2012</entry>
- <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
- <entry>JDBC 4</entry>
- </row>
- <row>
- <entry>Sybase 15.7</entry>
- <entry>Sybase jConnect JDBC driver v7</entry>
- <entry>JDBC 4</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported LDAP Servers</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>LDAP Server</entry>
- <entry>Versions</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>OpenDS</entry>
- <entry>1.2, 2.0, 2.2 Update 1</entry>
- </row>
- <row>
- <entry>Microsoft Active Directory</entry>
- <entry>Microsoft Windows Server 2008, 2008 R2, 2012</entry>
- </row>
- <row>
- <entry>OpenLDAP</entry>
- <entry>2.4</entry>
- </row>
- <row>
- <entry>SunDS</entry>
- <entry>6.1</entry>
- </row>
- <row>
- <entry>Oracle Directory Server</entry>
- <entry>11g</entry>
- </row>
- <row>
- <entry>Red Hat Directory Server</entry>
- <entry>7.1, 8.1, 8.2, 9.0</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <table>
- <title>Supported SSO Providers</title>
- <tgroup cols="2">
- <thead>
- <row>
- <entry>SSO Provider</entry>
- <entry>Version</entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>JOSSO</entry>
- <entry>1.8, 2.2</entry>
- </row>
- <row>
- <entry>CAS</entry>
- <entry>3.5</entry>
- </row>
- <row>
- <entry>OpenAM</entry>
- <entry>9.5, 10.0</entry>
- </row>
- <row>
- <entry>SPNEGO</entry>
- <entry>Kerberos 5</entry>
- </row>
- </tbody>
- </tgroup>
- </table>
- <formalpara>
+ </warning>
+ </section>
+ <section>
+ <title>Tested Configurations</title>
+ <para>Every JBoss® Portal Platform release is tested on a variety of market-leading operating systems, Java™ Virtual Machines (JVMs), and database combinations. JBoss Portal Platform 6 Beta is tested and expected to work using the following configurations. The list of supported integrations for JBoss Portal Platform 6.0 will be published on the date of its General Availability.<!--For details of configurations on which JBoss Portal Platform is supported, refer to <ulink url="https://access.redhat.com/knowledge/articles/119833" />.--></para>
+ <table>
+ <title>Tested Integrations</title>
+ <tgroup cols="4">
+ <thead>
+ <row>
+ <entry>Operating System</entry>
+ <entry>Oracle JDK</entry>
+ <entry>IBM JDK</entry>
+ <entry>OpenJDK</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>Red Hat Enterprise Linux 5 32-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6</entry>
+ </row>
+ <row>
+ <entry>Red Hat Enterprise Linux 5 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6</entry>
+ </row>
+ <row>
+ <entry>Red Hat Enterprise Linux 6 32-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 7</entry>
+ </row>
+ <row>
+ <entry>Red Hat Enterprise Linux 6 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>1.6, 7</entry>
+ </row>
+ <row>
+ <entry>Solaris 10 32-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Solaris 10 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Solaris 10 SPARC</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Solaris 11 32-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Solaris 11 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Solaris 11 SPARC</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Microsoft Windows Server 2008 32-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Microsoft Windows Server 2008 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ <row>
+ <entry>Microsoft Windows Server 2012 64-bit</entry>
+ <entry>1.6, 1.7</entry>
+ <entry>none</entry>
+ <entry>none</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Supported Databases and JDBC Drivers</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Database</entry>
+ <entry>JDBC Driver</entry>
+ <entry>JDBC Version</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>IBM DB2 9.7</entry>
+ <entry>IBM DB2 JDBC Universal Driver Architecture 4.13.80</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Oracle 11g R1</entry>
+ <entry>Oracle JDBC Driver v11.1.0.7</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Oracle 11g R1 RAC</entry>
+ <entry>Oracle JDBC Driver v11.1.0.7</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Oracle 11g R2</entry>
+ <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Oracle 11g R2 RAC</entry>
+ <entry>Oracle JDBC Driver v11.2.0.3.0</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>MySQL 5.1</entry>
+ <entry>MySQL Connector/J 5.1.21</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>MySQL 5.5</entry>
+ <entry>MySQL Connector/J 5.1.21</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>PostgreSQL 8.4.8</entry>
+ <entry>Postgresql Driver, Version 8.4-703</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>PostgreSQL 9.1.0</entry>
+ <entry>Postgresql Driver, Version 9.1-903</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Microsoft SQL Server 2008</entry>
+ <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Microsoft SQL Server 2008 R2</entry>
+ <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Microsoft SQL Server 2012</entry>
+ <entry>Microsoft SQL Server JDBC Driver 4.0.2206.100</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ <row>
+ <entry>Sybase 15.7</entry>
+ <entry>Sybase jConnect JDBC driver v7</entry>
+ <entry>JDBC 4</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Supported LDAP Servers</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>LDAP Server</entry>
+ <entry>Versions</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>OpenDS</entry>
+ <entry>1.2, 2.0, 2.2 Update 1</entry>
+ </row>
+ <row>
+ <entry>Microsoft Active Directory</entry>
+ <entry>Microsoft Windows Server 2008, 2008 R2, 2012</entry>
+ </row>
+ <row>
+ <entry>OpenLDAP</entry>
+ <entry>2.4</entry>
+ </row>
+ <row>
+ <entry>SunDS</entry>
+ <entry>6.1</entry>
+ </row>
+ <row>
+ <entry>Oracle Directory Server</entry>
+ <entry>11g</entry>
+ </row>
+ <row>
+ <entry>Red Hat Directory Server</entry>
+ <entry>7.1, 8.1, 8.2, 9.0</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table>
+ <title>Supported SSO Providers</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>SSO Provider</entry>
+ <entry>Version</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>JOSSO</entry>
+ <entry>1.8, 2.2</entry>
+ </row>
+ <row>
+ <entry>CAS</entry>
+ <entry>3.5</entry>
+ </row>
+ <row>
+ <entry>OpenAM</entry>
+ <entry>9.5, 10.0</entry>
+ </row>
+ <row>
+ <entry>SPNEGO</entry>
+ <entry>Kerberos 5</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <formalpara>
<title>Supported Web Browsers</title>
- <!-- From https://docspace.corp.redhat.com/docs/DOC-71217 -->
- <para>
+<!-- From https://docspace.corp.redhat.com/docs/DOC-71217 --> <para>
The following web browsers have been tested and are expected to work with JBoss Portal Platform 6 Beta. The list of tested and supported browsers for JBoss Portal Platform 6 will be published on the date of its General Availability.
</para>
- </formalpara>
- <variablelist>
- <varlistentry>
- <term>Microsoft Windows</term>
- <listitem>
- <itemizedlist>
- <listitem><para>Microsoft Internet Explorer 8</para></listitem>
- <listitem><para>Microsoft Internet Explorer 9</para></listitem>
- <listitem><para>Microsoft Internet Explorer 10</para></listitem>
- <listitem><para>Mozilla Firefox 16</para></listitem>
- <listitem><para>Mozilla Firefox ESR 10</para></listitem>
- <listitem><para>Google Chrome 23</para></listitem>
- </itemizedlist>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Red Hat Enterprise Linux</term>
+ </formalpara>
+ <variablelist>
+ <varlistentry>
+ <term>Microsoft Windows</term>
+ <listitem>
+ <itemizedlist>
<listitem>
- <itemizedlist>
- <listitem><para>Mozilla Firefox 16</para></listitem>
- <listitem><para>Mozilla Firefox ESR 10</para></listitem>
- <listitem><para>Google Chrome 23</para></listitem>
- </itemizedlist>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>Apple OS X</term>
- <listitem>
- <para>
+ <para>Microsoft Internet Explorer 8</para>
+ </listitem>
+ <listitem>
+ <para>Microsoft Internet Explorer 9</para>
+ </listitem>
+ <listitem>
+ <para>Microsoft Internet Explorer 10</para>
+ </listitem>
+ <listitem>
+ <para>Mozilla Firefox 16</para>
+ </listitem>
+ <listitem>
+ <para>Mozilla Firefox ESR 10</para>
+ </listitem>
+ <listitem>
+ <para>Google Chrome 23</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Red Hat Enterprise Linux</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>Mozilla Firefox 16</para>
+ </listitem>
+ <listitem>
+ <para>Mozilla Firefox ESR 10</para>
+ </listitem>
+ <listitem>
+ <para>Google Chrome 23</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Apple OS X</term>
+ <listitem>
+ <para>
Safari 6.0
</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </section>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
</chapter>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml 2013-01-15 00:04:59 UTC (rev 9048)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Revision_History.xml 2013-01-15 00:06:01 UTC (rev 9049)
@@ -6,15 +6,30 @@
<simpara>
<revhistory>
<revision>
- <revnumber>6.0.0-8</revnumber>
- <date>Wed Dec 19 2012</date>
- <author>
- <firstname>Misty</firstname>
- <surname>Stanley-Jones</surname>
- <email>jpp-docs(a)redhat.com</email>
- </author>
+ <revnumber>6.0.0-9</revnumber>
+ <date>Tue Jan 15 2013</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email>jpp-docs(a)redhat.com</email>
+ </author>
<revdescription>
<simplelist>
+ <member>Added Windows Server 2012 supported OS and JVM configuration (per email from Michal).</member>
+ <member>BZ#892784 - Added note in Unsupported Features that Domain mode is not supported in JPP 6.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
+ <revnumber>6.0.0-8</revnumber>
+ <date>Wed Dec 19 2012</date>
+ <author>
+ <firstname>Misty</firstname>
+ <surname>Stanley-Jones</surname>
+ <email>jpp-docs(a)redhat.com</email>
+ </author>
+ <revdescription>
+ <simplelist>
<member>Final draft of release notes for JBoss Portal Platform 6.0.0 Beta</member>
</simplelist>
</revdescription>
@@ -33,22 +48,21 @@
</simplelist>
</revdescription>
</revision>
- <revision>
- <revnumber>6.0.0-6</revnumber>
- <date>Tue Dec 18 2012</date>
- <author>
- <firstname>Misty</firstname>
- <surname>Stanley-Jones</surname>
- <email></email>
- </author>
- <revdescription>
- <simplelist>
- <!--<member>Integrated feedback from Divya and Jiri.</member>-->
- <member>Third draft of release notes for JBoss Portal Platform 6.0.0 Beta</member>
- </simplelist>
- </revdescription>
- </revision>
<revision>
+ <revnumber>6.0.0-6</revnumber>
+ <date>Tue Dec 18 2012</date>
+ <author>
+ <firstname>Misty</firstname>
+ <surname>Stanley-Jones</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+<!--<member>Integrated feedback from Divya and Jiri.</member>--> <member>Third draft of release notes for JBoss Portal Platform 6.0.0 Beta</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-4</revnumber>
<date>Mon Dec 17 2012</date>
<author>
@@ -59,9 +73,8 @@
<revdescription>
<simplelist>
<member>Second draft of release notes for JBoss Portal Platform 6.0.0 Beta</member>
- <!--<member>Added BZ#882318 and BZ#882318 to 'Known Issues';</member>
- <member>Removed mention of WebOS, Standalone, UXP enablement at Divya's request.</member>-->
- </simplelist>
+<!--<member>Added BZ#882318 and BZ#882318 to 'Known Issues';</member>
+ <member>Removed mention of WebOS, Standalone, UXP enablement at Divya's request.</member>--> </simplelist>
</revdescription>
</revision>
<revision>
@@ -75,8 +88,7 @@
<revdescription>
<simplelist>
<member>Edits for release notes for JBoss Portal Platform 6.0.0 Beta</member>
- <!--<member>Added an additional 'Known Issue' and browser compatibility information.</member>-->
- </simplelist>
+<!--<member>Added an additional 'Known Issue' and browser compatibility information.</member>--> </simplelist>
</revdescription>
</revision>
<revision>
@@ -90,8 +102,7 @@
<revdescription>
<simplelist>
<member>Edits for release notes for JBoss Portal Platform 6.0.0 Beta</member>
- <!--<member>Reworded New Features and Known Issues text.</member>-->
- </simplelist>
+<!--<member>Reworded New Features and Known Issues text.</member>--> </simplelist>
</revdescription>
</revision>
<revision>
Modified: epp/docs/branches/6.0/Release_Notes/en-US/Unsupported_Features.xml
===================================================================
--- epp/docs/branches/6.0/Release_Notes/en-US/Unsupported_Features.xml 2013-01-15 00:04:59 UTC (rev 9048)
+++ epp/docs/branches/6.0/Release_Notes/en-US/Unsupported_Features.xml 2013-01-15 00:06:01 UTC (rev 9049)
@@ -1,8 +1,9 @@
-<?xml version='1.0'?>
+<?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" [
]>
-
<chapter id="usupported_features">
- <title>Unsupported Features</title>
- <para>Site Publisher add-on is not available with JBoss Portal Platform 6.0.0 and future versions.</para>
+ <title>Unsupported Features</title>
+ <para>Site Publisher add-on is not available with JBoss Portal Platform 6.0.0 and future versions.</para>
+ <remark>BZ#892784 - jmorgan - made mention that domain mode is not supported for JPP 6.</remark>
+ <para>The Domain server profile present in JBoss Enterprise Application Platform 6 is not supported in JBoss Portal Platform 6. Standalone mode is the correct profile to use for all portal platform servers.</para>
</chapter>
11 years, 11 months