You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2003/05/20 01:23:13 UTC

cvs commit: jakarta-jetspeed/docs/site changes.html code-standards.html usejetspeed.html

taylor      2003/05/19 16:23:13

  Modified:    docs/site changes.html code-standards.html usejetspeed.html
  Log:
  change log
  
  Revision  Changes    Path
  1.143     +9 -1      jakarta-jetspeed/docs/site/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- changes.html	19 May 2003 22:15:57 -0000	1.142
  +++ changes.html	19 May 2003 23:23:13 -0000	1.143
  @@ -5,6 +5,7 @@
           
   <!-- start the processing -->
       <!-- ====================================================================== -->
  +    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
       <!-- Main Page Section -->
       <!-- ====================================================================== -->
       <html>
  @@ -14,6 +15,7 @@
                           
              
                                       
  +                        
               <title>Jetspeed - Jetspeed Changes Log</title>
           </head>
   
  @@ -135,6 +137,12 @@
   </li>
   -->
   <li>
  +  Add -               - 2003/05/19 - added ability to run unit tests with a different set of properties (DST)
  +</li>
  +<li>
  +  Add -               - 2003/05/19 - added ability to set runtime properties by the sys admin (deployer)(DST)
  +</li>
  +<li>
     Add -   Bug # 19632 - 2003/05/19 - Applied a patch to fix missing portlets after Registry marshalled to file, by Jeremy Ford (MO)
   </li>
   <li>
  @@ -952,7 +960,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2002, Apache Software Foundation
  +                    Copyright &#169; 1999-2003, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.32      +13 -11    jakarta-jetspeed/docs/site/code-standards.html
  
  Index: code-standards.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/code-standards.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- code-standards.html	16 May 2003 22:25:13 -0000	1.31
  +++ code-standards.html	19 May 2003 23:23:13 -0000	1.32
  @@ -5,6 +5,7 @@
           
   <!-- start the processing -->
       <!-- ====================================================================== -->
  +    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
       <!-- Main Page Section -->
       <!-- ====================================================================== -->
       <html>
  @@ -14,6 +15,7 @@
                           
              
                                       
  +                        
               <title>Jetspeed - Coding Standards</title>
           </head>
   
  @@ -388,16 +390,16 @@
             </p>
                                                   <table>
                           <tr>
  -                        <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +                        <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   Command to run Test
               </font>
  -</td>
  -                                <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +</th>
  +                                <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   Description
               </font>
  -</td>
  +</th>
               </tr>
                                   <tr>
                           <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  @@ -449,16 +451,16 @@
             </p>
                                                   <table>
                                       <tr>
  -                        <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +                        <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   Command to run Test
               </font>
  -</td>
  -                                <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
  +</th>
  +                                <th bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
                   Description
               </font>
  -</td>
  +</th>
               </tr>
                                   <tr>
                           <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left">
  @@ -784,7 +786,7 @@
           <blockquote>
                                       <p>
         All changes posted by non-committers should be submitted (and accepted) in form
  -      of patches. Patches can be created from the root of the module using the this command:
  +      of patches. Patches can be created from root of the project using the this command:
         <p><code>cvs diff -u [file to be patched]</code></p>
         For example:
         <p><code>cvs diff -u cvs diff -u src/java/org/apache/jetspeed/services/registry/CastorRegistryService.java</code></p>
  @@ -792,7 +794,7 @@
         run the unit tests before submitting a patch.
       </p>
                                                   <p>
  -      A properly structured patch can be applied using the cvs patch utility as follows: 
  +      A properly structured patch can be applied using the cvs patch utility from the project's root as follows: 
         <p><code>patch -i [patch file name] -p0</code></p>
         Below is an example of properly structured patch:
       </p>
  @@ -847,7 +849,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2002, Apache Software Foundation
  +                    Copyright &#169; 1999-2003, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  
  1.37      +173 -173  jakarta-jetspeed/docs/site/usejetspeed.html
  
  Index: usejetspeed.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/usejetspeed.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- usejetspeed.html	16 May 2003 18:46:35 -0000	1.36
  +++ usejetspeed.html	19 May 2003 23:23:13 -0000	1.37
  @@ -1,136 +1,136 @@
  -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  -
  -<!-- Content Stylesheet for Site -->
  -
  -        
  -<!-- start the processing -->
  -    <!-- ====================================================================== -->
  -    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  -    <!-- Main Page Section -->
  -    <!-- ====================================================================== -->
  -    <html>
  -        <head>
  -            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  -
  -                        
  -           
  -                                    
  -                        
  -            <title>Jetspeed - Use Jetspeed</title>
  -        </head>
  -
  -        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  -            <table border="0" width="100%" cellspacing="0">
  -                <!-- TOP IMAGE -->
  -                <tr>
  -                    <td align="left">
  -<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
  -</td>
  -<td align="right">
  -<a href="http://jakarta.apache.org/jetspeed/"><img src="./images/logo.gif" alt="Jetspeed" border="0"/></a>
  -</td>
  -                </tr>
  -            </table>
  -            <table border="0" width="100%" cellspacing="4">
  -                <tr><td colspan="2">
  -                    <hr noshade="" size="1"/>
  -                </td></tr>
  -                
  -                <tr>
  -                    <!-- LEFT SIDE NAVIGATION -->
  -                    <td width="20%" valign="top" nowrap="true">
  -                                <p><strong>Essentials</strong></p>
  -        <ul>
  -                    <li>    <a href="./index.html">Overview</a>
  -</li>
  -                    <li>    <a href="./features.html">Features</a>
  -</li>
  -                    <li>    <a href="./license.html">License</a>
  -</li>
  -                    <li>    <a href="./install.html">Installation</a>
  -</li>
  -                    <li>    <a href="./faq.html">FAQ</a>
  -</li>
  -                    <li>    <a href="./usejetspeed.html">Sample Sites</a>
  -</li>
  -                    <li>    <a href="./resources.html">Resources</a>
  -</li>
  -                    <li>    <a href="./todo.html">Todo</a>
  -</li>
  -                    <li>    <a href="./changes.html">Changes</a>
  -</li>
  -                </ul>
  -            <p><strong>Download</strong></p>
  -        <ul>
  -                    <li>    <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
  -</li>
  -                    <li>    <a href="./supporting-projects.html">Supporting Projects</a>
  -</li>
  -                </ul>
  -            <p><strong>Documentation</strong></p>
  -        <ul>
  -                    <li>    <a href="./config_guide.html">Configuration Guide</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/jetspeed/api/index.html">Javadocs</a>
  -</li>
  -                    <li>    <a href="./application-development.html">Development</a>
  -</li>
  -                    <li>    <a href="http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm">Jetspeed Tutorial</a>
  -</li>
  -                    <li>    <a href="./catalog.html">Portlet Catalog</a>
  -</li>
  -                </ul>
  -            <p><strong>Components</strong></p>
  -        <ul>
  -                    <li>    <a href="./registry.html">Registry</a>
  -</li>
  -                    <li>    <a href="./security.html">Security</a>
  -</li>
  -                    <li>    <a href="./content-syndication.html">Syndication</a>
  -</li>
  -                    <li>    <a href="./wap.html">WAP</a>
  -</li>
  -                    <li>    <a href="./customizer.html">Customization</a>
  -</li>
  -                    <li>    <a href="./diskcache.html">Cache</a>
  -</li>
  -                    <li>    <a href="./psml.html">PSML</a>
  -</li>
  -                    <li>    <a href="./forwards.html">Forwards</a>
  -</li>
  -                </ul>
  -            <p><strong>Get Involved</strong></p>
  -        <ul>
  -                    <li>    <a href="./contributors.html">Contributors</a>
  -</li>
  -                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repository</a>
  -</li>
  -                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-jetspeed/">View CVS</a>
  -</li>
  -                    <li>    <a href="./branches.html">CVS Branches</a>
  -</li>
  -                    <li>    <a href="./code-standards.html">Coding Spec</a>
  -</li>
  -                    <li>    <a href="http://issues.apache.org/bugzilla/buglist.cgi?product=jetspeed">Bug Database</a>
  -</li>
  -                </ul>
  -                        </td>
  -                    <td width="80%" align="left" valign="top">
  -                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#525D76">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Use Jetspeed"><strong>Use Jetspeed</strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  +
  +<!-- Content Stylesheet for Site -->
  +
  +        
  +<!-- start the processing -->
  +    <!-- ====================================================================== -->
  +    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  +    <!-- Main Page Section -->
  +    <!-- ====================================================================== -->
  +    <html>
  +        <head>
  +            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  +
  +                        
  +           
  +                                    
  +                        
  +            <title>Jetspeed - Use Jetspeed</title>
  +        </head>
  +
  +        <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  +            <table border="0" width="100%" cellspacing="0">
  +                <!-- TOP IMAGE -->
  +                <tr>
  +                    <td align="left">
  +<a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
  +</td>
  +<td align="right">
  +<a href="http://jakarta.apache.org/jetspeed/"><img src="./images/logo.gif" alt="Jetspeed" border="0"/></a>
  +</td>
  +                </tr>
  +            </table>
  +            <table border="0" width="100%" cellspacing="4">
  +                <tr><td colspan="2">
  +                    <hr noshade="" size="1"/>
  +                </td></tr>
  +                
  +                <tr>
  +                    <!-- LEFT SIDE NAVIGATION -->
  +                    <td width="20%" valign="top" nowrap="true">
  +                                <p><strong>Essentials</strong></p>
  +        <ul>
  +                    <li>    <a href="./index.html">Overview</a>
  +</li>
  +                    <li>    <a href="./features.html">Features</a>
  +</li>
  +                    <li>    <a href="./license.html">License</a>
  +</li>
  +                    <li>    <a href="./install.html">Installation</a>
  +</li>
  +                    <li>    <a href="./faq.html">FAQ</a>
  +</li>
  +                    <li>    <a href="./usejetspeed.html">Sample Sites</a>
  +</li>
  +                    <li>    <a href="./resources.html">Resources</a>
  +</li>
  +                    <li>    <a href="./todo.html">Todo</a>
  +</li>
  +                    <li>    <a href="./changes.html">Changes</a>
  +</li>
  +                </ul>
  +            <p><strong>Download</strong></p>
  +        <ul>
  +                    <li>    <a href="http://jakarta.apache.org/site/binindex.html">Binaries</a>
  +</li>
  +                    <li>    <a href="http://jakarta.apache.org/site/sourceindex.html">Source Code</a>
  +</li>
  +                    <li>    <a href="./supporting-projects.html">Supporting Projects</a>
  +</li>
  +                </ul>
  +            <p><strong>Documentation</strong></p>
  +        <ul>
  +                    <li>    <a href="./config_guide.html">Configuration Guide</a>
  +</li>
  +                    <li>    <a href="http://jakarta.apache.org/jetspeed/api/index.html">Javadocs</a>
  +</li>
  +                    <li>    <a href="./application-development.html">Development</a>
  +</li>
  +                    <li>    <a href="http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm">Jetspeed Tutorial</a>
  +</li>
  +                    <li>    <a href="./catalog.html">Portlet Catalog</a>
  +</li>
  +                </ul>
  +            <p><strong>Components</strong></p>
  +        <ul>
  +                    <li>    <a href="./registry.html">Registry</a>
  +</li>
  +                    <li>    <a href="./security.html">Security</a>
  +</li>
  +                    <li>    <a href="./content-syndication.html">Syndication</a>
  +</li>
  +                    <li>    <a href="./wap.html">WAP</a>
  +</li>
  +                    <li>    <a href="./customizer.html">Customization</a>
  +</li>
  +                    <li>    <a href="./diskcache.html">Cache</a>
  +</li>
  +                    <li>    <a href="./psml.html">PSML</a>
  +</li>
  +                    <li>    <a href="./forwards.html">Forwards</a>
  +</li>
  +                </ul>
  +            <p><strong>Get Involved</strong></p>
  +        <ul>
  +                    <li>    <a href="./contributors.html">Contributors</a>
  +</li>
  +                    <li>    <a href="http://jakarta.apache.org/site/cvsindex.html">CVS Repository</a>
  +</li>
  +                    <li>    <a href="http://cvs.apache.org/viewcvs/jakarta-jetspeed/">View CVS</a>
  +</li>
  +                    <li>    <a href="./branches.html">CVS Branches</a>
  +</li>
  +                    <li>    <a href="./code-standards.html">Coding Spec</a>
  +</li>
  +                    <li>    <a href="http://issues.apache.org/bugzilla/buglist.cgi?product=jetspeed">Bug Database</a>
  +</li>
  +                </ul>
  +                        </td>
  +                    <td width="80%" align="left" valign="top">
  +                                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#525D76">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="Use Jetspeed"><strong>Use Jetspeed</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
                                       <p>
   The following sites are based on Jetspeed.  
   Please note that some of them are using the development version and their availability/stability 
   may change from time to time.
  -</p>
  +</p>
                                                   <p>
   <ul>
       <li>
  @@ -214,7 +214,7 @@
           <P />
       </li>
   </ul>
  -</p>
  +</p>
                                                   <p>
   A version 1.2b2 is running at:
   <ul>
  @@ -222,7 +222,7 @@
           <a href="http://XMLmodeling.com">http://XMLmodeling.com/</a>
       </li>
   </ul>
  -</p>
  +</p>
                                                   <p>
   Jetspeed Slide Show:
   <ul>
  @@ -231,45 +231,45 @@
           <a href="http://www.bluesunrise.com/jetspeed-docs/Jetspeed-Slides_files/frame.htm">Jetspeed Slide Show (IE only)</a>
       </li>
   </ul>
  -</p>
  -                            </blockquote>
  -        </p>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
  -                                        </td>
  -                </tr>
  -
  -                <!-- FOOTER -->
  -                <tr><td colspan="2">
  -                    <hr noshade="" size="1"/>
  -                </td></tr>
  -                <tr><td colspan="2">
  -                    <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2002, Apache Software Foundation
  -                    </em></font></div>
  -                </td></tr>
  -            </table>
  -        </body>
  -    </html>
  -<!-- end the processing -->
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  +</p>
  +                            </blockquote>
  +        </p>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +    </table>
  +                                        </td>
  +                </tr>
  +
  +                <!-- FOOTER -->
  +                <tr><td colspan="2">
  +                    <hr noshade="" size="1"/>
  +                </td></tr>
  +                <tr><td colspan="2">
  +                    <div align="center"><font color="#525D76" size="-1"><em>
  +                    Copyright &#169; 1999-2003, Apache Software Foundation
  +                    </em></font></div>
  +                </td></tr>
  +            </table>
  +        </body>
  +    </html>
  +<!-- end the processing -->
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org