[kupu-checkins] r34689 - kupu/trunk/kupu/mmbase
mihxil at codespeak.net
mihxil at codespeak.net
Thu Nov 16 19:34:18 CET 2006
Author: mihxil
Date: Thu Nov 16 19:34:17 2006
New Revision: 34689
Added:
kupu/trunk/kupu/mmbase/head-mmbase.kupu
Log:
will try to make a seperate 'head' part for use as an mmbase 'component'
Added: kupu/trunk/kupu/mmbase/head-mmbase.kupu
==============================================================================
--- (empty file)
+++ kupu/trunk/kupu/mmbase/head-mmbase.kupu Thu Nov 16 19:34:17 2006
@@ -0,0 +1,25 @@
+<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="head" />
+ </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