var fDesc=new Array(); fDesc[0] = "BitNami OSQA Stack greatly simplifies the deployment of OSQA and its required dependencies. It can be deployed using a native installer, as a virtual machine or in the cloud.

OSQA is a sophisticated Open Source Q&A System that can help you manage and grow online communities. OSQA is written in Python and powered by the Django application framework.

The BitNami OSQA Stack native installers were packaged using BitRock's cross platform installer tool."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }