Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv8455

Modified Files:
        framework.xml 
Log Message:
some details


See also: http://cvs.mmbase.org/viewcvs/config


Index: framework.xml
===================================================================
RCS file: /var/cvs/config/framework.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- framework.xml       22 Oct 2008 14:21:33 -0000      1.14
+++ framework.xml       30 Oct 2008 09:55:09 -0000      1.15
@@ -6,9 +6,20 @@
     xsi:schemaLocation="http://www.mmbase.org/xmlns/framework
                         http://www.mmbase.org/xmlns/framework.xsd";>
   <!--
-      version: $Id: framework.xml,v 1.14 2008/10/22 14:21:33 andre Exp $
+      version: $Id: framework.xml,v 1.15 2008/10/30 09:55:09 michiel Exp $
   -->
   <!--
+      An MMBase framework provides the context in which components are 
rendered.
+
+      A framework is an implementation of org.mmbase.framework.Framework.
+      By implementing the method Framework.getUrl() the behaviour of <mm:url />
+      and <mm:include /> can be changed. This can be used to make changes to 
the layout and
+      the includes used in the page, based on the parameters passed to a page.
+
+      See the documentation on Component Framework (in the backend developers 
section)
+      for more information on this topic.
+
+
       In this file the classes of the UrlConverters need to be listed in the 
order
       in which they are to be chained.
   -->
@@ -16,23 +27,25 @@
     Short description of this framework. This is the BasicFramework.
   </description>
 
-
-  <urlconverter class="org.mmbase.framework.basic.MMBaseUrlConverter">
-    <description xml:lang="en">
-      The MMBase urlconverter handles about pretty URL's in /mmbase.
-    </description>
-    <param name="directory">/mmbase</param>
-    <param name="renderJsp">/mmbase/admin/index.jsp</param> <!-- you can also 
do index_simple.jsp when debugging -->
-  </urlconverter>
-
   <urlconverter class="org.mmbase.mynews.MyNewsUrlConverter">
     <description xml:lang="en">
       The urlconverter that belongs to the MyNews example. It makes the example
       magazine available at '/magazine' or another directory specified below.
     </description>
-    <param name="directory">/magazine</param>
+    <param name="directory">magazine</param>
     <param name="useTitle">true</param>
     <param name="dateDepth">2</param>
   </urlconverter>
   
+  <urlconverter class="org.mmbase.framework.basic.MMBaseUrlConverter">
+    <description xml:lang="en">
+      The MMBase urlconverter handles about pretty URL's in /mmbase.
+    </description>
+    <param name="directory">mmbase</param>
+    <param name="renderJsp">/mmbase/admin/index.jsp</param> <!-- you can also 
do index_simple.jsp when debugging -->
+  </urlconverter>
+
+
+
+
 </framework>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to