Update of /var/cvs/config/components
In directory james.mmbase.org:/tmp/cvs-serv1052
Modified Files:
core.xml
Log Message:
added a block which simple shows the news from mmbase.org
See also: http://cvs.mmbase.org/viewcvs/config/components
Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- core.xml 25 Jan 2008 16:13:21 -0000 1.31
+++ core.xml 20 Feb 2008 18:11:11 -0000 1.32
@@ -11,6 +11,7 @@
<description xml:lang="en">MMBase core components</description>
<description xml:lang="nl">MMBase core componenten</description>
+ <!-- This bundle provides translations for the mmbase 'core' component -->
<bundle name="org.mmbase.framework.resources.core" />
<setting name="testsetting">
@@ -176,7 +177,7 @@
<description xml:lang="en">This tools hows the performance of the various
MMBase
caches. You can also (temporary) turn on/off the cache here. For a
persistant
change you should change caches.xml.</description>
- <body jsp="/mmbase/admin/tools/cache.jsp">
+ <body jsp="cache/index.jspx">
<param name="active" type="String" />
<param name="cache" type="String" />
<param name="clear" type="String" />
@@ -289,4 +290,16 @@
</body>
</block>
+ <block name="mmbase_news"
+ classification="mmbase.about"
+ mimetype="text/html">
+ <description xml:lang="en">Shows latest news from the mmbase
site</description>
+ <body>
+ <class name="org.mmbase.framework.ConnectionRenderer">
+ <param name="url">http://www.mmbase.org/rss</param>
+ <param name="xslt">xslt/rss.xslt</param>
+ </class>
+ </body>
+ </block>
+
</component>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs