**
** Author: Oh Junseon <hollywar@mail.holywar.net> 
**
** Date: $Date: 2000/09/12 12:06:15 $ 
**
** Source code templates generator readme file 
**
** Revision: $Revision: 1.1.1.1 $ 
**

Introduction:
 templ is a source code templates generator. It makes a skeleton of source code to cvs style.  It supports c , c++ , css , html , makefile , port makefile , pl , py , sh , sgml , txt. It will be a very useful utility for developer.


Download:
  ftp://ftp.holywar.net/pub/templ look for newest directory.
  File can be downloaded seperately or in a tar.gz archive. It doesn't
  makes sense to download both of they're the same thing.


Useage:
templ pmakefile "hollywar" "hollywar@mail.holywar.net" "templ-0.2" Makefile

                     File information
[ File type    : pmakefile                                ]
[ Author       : hollywar                                 ]
[ Email        : hollywar@mail.holywar.net                ]
[ Description  : templ-0.2                                ]
"Makefile" file successfully created.

(Alias example):
alias templ_pmake='templ pmakefile "hollywar" "hollywar@mail.holywar.net" "templ-0.2" Makefile'
alias templ_c='templ c "hollywar" "hollywar@mail.holywar.net" "templ-0.2" templ.c'

You can use alias to make it easier to create. (See above example)


Supports:
  File type    Description               
[ c          : C                        ]
[ cc         : C++                      ]
[ css        : Cascading Style Sheet    ]
[ html       : HTML                     ]
[ makefile   : Makefile                 ]
[ pl         : Perl                     ]
[ pmakefile  : BSD Port Makefile        ]
[ py         : Python                   ]
[ sh         : Shell Script             ]
[ sgml       : SGML                     ]
[ txt        : Text File                ]

Developing:
 If you need some type of template(skeleton), please give me a mail and template file.

Special thanks to: 
LeoKim (cocoja) 


Oh Junseon (hollywar@mail.holywar.net)

**
** $Id: README,v 1.1.1.1 2000/09/12 12:06:15 hollywar Exp $
**
** Local Variables:
** mode: txt
** mode: font-lock
** version-control: t
** delete-old-versions: t
** End:
**
** -*- End-Of-File -
