[kupu-checkins] r34688 - kupu/trunk/kupu/mmbase
mihxil at codespeak.net
mihxil at codespeak.net
Thu Nov 16 19:33:03 CET 2006
Author: mihxil
Date: Thu Nov 16 19:33:01 2006
New Revision: 34688
Added:
kupu/trunk/kupu/mmbase/body-mmbase.kupu
Log:
will try to make a 'body' only version
Added: kupu/trunk/kupu/mmbase/body-mmbase.kupu
==============================================================================
--- (empty file)
+++ kupu/trunk/kupu/mmbase/body-mmbase.kupu Thu Nov 16 19:33:01 2006
@@ -0,0 +1,24 @@
+<kupu:dist
+ xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ >
+
+ <!-- Include implementations -->
+ <xi:include href="../include.kupu" />
+ <xi:include href="include.kupu" />
+
+ <!-- Define the default slot to start with -->
+ <kupu:expand>
+ <kupu:define-slot name="start" />
+ </kupu:expand>
+
+ <!-- Define an implementation order -->
+ <kupu:implementation-order>
+ <kupu:implementation name="mmbase" />
+ <kupu:implementation name="default" />
+ </kupu:implementation-order>
+
+ <!-- MMBase does not want to use certain features -->
+ <kupu:disable-feature name="colorchooser" />
+
+</kupu:dist>
More information about the kupu-checkins
mailing list