You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/19 10:43:07 UTC

svn commit: r596235 - /lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml

Author: andreas
Date: Mon Nov 19 01:43:06 2007
New Revision: 596235

URL: http://svn.apache.org/viewvc?rev=596235&view=rev
Log:
Added some infos to 'What's new in Lenya 2.0' page

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml?rev=596235&r1=596234&r2=596235&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/2_0_x/index.xml Mon Nov 19 01:43:06 2007
@@ -44,7 +44,9 @@
         <dt><a href="site:modules">Modularization</a></dt>
         <dd>
           The monolithic architecture has been replaced by a small generic core and
-          various modules for specific purposes.
+          various modules for specific purposes. This makes the codebase easier to understand
+          and makes it easier to make custom functionality available in multiple
+          publications.
         </dd>
         <dt><a href="site:repository">Improved Repository Access</a></dt>
         <dd>
@@ -58,18 +60,25 @@
           Static link rewriting is not necessary anymore.
         </dd>
         <dt><a href="site:ac-restricted">Improved Access Control</a></dt>
-        <dd>It is now possible to explicitly deny permissions on specific pages.</dd>
+        <dd>
+          It is now possible to explicitly deny permissions on specific pages.
+        </dd>
         <dt><a href="site:metadata">Configurable Meta Data</a></dt>
         <dd>
-          It is now possible to declare custom sets of meta data.
+          Additionally to the default <a href="http://dublincore.org">Dublin Core</a> meta data,
+          you can now declare your own custom meta data element sets. For each meta data element,
+          you can specify if it can be edited using the GUI or if it is used for internal purposes only.
         </dd>
         <dt><a href="site:publication-templating">Publication Templating</a></dt>
         <dd>
           Publication templating allows to re-use common functionality in multiple publications.
+          All resources, like layout images, CSS, XSLT and Cocoon sitemap files, are inherited to
+          child publications unless you explicitely override them.
         </dd>
         <dt><a href="site:usecase-framework-overview">Usecase Framework</a></dt>
         <dd>
           The usecase framework simplifies the implementation of user interaction functionality.
+          It is not necessary to implement Cocoon sitemaps for each usecase anymore.
         </dd>
         <dt><a href="site:notification_module_overview">Simplified Notification, Inboxes</a></dt>
         <dd>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org