jford 2004/04/21 11:44:09
Modified: xdocs developer-notes.xml security.xml psml.xml
portlet_config_HTML.xml
xdocs/stylesheets project.xml
Log:
Changed links from jakarta to portals
Revision Changes Path
1.6 +2 -2 jakarta-jetspeed/xdocs/developer-notes.xml
Index: developer-notes.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/developer-notes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- developer-notes.xml 17 Mar 2004 21:27:50 -0000 1.5
+++ developer-notes.xml 21 Apr 2004 18:44:09 -0000 1.6
@@ -36,8 +36,8 @@
<section name="Coding Standards">
<p>
- See <a href="http://jakarta.apache.org/jetspeed/site/code-standards.html">
- http://jakarta.apache.org/jetspeed/site/code-standards.html</a>
+ See <a href="http://portals.apache.org/jetspeed-1/code-standards.html">
+ http://portals.apache.org/jetspeed-1/code-standards.html</a>
</p>
</section>
<section name="Using an IDE">
1.13 +19 -19 jakarta-jetspeed/xdocs/security.xml
Index: security.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/security.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- security.xml 17 Mar 2004 21:27:50 -0000 1.12
+++ security.xml 21 Apr 2004 18:44:09 -0000 1.13
@@ -48,31 +48,31 @@
<th>Description</th>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/PortalAuthentication.html">PortalAuthentication</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/PortalAuthentication.html">PortalAuthentication</a></td>
<td>Defines the contract between the portal and security provider required for
authentication a Jetspeed User.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/PortalAccessController.html">PortalAccessController</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/PortalAccessController.html">PortalAccessController</a></td>
<td>Defines the contract between the portal and security provider required for
authorized access control for priveleged portal actions.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/UserManagement.html">UserManagement</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/UserManagement.html">UserManagement</a></td>
<td>Defines the contract between the portal and security provider required for
managing users.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/RoleManagement.html">RoleManagement</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/RoleManagement.html">RoleManagement</a></td>
<td>Defines the contract between the portal and security provider required for
managing roles.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/GroupManagement.html">GroupManagement</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/GroupManagement.html">GroupManagement</a></td>
<td>Defines the contract between the portal and security provider required for
managing groups.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/PermissionManagement.html">PermissionManagement</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/PermissionManagement.html">PermissionManagement</a></td>
<td>Defines the contract between the portal and security provider required for
managing permissions.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/CredentialsManagement.html">CredentialsManagement</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/CredentialsManagement.html">CredentialsManagement</a></td>
<td>Defines the contract between the portal and security provider required for
managing credentials.</td>
</tr>
</table>
@@ -89,19 +89,19 @@
<th>Description</th>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/om/security/JetspeedUser.html">JetspeedUser</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/om/security/JetspeedUser.html">JetspeedUser</a></td>
<td>Defines the minimal attributes of a user in the portal system.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/om/security/Role.html">Role</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/om/security/Role.html">Role</a></td>
<td>Defines the minimal attributes of a role in the portal system.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/om/security/Group.html">Group</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/om/security/Group.html">Group</a></td>
<td>Defines the minimal attributes of a group in the portal system.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/om/security/Permission.html">Permission</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/om/security/Permission.html">Permission</a></td>
<td>Defines the minimal attributes of a permission in the portal system.</td>
</tr>
</table>
@@ -121,35 +121,35 @@
<th>Description</th>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbineAuthentication.html">TurbineAuthentication
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbineAuthentication.html">TurbineAuthentication
(Default)</a></td>
<td>Uses Torque to authenticate users against the old Turbine database
schema.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/registry/RegistryAccessController.html">RegistryAccessController
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/registry/RegistryAccessController.html">RegistryAccessController
(Default)</a></td>
<td>Uses a Jetspeed Security Registry to define and control access to critical
portal resources.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbineAccessController.html">TurbineAccessController</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbineAccessController.html">TurbineAccessController</a></td>
<td>Uses Torque to authorize access against ACLs defined in the old Turbine
database schema.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/nosecurity/NoSecurityAccessController.html">NoSecurityAccessController</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/nosecurity/NoSecurityAccessController.html">NoSecurityAccessController</a></td>
<td>All authorization access control checks return true, always granting
access.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbineUserManagement.html">TurbineUserManagement
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbineUserManagement.html">TurbineUserManagement
(Default)</a></td>
<td>Manages users with Torque and the old Turbine database schema.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbineRoleManagement.html">TurbineRoleManagement
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbineRoleManagement.html">TurbineRoleManagement
(Default)</a></td>
<td>Manages roles with Torque and the old Turbine database schema.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbineGroupManagement.html">TurbineGroupManagement
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbineGroupManagement.html">TurbineGroupManagement
(Default)</a></td>
<td>Manages groups with Torque and the old Turbine database schema.</td>
</tr>
<tr>
- <td><a
href="http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/security/turbine/TurbinePermissionManagement.html">TurbinePermissionManagement
(Default)</a></td>
+ <td><a
href="http://portals.apache.org/jetspeed-1/apidocs/org/apache/jetspeed/services/security/turbine/TurbinePermissionManagement.html">TurbinePermissionManagement
(Default)</a></td>
<td>Manages permissions with Torque and the old Turbine database schema.</td>
</tr>
</table>
1.13 +2 -2 jakarta-jetspeed/xdocs/psml.xml
Index: psml.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/psml.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- psml.xml 17 Mar 2004 21:27:50 -0000 1.12
+++ psml.xml 21 Apr 2004 18:44:09 -0000 1.13
@@ -20,7 +20,7 @@
<subtitle>An introduction to PSML</subtitle>
<authors>
<person name="Kevin A. Burton" email="[EMAIL PROTECTED]"/>
- <person name="RaphaꪠLuta" email="[EMAIL PROTECTED]"/>
+ <person name="Raphaêl Luta" email="[EMAIL PROTECTED]"/>
</authors>
</properties>
<body>
@@ -185,7 +185,7 @@
<portlets>
<controller
name="org.apache.jetspeed.portal.controllers.RowColumnPortletController"/>
- <entry type="ref"
parent="http://jakarta.apache.org/jetspeed/channels/jetspeed.rss">
+ <entry type="ref"
parent="http://portals.apache.org/jetspeed-1/channels/jetspeed.rss">
</entry>
<entry type="ref" parent="http://www.xmlhack.com/rsscat.php">
</entry>
1.6 +1 -1 jakarta-jetspeed/xdocs/portlet_config_HTML.xml
Index: portlet_config_HTML.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/portlet_config_HTML.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- portlet_config_HTML.xml 17 Mar 2004 21:27:50 -0000 1.5
+++ portlet_config_HTML.xml 21 Apr 2004 18:44:09 -0000 1.6
@@ -101,7 +101,7 @@
link to SVG graphic trending the corporate stock over the
last 30 days.
-->
-<a href="http://jakarta.apache.org/jetspeed">
+<a href="http://portals.apache.org/jetspeed-1">
<img src="images/jetspeed-logo.gif" alt="Jetspeed Logo">
</a>]]></source>
1.24 +2 -2 jakarta-jetspeed/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/stylesheets/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- project.xml 1 Apr 2004 18:52:53 -0000 1.23
+++ project.xml 21 Apr 2004 18:44:09 -0000 1.24
@@ -15,7 +15,7 @@
limitations under the License.
-->
<project name="Jetspeed"
- href="http://jakarta.apache.org/jetspeed/">
+ href="http://portals.apache.org/jetspeed-1">
<title>Jetspeed</title>
<logo href="images/logo.gif">Jetspeed</logo>
@@ -40,7 +40,7 @@
</menu>
<menu name="Documentation">
<item name="Configuration Guide" href="/config_guide.html"/>
- <item name="Javadocs"
href="http://jakarta.apache.org/jetspeed/api/index.html"/>
+ <item name="Javadocs"
href="http://portals.apache.org/jetspeed-1/apidocs/index.html"/>
<item name="Development" href="/application-development.html"/>
<item name="Jetspeed Tutorial"
href="http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm"/>
<item name="Portlet Catalog" href="/catalog.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]