A "Boss Key" is a hot-key that can be used to quickly hide (and show) Vuze even when Vuze does not have keyboard focus.
Currently Windows only.';
$mail="parg@users.sourceforge.net";
$versions = array();
$cvs_version = new PluginVersionInfo( "", "", "", "", "" );
$os_specific = true;
if (isset($_GET['os'])) {
$os = $_GET['os'];
if (strpos(strtolower(" " . $os), 'windows') > 0) {
$versions = array(
new PluginVersionInfo( "4.8.2.0", "0.2", "plugins/azbosskey_0.2.zip", "plugins/azbosskey_0.2.zip",
"0.2: Extended the supported hot keys.
".
"0.1: 4813_B10+ Initial release - Windows only" )
);
$compare = compareVersion("4.8.1.3_B10");
if ($compare >= 0){
$cvs_version =
new PluginVersionInfo( "4.8.1.3", "0.2_CVS", "plugins/azbosskey_0.2.zip", "plugins/azbosskey_0.2.zip",
"" );
}
}
}
fillDetailVarsFromArray($versions, $cvs_version);
?>