<link rel="stylesheet" href="/themes/x/module_installers.css" type="text/css" media="screen" title="Default" charset="utf-8" />
<div class="body-content">
<h1>
%name%
Installer</h1>
<h2>What is this?</h2>
!lang=perl!
<p>Perl modules are collections of functions that allow you to perform tasks in Perl. You will need to install a Perl module before you can use it inside a Perl program.
</p>
!lang!
!lang=php-pear!
<p>PEAR packages are collections of functions that allow you to perform tasks in PHP. You will need to install
a PEAR before you can use it inside a PHP program.
</p>
!lang!
!lang=php-pecl!
<p>PECL extensions are collections of functions that allow you to perform tasks in PHP. You will need to install
a PECL before you can use it inside a PHP program.
</p>
!lang!
!lang=ruby!
<p><strong>!!!! At this time Rails 3.0 is not supported and can cause a broken ruby/rails environment. !!!!</strong></p>
<p>Ruby Gems are collections of functions that allow you to perform tasks in Ruby. You will need to install a Gem before you can use it inside a Ruby program.
</p>
!lang!
<h2>Checking Setup</h2>
<div id="module-output">
<p><pre>
%setup%
%pre_run%
</pre></p>
</div>
<script type="text/javascript">
var lang = "%lang%";
var do_redir = 1;
window.setTimeout( function(){
if (do_redir){
if(lang!=""){
window.location="%cp_security_token%/scripts2/module_installers_main?lang=%lang%";
}else{
window.location="%cp_security_token%/scripts2/module_installers_chooser";
}
}
}, 2000);
</script>
<div id="redir">
Redirecting to module installer in 2 seconds... [<a href="#" onClick="do_redir = 0; document.getElementById('redir').innerHTML=' '">cancel</a>]
</div>
<div class="return-link">
<b>[</b> <a href="%cp_security_token%/scripts2/module_installers_chooser?lang=%lang%">Go Back</a><b> ]</b>
</div>
</div>