Development Resources

Have a look at  http://www.eclipse.org if you are looking for an IDE. PDT (PHP Development Tools) and Subversive (Subversion Client) are the plugins you'll be looking for if you are developing for PHP.

Repository

The Subversion (SVN) repository for SysCP-ng can be found at:  http://svn.syscp-ng.org trunk is the bleeding edge development. The Layout of the repository looks like this:

   branches/      // feature branches
   tags/          // tagged versions
   trunk/         // latest development

All new features should be implemented in a branch. See BranchWork how to handle a branch.

Documentation

There is not much documentation yet, but it must follow. A good starting point is the Documentation page