Annotation of kupu/dist-plone.kupu, revision 1.1.1.1

1.1       dwinter     1: <kupu:dist
                      2:   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                      3:   xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
                      4:   xmlns:xi="http://www.w3.org/2001/XInclude"
                      5:   >
                      6: 
                      7:   <!-- Include implementations -->
                      8:   <xi:include href="include.kupu" />
                      9: 
                     10:   <!-- Define the default slot to start with -->
                     11:   <kupu:expand>
                     12:     <kupu:define-slot name="start" />
                     13:   </kupu:expand>
                     14: 
                     15:   <!-- Define an implementation order -->
                     16:   <kupu:implementation-order>
                     17:     <kupu:implementation name="plone" />
                     18:     <kupu:implementation name="default" />
                     19:   </kupu:implementation-order>
                     20: 
                     21: 
                     22:   <!-- Plone does not want to use certain features -->
                     23:   <kupu:disable-feature name="toolboxes" />
                     24:   <kupu:disable-feature name="save" />
                     25:   <kupu:disable-feature name="colorchooser" />
                     26: 
                     27: </kupu:dist>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>