Author: smumford
Date: 2010-05-09 20:50:07 -0400 (Sun, 09 May 2010)
New Revision: 3015
Added:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/images/Dash_Column.png
Removed:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/modules/portal/Create_a_New_Portal.xml
Log:
JBEPP-275: Adding new screenshot and removing deprecated XML file
Added:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/images/Dash_Column.png
===================================================================
(Binary files differ)
Property changes on:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/images/Dash_Column.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/modules/portal/Create_a_New_Portal.xml
===================================================================
---
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/modules/portal/Create_a_New_Portal.xml 2010-05-10
00:48:15 UTC (rev 3014)
+++
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_User_Guide/en-US/modules/portal/Create_a_New_Portal.xml 2010-05-10
00:50:07 UTC (rev 3015)
@@ -1,123 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "../../User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<section id="sect-User_Guide-Create_a_New_Portal">
- <title>Create a New Portal</title>
- <para>
- Creating a new portal requires you to have a special permission that only an
administrator can give you. You need follow these guides to create a new portal.
- </para>
- <procedure>
- <step>
- <para>
- Click on <emphasis role="bold">Site</emphasis> in the toolbar.
- </para>
- </step>
- <step>
- <para>
- Click the <emphasis role="bold">Add New Portal</emphasis>
button.
- </para>
-<!-- <para>
- By default, the <emphasis role="bold">Create New
Portal</emphasis> form is shown with the <emphasis
role="bold">Portal Templates</emphasis> tab.
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PortalTemplate.png" format="PNG"
align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PortalTemplate.png" format="PNG"
align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
- </para> -->
- <para>
- The <emphasis role="bold">Create New Portal</emphasis> form is
shown with the <emphasis role="bold">Portal Setting</emphasis> tab.
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/PortalSetting2.5.png"
format="PNG" align="center" scale="100" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/PortalSetting2.5.png"
format="PNG" align="center" contentwidth="150mm" />
- </imageobject>
- </mediaobject>
- </para>
- </step>
- <step>
- <para>
- Enter a value for the <emphasis role="bold">Portal
Name</emphasis> field. This field is required and must be unique. Only alphabetical,
numerical and underscore characters are allowed for this field and the name must have at
least 3 characters.
- </para>
- </step>
- <step>
- <para>
- Select a display language for the portal by selecting a language from the list.
- </para>
- </step>
- <step>
- <para>
- Select a skin for a portal by selecting one from the skin list.
- </para>
- </step>
- <step>
- <para>
- Click on the <emphasis role="bold">Properties</emphasis> tab to
fill in the <emphasis role="bold">Keep session alive</emphasis>
property. There are 3 options:
- <variablelist>
- <varlistentry>
- <term><emphasis
role="bold">Never</emphasis></term>
- <listitem>
- <para>
- The session will never timeout, even if an application requests it.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><emphasis
role="bold">On-demand</emphasis></term>
- <listitem>
- <para>
- The session will timeout if an application requests it
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><emphasis
role="bold">Always</emphasis></term>
- <listitem>
- <para>
- The session will time out after a set period.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </para>
- </step>
- <step>
- <para>
- Click on the <emphasis role="bold">Permission
Setting</emphasis> tab and set the permissions for the Portal.
- </para>
- <itemizedlist>
- <listitem>
- <para>
- Two types of permissions need to be set for a new portal; <emphasis>Access
Permission</emphasis> and <emphasis>Edit Permission</emphasis>.
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>Access Permission</emphasis> can be set to allow global
access by checking the <emphasis role="bold">Make it
Public</emphasis> box. Alternatively, specific permission for groups can be added by
clicking <emphasis role="bold">Add Permission</emphasis>, then
selecting a group in the left pane of the box and then a membership level in the right
pane.
- </para>
- </listitem>
- <listitem>
- <para>
- <emphasis>Edit Permission</emphasis> requires specific permissions to
be set. Click on <emphasis role="bold">Select Permission</emphasis>
and choose a group and level as above.
- </para>
- </listitem>
- </itemizedlist>
- </step>
- <step>
- <para>
- Click on <emphasis role="bold">Save</emphasis> to accept
creating a new portal.
- </para>
- </step>
- </procedure>
- <para>
- You also can edit or delete a portal. See more details in <xref
linkend="sect-User_Guide-Manage_Portals" />
- </para>
-</section>
-
-