You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/07/02 09:21:04 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/installing updating.xml

cziegeler    2003/07/02 00:21:04

  Modified:    src/documentation/xdocs/installing updating.xml
  Log:
  Enhancing update doc
  
  Revision  Changes    Path
  1.14      +22 -0     cocoon-2.1/src/documentation/xdocs/installing/updating.xml
  
  Index: updating.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/updating.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- updating.xml	30 Jun 2003 14:23:57 -0000	1.13
  +++ updating.xml	2 Jul 2003 07:21:03 -0000	1.14
  @@ -239,5 +239,27 @@
        </p>
      </s2>
     </s1>
  +  <s1 title="Components from the scratchpad">
  +    <p>Cocoon 2.0.x had some components in the scratchpad area that have now moved into
  +       the main trunk as blocks. With this move some things have changed.
  +    </p>
  +    <s2 title="Session, Authentication and Portal">
  +      <p>The session framework (sunShine), the authentication framework (sunRise)
  +         and the portal framework (sunSpot) are now blocks (session-fw, authentication-fw
  +         and portal-fw).
  +      </p>
  +      <p>The <em>sunShine transformer</em> has been renamed to <em>session transformer</em>. 
  +        All sitemap components starting with <em>sunrise-</em> have been changed to
  +        start now with <em>auth-</em>. The <em>sunrise-auth</em> action has been
  +        renamed to <em>auth-protect</em>.
  +      </p>
  +      <p>
  +      The transformer namespace has changed from <em>http://cocoon.apache.org/sunshine/1.0</em>
  +      to <em>http://apache.org/cocoon/session/1.0</em> and the context names have changed
  +      from <em>sunshine</em> to <em>session</em> and from <em>sunrise</em> to
  +      <em>authentication</em>.
  +      </p>
  +    </s2>
  +  </s1>
    </body>
   </document>