Code

Using the Subversion Repository

Subversion is a source control system similar to CVS. Source control is what helps keep the project organized so things do not turn up missing. Source control also helps a lot when you have multiple developers.

product_install_code

query($backup)) { echo mysql_error(); exit(); } /** * Delete all the old data from the users table now that it has been backed up, prepares us for the new dump :) */ $truncate = "TRUNCATE TABLE users";

Code - HEAD

This code is development code which may or may not be used in the next release. Remember, this code is often times not even tested so do not by any means consider it stable. Always use the latest release version, not the HEAD. If you are interested in what the next release may include, browse through and comment if you would like.

Code Reference

View every piece of code contained within the files.

Code - 5.x-1.0a

These are the files contained within Drupaltin 5.x-1.0a. View the source of the files online and collaborate on the coding. Please feel free to comment on the files and help us improve the product.

The structure for files goes as followed:

 

Drupaltin Directory Layout

 

 

*Note- Do NOT use the contents of these files to install Drupaltin. Download the package and use those files.

Syndicate content