[BACK]Return to guideline.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib

Annotation of OpenXM/src/asir-contrib/guideline.txt, Revision 1.1

1.1     ! takayama    1: $OpenXM$
        !             2:
        !             3: How to commit your asir program to asir-contrib?  [1999, 12/23]
        !             4:
        !             5:    1.  The function names and global variables
        !             6:        should start with  xyz_  or Xyz_ where xyz is
        !             7:        the name of your package.
        !             8:        For example, all functions in the package "sm1" start with
        !             9:        sm1_, e.g., there are functions sm1_gb, sm1_hilbert, and so on
        !            10:        in the package "sm1".
        !            11:        Your asir source should be at asir-contrib/packages/src.
        !            12:
        !            13:    2.  Manuals should be written by the texinfo in English.
        !            14:        They are put in asir-contrib/packagers/doc
        !            15:        and are included from asir-contrib/packagers/doc/cman-eg.texi.
        !            16:        Japanese committers are expected to write Japanese manuals, too.
        !            17:        Japanese manuals are included from
        !            18:        asir-contrib/packagers/doc/cman.texi.
        !            19:        As to styles of manuals, see files in asir-contrib/packagers/doc.
        !            20:
        !            21:
        !            22:

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