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 2005/07/07 09:04:04 UTC

svn commit: r209569 - in /cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing: portal/index.xml webapps/index.xml webapps/portal.xml

Author: cziegeler
Date: Thu Jul  7 00:04:03 2005
New Revision: 209569

URL: http://svn.apache.org/viewcvs?rev=209569&view=rev
Log:
Update docs

Modified:
    cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/portal/index.xml
    cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/index.xml
    cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/portal.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/portal/index.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/portal/index.xml?rev=209569&r1=209568&r2=209569&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/portal/index.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/portal/index.xml Thu Jul  7 00:04:03 2005
@@ -30,13 +30,11 @@
  <p>This section contains several documents about developing a portal with Cocoon.</p>
  <p>The <link href="../webapps/portal.html">portal framework</link> is a stable
    portal framework that uses the authentication framework. It can
-   be used to quickly develop portal applications.</p> 
-<p>The new <link href="portal-block.html">portal engine</link> is a new
+   be used to quickly develop portal applications, but it is deprecated.</p> 
+<p>The <link href="portal-block.html">portal engine</link> is a replacement
   implementation of a portal engine which focuses on more flexibility
-  and ease-of-use. In addition it supports the JSR-168. The current state of 
-  this engine is <em>alpha</em> which means that the engine can still change 
-  in some aspects.</p>
-
+  and ease-of-use. In addition it supports the JSR-168. For new projects
+  our advice is to use the portal engine.</p>
  </s1>
   <s1 title="Features">
   <p>The portal framework is a portal server that runs inside Cocoon - or to be more 

Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/index.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/index.xml?rev=209569&r1=209568&r2=209569&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/index.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/index.xml Thu Jul  7 00:04:03 2005
@@ -27,20 +27,13 @@
 <s1 title="Overview">
  <p>This section contains several documents about developing real-world web applications
   with Cocoon.</p>
- <p>Some of these concepts are currently in development. The development of the
-  <link href="session.html">Session handling</link>, the 
-  <link href="authentication.html">authentication</link> framework and
-  the <link href="portal.html">portal framework</link> is nearly finished. You will
-  find these components in the latest CVS version of Cocoon. The documentation
-  listed in the menu conforms to the current CVS version.</p>
- <p>However, the current release @released.version@ contains alpha versions in the
-   scratchpad area of these three components. So you can already have a look at them. The
-   documentation in the "scratchpad" folder contains the description conforming to the
-   scratchpad. But be warned that they are in the scratchpad area and will change in 
-   upcomming releases. So if you are really planning to use them, have a look at the
-   latest CVS.
- </p>
-
+ <p>Cocoon has different modules/concepts for making this task much easier. There are
+  components for <link href="session.html">Session handling</link>, the 
+  <link href="authentication.html">authentication</link> framework ,
+  the <link href="portal.html">portal framework</link> and the newer
+  <link href="../portal/index.html">portal engine</link>. You will
+  find these components in the latest SVN version of Cocoon. The documentation
+  listed in the menu conforms to the current SVN version.</p>
  </s1>
     <s1 title="Introduction">
      <p>A session is a data storage which resides on the server and records

Modified: cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/portal.xml
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/portal.xml?rev=209569&r1=209568&r2=209569&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/portal.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/documentation/xdocs/developing/webapps/portal.xml Thu Jul  7 00:04:03 2005
@@ -25,7 +25,9 @@
     <body>
   <s1 title="Introduction">
      <note>This is the description of the "old" portal framework, please also have
-      a look at the newer <link href="../portal/index.html">portal block</link>.</note>
+      a look at the newer <link href="../portal/index.html">portal block</link>.
+      This "old" framework is deprecated now. If you want to develop a portal
+      use the new portal block.</note>
      <p>The portal engine of Cocoon provides the required
         functionality to display user dependent content with a user defineable
         layout.</p>