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

Modified Files:
        core.xml 
Log Message:
added some more links to documentation


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


Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- core.xml    12 Jan 2009 22:12:32 -0000      1.66
+++ core.xml    13 Jan 2009 21:31:13 -0000      1.67
@@ -528,10 +528,38 @@
   <block name="glossary"
          classification="mmbase.documentation"
          mimetype="text/html">
+    <head>
+      <class name="org.mmbase.framework.StringRenderer">
+        <param name="string"><![CDATA[<link rel="stylesheet" 
href="{REQUEST.getContextPath}/mmbase/style/css/docbook.css" type="text/css" 
/>]]></param>
+      </class>
+    </head>
     <body>
       <class name="org.mmbase.framework.DocumentationRenderer">
         <param name="docbook">glossary.xml</param>
+        <param name="includeRenderTime">html</param>
+      </class>
+    </body>
+  </block>
+
+  <block name="docbook"
+         mimetype="text/html">
+    <head>
+      <class name="org.mmbase.framework.StringRenderer">
+        <param name="string"><![CDATA[<link rel="stylesheet" 
href="{REQUEST.getContextPath}/mmbase/style/css/docbook.css" type="text/css" 
/>]]></param>
       </class>
+    </head>
+    <body>
+      <class name="org.mmbase.framework.DocumentationRenderer">
+        <param name="includeRenderTime">xml-comments</param>
+      </class>
+    </body>
+  </block>
+
+  <block name="documentation"
+         classification="mmbase.documentation"
+         mimetype="text/html">
+    <body jsp="documentation/index.jspx">
+      <param name="docbook" />
     </body>
   </block>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to