The latest development version of spludo is available at the spludo git repository:
git clone git://github.com/DracoBlue/spludo.git
Spludo is currently developed against node.JS 0.10.
You may find the latest version of spludo also as .zip/.tar.
There is a new mailing list available at [[email protected]][spludo-mailing-list] ([Archive][spludo-mailing-list]) [spludo-mailing-list]: http://groups.google.com/group/spludo
There is an issue tracker at http://github.com/DracoBlue/spludo/issues.
If you want to contribute, you are welcome! Please be sure to follow and understand the coding standards.
Before you start to develop a new core feature ask on the [mailing list][spludo-mailing-list] for input and if the feature is wanted. There is also an issue tracker.
$ git clone git://github.com/DracoBlue/spludo.git
$ cd spludo
Now make your changes.
Then check if tests run and code is lint against the coding standards:
$ cd spludotests
$ ant core-test core-lint
Now create a patch:
$ git commit -m "Good summary of what your patch does"
$ git format-patch HEAD^
If you want to submit a patch, please send it to the [mailing list][spludo-mailing-list] by linking to a gists post or as file attachment.