Annotation of kupuMPIWG/doc/file-template, revision 1.1

1.1     ! dwinter     1: =====================================
        !             2: Header template for JavaScript files:
        !             3: =====================================
        !             4: 
        !             5: /*****************************************************************************
        !             6:  *
        !             7:  * Copyright (c) 2003-2005 Kupu Contributors. All rights reserved.
        !             8:  *
        !             9:  * This software is distributed under the terms of the Kupu
        !            10:  * License. See LICENSE.txt for license text. For a list of Kupu
        !            11:  * Contributors see CREDITS.txt.
        !            12:  *
        !            13:  *****************************************************************************/
        !            14: 
        !            15: // $Id$
        !            16: 
        !            17: 
        !            18: 
        !            19: =================================
        !            20: Header template for Python files:
        !            21: =================================
        !            22: 
        !            23: ##############################################################################
        !            24: #
        !            25: # Copyright (c) 2003-2005 Kupu Contributors. All rights reserved.
        !            26: #
        !            27: # This software is distributed under the terms of the Kupu
        !            28: # License. See LICENSE.txt for license text. For a list of Kupu
        !            29: # Contributors see CREDITS.txt.
        !            30: #
        !            31: ##############################################################################
        !            32: """XXXShort description
        !            33: 
        !            34: XXXLonger description
        !            35: 
        !            36: $Id$
        !            37: """
        !            38: 
        !            39: 
        !            40: ==========================
        !            41: Template for feature files
        !            42: ==========================
        !            43: 
        !            44: <kupu:feature
        !            45:     name="FEATURE"
        !            46:     implementation="default"
        !            47:     xmlns="http://www.w3.org/1999/xhtml"
        !            48:     xmlns:kupu="http://kupu.oscom.org/namespaces/dist"
        !            49:     >
        !            50: 
        !            51:   <kupu:part name="PART">
        !            52: 
        !            53:   </kupu:part>
        !            54: 
        !            55: </kupu:feature>

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