Author: michiel
Date: 2009-06-03 10:24:20 +0200 (Wed, 03 Jun 2009)
New Revision: 35599

Modified:
   mmbase/trunk/config/components/core.xml
Log:
mirrored twitter in admin pages too, why not...

Modified: mmbase/trunk/config/components/core.xml
===================================================================
--- mmbase/trunk/config/components/core.xml     2009-06-03 07:22:06 UTC (rev 
35598)
+++ mmbase/trunk/config/components/core.xml     2009-06-03 08:24:20 UTC (rev 
35599)
@@ -471,7 +471,30 @@
     </body>
   </block>
 
+  <block name="mmbase_microblog_uncached"
+         mimetype="text/html">
+    <body>
+      <class name="org.mmbase.framework.ConnectionRenderer">
+        <param 
name="url">http://twitter.com/statuses/user_timeline/42594291.rss</param>
+        <param name="xslt">xslt/rss.xslt</param>
+      </class>
+    </body>
+  </block>
 
+  <block name="mmbase_microblog"
+         classification="mmbase.about:101">
+    <title xml:lang="nl">Microblog</title>
+    <title xml:lang="en">Micro blog</title>
+    <description xml:lang="en">Shows latest updates from 
twitter.com/mmbase</description>
+    <description xml:lang="nl">Toont het laatste updates van 
twitter.com/mmbase</description>
+    <body>
+      <class name="org.mmbase.framework.CachedRenderer">
+        <param name="wrapsBlock">mmbase_microblog_uncached</param>
+      </class>
+    </body>
+  </block>
+
+
   <block name="releasenotes_uncached"
          mimetype="text/html">
     <body>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to