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>
|