Documentation
Documentation
Creating good documentation is always a challenge. We've done our best to gather as much information as possible, but it's not always current, or complete. If you would like to help update the content here, please create a member account, and join us in the task of improving our documentation. (Click here for more info.) Thanks in advance!
Warning: Nearly all the documentation here is for 3.xx, and may not be updated for 4.xx. We will be revising the documentation as we find time...
Our Community Problem Solving Strategy!
function problem ( ) {
if( helpful ( docs ) ) {
solve ( );
}
elseif ( helpful ( community ) ) {
solve ( );
while( ! helpful ( docs ) ) {
update ( docs );
}
}
else {
despair ( );
}
}

