Author: taylor
Date: Wed Sep 30 04:30:48 2015
New Revision: 1705961

URL: http://svn.apache.org/viewvc?rev=1705961&view=rev
Log:
tutorial cleanup for 2.3

Modified:
    portals/site-live/jetspeed-2/tutorial/02/default-page.html

Modified: portals/site-live/jetspeed-2/tutorial/02/default-page.html
URL: 
http://svn.apache.org/viewvc/portals/site-live/jetspeed-2/tutorial/02/default-page.html?rev=1705961&r1=1705960&r2=1705961&view=diff
==============================================================================
--- portals/site-live/jetspeed-2/tutorial/02/default-page.html (original)
+++ portals/site-live/jetspeed-2/tutorial/02/default-page.html Wed Sep 30 
04:30:48 2015
@@ -47,7 +47,7 @@
   
     
             <div class="xleft">
-        Last Published: 23 September 2015
+        Last Published: 29 September 2015
                       </div>
             <div class="xright">            <a 
href="http://portals.apache.org/applications/"; 
class="externalLink">Applications</a>
             |
@@ -202,12 +202,12 @@
       <div id="contentBox">
         <subtitle></subtitle><authors><person name="David Sean Taylor" 
email="[email protected]"><person name="Niels van Kampenhout" 
email="[email protected]"></authors><div class="section"><h2><a 
name="Modifying_the_Default_Page"></a>Modifying the Default Page</h2>
 <p> 
-        Now that we have created our decorators, lets put them to use on the 
default page.
-        Open 
<i>jetexpress-portal/src/main/webapp/WEB-INF/pages/default-page.psml</i>.
-        Add the following defaults immediately after the page element:
+        Now that we have created our decorators, lets put them to use as the 
default decorators for the portal.
+        Open 
<i>jetexpress-portal/src/main/webapp/WEB-INF/pages/folder.metadata</i>.
+        Edit the defaults element, replacing 'jetspeed' with 'jetexpress for 
both layout-decorator and portlet-decorators:
       </p>
 <div class="source"><pre>&lt;defaults layout-decorator=&quot;jetexpress&quot;
-            portlet-decorator=&quot;jetexpress&quot;</pre>
+            portlet-decorator=&quot;jetexpress&quot;&gt;</pre>
 </div>
 <p>Go ahead and save that file.</p>
 </div>


Reply via email to