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

File: [local] / OpenXM / src / asir-contrib / guideline.txt (download)

Revision 1.1, Thu Dec 23 03:59:06 1999 UTC (24 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124

Guideline.txt is a guideline for committers of
asir-contrib.

$OpenXM: OpenXM/src/asir-contrib/guideline.txt,v 1.1 1999/12/23 03:59:06 takayama Exp $

How to commit your asir program to asir-contrib?  [1999, 12/23]

   1.  The function names and global variables 
       should start with  xyz_  or Xyz_ where xyz is
       the name of your package.
       For example, all functions in the package "sm1" start with
       sm1_, e.g., there are functions sm1_gb, sm1_hilbert, and so on
       in the package "sm1".
       Your asir source should be at asir-contrib/packages/src.
    
   2.  Manuals should be written by the texinfo in English.
       They are put in asir-contrib/packagers/doc
       and are included from asir-contrib/packagers/doc/cman-eg.texi.
       Japanese committers are expected to write Japanese manuals, too.
       Japanese manuals are included from 
       asir-contrib/packagers/doc/cman.texi.
       As to styles of manuals, see files in asir-contrib/packagers/doc.