Participating to Templeet
You wish to help in Templeet developpement. We don't need only
programmers but also graphists, web designers, man pages or tutorial
writters or translators, bug repporters, testers and people with
good ideas...
Propose to help on the user's
list, we'll find something corresponding to your skills and wishes.
Your help to the documentation wiki would be greatly apreciated.
If you want to contribute to Templeet as a developper the first step is to download the source. It is very important to understand that this code won't work as is and that it is compulsory to use the installer to install Templeet.
Your contributions must sent as a diff to the CVS with a short note
explaining what it does.
Please follow these steps:
- Create a .cvsrc file in your home directory containing:
diff -u update -P -d
- Download the up to date CVS Templeet source code.
- Download the latest Templeet snapshot installer on your web server in test directory.
- Modify files in the web server directory and test. Once your done, copy modified files in the CVS tree.
- Use the
cvs diffcommand to create the patch, and send it to the user's list.
CVS access
To download CVS code (anonymous):
> $ unset CVS_RSH > $ export CVSROOT=':pserver:anoncvs@cvs.templeet.org:/cvs' > $ cvs login (password: anoncvs), then : > $ cvs -z3 co templeet
To download CVS code (identified users) :
> $ export CVS_RSH=ssh > $ export CVSROOT=':pserver:LOGIN@cvs.templeet.org:/cvs' > $ cvs -z3 co templeet
Download
FAQ