Documentation
DocumentationCreating good documentation is always a challenge--especially when software is undergoing rapid growth and development. 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. Thanks in advance! (See below for more info.)
There is also valuable information in the Help System, including view access to the php functions driving Boltwire. Be sure to explore it if you are interested in the inner workings of BoltWire--even if you are not a programmer.
Our Community Problem Solving Strategy!
function problem ( ) {
if( helpful ( docs ) ) {
solve ( );
}
elseif ( helpful ( community ) ) {
solve ( );
while( ! helpful ( docs ) ) {
update ( docs );
}
}
else {
despair ( );
}
}
