[Ejtools-cvs] CVS: website/content/developers index.xhtml,NONE,1.1 source.xhtml,NONE,1.1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-18 21:02:24
|
Update of /cvsroot/ejtools/website/content/developers In directory usw-pr-cvs1:/tmp/cvs-serv6740/developers Added Files: index.xhtml source.xhtml Log Message: Initial Import --- NEW FILE: index.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - For Developers</title> </head> <body> <h1>For Developers</h1> <p>Here you can find some information that is useful for developers and people who might want to become a developer. This section contains informations for downloading the source code from CVS.</p> </body> </html> --- NEW FILE: source.xhtml --- <?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>EJTools - Source Code</title> </head> <body> <h1>Source Code</h1> <p>Source code is available from the <a href="http://www.sourceforge.net/cvs/?group_id=49088">SourceForge CVS repository</a> . Two accesses are provided : <ul> <li>Anonymous : it is a read-only access of the CVS tree.</li> <li>SSH : it is a secure read-write access of the CVS tree. You need to be a regitered developpers on EJTools.</li> </ul> </p> </body> </html> |