Author: taylor
Date: Sun Apr 26 03:37:29 2009
New Revision: 768637
URL: http://svn.apache.org/viewvc?rev=768637&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-389
backporting/fixing some errors found in 2.2 site
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/demo.xml
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/j1-migration.xml
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/usersguide/aboutuserguide.xml
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/demo.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/demo.xml?rev=768637&r1=768636&r2=768637&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/demo.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/demo.xml
Sun Apr 26 03:37:29 2009
@@ -17,8 +17,8 @@
-->
<document>
<properties>
- <title>Jetspeed-2 Pipeline</title>
- <subtitle>Documentation for Jetspeed-2 Pipeline</subtitle>
+ <title>Jetspeed Demos</title>
+ <subtitle>Live Jetspeed Demos</subtitle>
<authors>
<person name="David Le Strat"
email="[email protected]" />
<person name="Philip Mark Donaghy"
email="[email protected]" />
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/j1-migration.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/j1-migration.xml?rev=768637&r1=768636&r2=768637&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/j1-migration.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/j1-migration.xml
Sun Apr 26 03:37:29 2009
@@ -197,7 +197,7 @@
JetspeedSecurity.addUser(user);
]]>
</source>
- <p>In Jetspeed-2, Jetspeed Services the standard way to
access Jetspeed Services is to get a handle in the init phase, for example:</p>
+ <p>In Jetspeed-2, the standard way to access Jetspeed
Services is to get a handle in the init phase, for example:</p>
<source>
<![CDATA[
private UserManager userManager;
@@ -273,7 +273,7 @@
]]>
</source>
<p>Of course you can use JSPs or Velocity with either Jetspeed-1 or
Jetspeed-2.
-With Jetspeed-1, the common practice is to make use of the Jetspeed-1
<b>GenericMVCPortlet</b> or one of its derivitives,
+With Jetspeed-1, the common practice is to make use of the Jetspeed-1
<b>GenericMVCPortlet</b> or one of its derivatives,
the <b>VelocityPortlet</b> or the <b>JspPortlet</b>. Both the VelocityPortlet
and JspPortlet are really just GenericMVCPortlets.
Here is the xreg example of a WeatherPortlet which extends the
GenericMVCPortlet by setting its parent to Velocity
</p>
@@ -849,7 +849,7 @@
<tr><td>user</td><td>_user</td><td>Holds all
user folders</td></tr>
<tr><td>role</td><td>_role</td><td>Holds all
role folders</td></tr>
<tr><td>group</td><td>_group</td><td>Holds
all group folders</td></tr>
-
<td><td>{mediatype}</td><td>_mediatype</td><td>Content per
mime/mediatype</td></td>
+
<tr><td><td>{mediatype}</td><td>_mediatype</td><td>Content per
mime/mediatype</td></td></tr>
<tr><td>{language}</td><td>_lanaguage</td><td>Content per language</td></tr>
<tr><td>{country}</td><td>_country</td><td>Content per country code</td></tr>
</table>
Modified:
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/usersguide/aboutuserguide.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/usersguide/aboutuserguide.xml?rev=768637&r1=768636&r2=768637&view=diff
==============================================================================
---
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/usersguide/aboutuserguide.xml
(original)
+++
portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/xdocs/usersguide/aboutuserguide.xml
Sun Apr 26 03:37:29 2009
@@ -25,9 +25,6 @@
</authors>
</properties>
<body>
- <p>
- TODO : More details for Admin, Deployer and Developer guides.
- </p>
<section name="About this guide">
<p>
This User guide is designed for people who are
new to Jetspeed or as a reference for navigating
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]