Author: mmcallis
Date: 2008-05-22 21:29:22 -0400 (Thu, 22 May 2008)
New Revision: 10797
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
Log:
Chapter 7. Portal URLs
- minor revisions
Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml
===================================================================
--- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml 2008-05-22
14:41:22 UTC (rev 10796)
+++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/urls.xml 2008-05-23
01:29:22 UTC (rev 10797)
@@ -39,7 +39,7 @@
<sect1>
<title>Accessing a Portal</title>
<para>
- The <computeroutput>default</computeroutput> portal is used when no portal
is specified. The following examples detail how the selection is done:
+ The <computeroutput>default</computeroutput> portal is used when no portal
is specified. How selection is done:
</para>
<para>
<itemizedlist>
@@ -59,7 +59,7 @@
<sect1>
<title>Accessing a Page</title>
<para>
- Each portal can have multiple pages, and each portal has a default page. When a portal
is selected, a page must be used, and all windows in that page are rendered. The page
selection mechanism is as follows:
+ Each portal can have multiple pages, with each portal having a default page. When a
portal is selected, a page must be used, and all windows in that page are rendered. The
page selection mechanism is as follows:
</para>
<para>
<computeroutput>/portal/default/<replaceable>page-name</replaceable></computeroutput>
renders the <replaceable>page-name</replaceable> page.
@@ -71,7 +71,7 @@
The <emphasis>CMSPortlet</emphasis> delivers content transparently, without
modifying the displayed URL. It is desirable to display binary content, such as GIF, JPEG,
PDF, ZIP, and so on, outside of the confines of the portal. For example,
<computeroutput>/content/default/images/jboss_logo.gif</computeroutput>
displays the <computeroutput>jboss_logo.gif</computeroutput> file outside of
the portal.
</para>
<para>
- To display content outside of the portal, the portal interprets any path beginning with
<computeroutput>/content</computeroutput> as a request for CMS content. As
long as the <computeroutput><mime-type></computeroutput> is not
<computeroutput>text/html</computeroutput>, or
<computeroutput>text/text</computeroutput>, and the path to the content begins
with <computeroutput>/content</computeroutput>, the content will be rendered
independently outside of the portal.
+ To display content outside of the portal, the portal interprets any path beginning with
<computeroutput>/content</computeroutput> as a request for CMS content. As
long as the <computeroutput><mime-type></computeroutput> is not
<computeroutput>text/html</computeroutput>, or
<computeroutput>text/text</computeroutput>, and the path to the content begins
with <computeroutput>/content</computeroutput>, the content is rendered
independently, outside of the portal.
</para>
</sect1>
<!--
Modified:
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml
===================================================================
---
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-05-22
14:41:22 UTC (rev 10796)
+++
docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/xmldescriptors.xml 2008-05-23
01:29:22 UTC (rev 10797)
@@ -1840,7 +1840,7 @@
<instance-name>
</screen>
<para>
- The <computeroutput><instance-name></computeroutput> maps
to the <computeroutput><instance-ref></computeroutput> element.
+ The <computeroutput><instance-name></computeroutput>
element maps to the
<computeroutput><instance-ref></computeroutput> element.
</para>
</listitem>
<listitem>
Show replies by date