File:  [Repository] / kupu / dist-apache-lenya.kupu
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Sep 15 13:06:00 2005 UTC (18 years, 9 months ago) by dwinter
Branches: first, MAIN
CVS tags: dwinter, HEAD
modifizierter kupu fuer webpages des instituts

    1: <kupu:dist
    2:   xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
    3:   xmlns:xi="http://www.w3.org/2001/XInclude"
    4:   >
    5: 
    6:   <!-- Include implementations -->
    7:   <xi:include href="include.kupu" />
    8: 
    9:   <!-- Define the default slot to start with -->
   10:   <kupu:expand>
   11:     <kupu:define-slot name="start" />
   12:   </kupu:expand>
   13: 
   14:   <!-- Define an implementation order -->
   15:   <kupu:implementation-order>
   16:     <kupu:implementation name="apache-lenya" />
   17:     <kupu:implementation name="default" />
   18:   </kupu:implementation-order>
   19: 
   20:   <!-- Enable drawers by default
   21:   <kupu:disable-feature name="drawers" />  
   22:   -->
   23: 
   24: </kupu:dist>

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