| } |
} |
| |
|
| $sitelinks = array( array("page"=>"home","address"=>"/","text"=>"Home"), |
$sitelinks = array( array("page"=>"home","address"=>"/","text"=>"Home"), |
| array("page"=>"specialized","address"=>"/specialized.php","text"=>"Specialized Kernels"), |
// array("page"=>"specialized","address"=>"/specialized.php","text"=>"Specialized Kernels"), |
| array("page"=>"choosing","address"=>"/choosing.php","text"=>"Choosing a Kernel"), |
array("page"=>"choosing","address"=>"/choosing.php","text"=>"Choosing a Kernel"), |
| // array("page"=>"benh","address"=>"/benh.php","text"=>"Ben Kernels"), |
// array("page"=>"benh","address"=>"/benh.php","text"=>"Ben Kernels"), |
| // array("page"=>"paulus","address"=>"/paulus.php","text"=>"Paulus Kernels"), |
// array("page"=>"paulus","address"=>"/paulus.php","text"=>"Paulus Kernels"), |
| // array("page"=>"bitkeeper","address"=>"/bitkeeper.php","text"=>"BitKeeper Kernels"), |
// array("page"=>"bitkeeper","address"=>"/bitkeeper.php","text"=>"BitKeeper Kernels"), |
| // array("page"=>"prepatch","address"=>"/prepatch.php","text"=>"Prepatch Kernels"), |
// array("page"=>"prepatch","address"=>"/prepatch.php","text"=>"Prepatch Kernels"), |
| // array("page"=>"official","address"=>"/official.php","text"=>"Official Kernels"), |
// array("page"=>"official","address"=>"/official.php","text"=>"Official Kernels"), |
| array("page"=>"installation","address"=>"/installation.php","text"=>"Installation Instructions"), |
array("page"=>"installation","address"=>"/installation.php","text"=>"Installing a Kernel"), |
| array("page"=>"forums","address"=>"/forums/","text"=>"Discussion Forums"), |
//array("page"=>"forums","address"=>"/forums/","text"=>"Discussion Forums"), |
| array("page"=>"list","address"=>"/list.php","text"=>"Mailing Lists"), |
array("page"=>"list","address"=>"/list.php","text"=>"Mailing Lists"), |
| array("page"=>"source","address"=>"/source.php","text"=>"Source Code"), |
array("page"=>"source","address"=>"/source.php","text"=>"Source Code"), |
| array("page"=>"contact","address"=>"/contact.php","text"=>"Contact Information")); |
array("page"=>"contact","address"=>"/contact.php","text"=>"Contact Info"), |
| |
array("page"=>"logos","address"=>"/logos.php","text"=>"Logos")); |
| |
|
| |
$kernels = array(); |
| |
|
| |
if ($qqq = mysql_query("select safename,name,descr from buildcategories where safename!='default' order by name")) { |
| |
while ($rrr = mysql_fetch_object($qqq)) { |
| |
$kernels[] = array("page"=>"specialized-$rrr->safename","address"=>"/specialized.php?category=$rrr->safename","text"=>$rrr->name); |
| |
} |
| |
} |
| |
|
| $kerneltrees = array(); |
$kerneltrees = array(); |
| |
|
| $distributions = array(array("page"=>"","address"=>"http://www.gentoo.org/","text"=>"Gentoo Linux"), |
$distributions = array(array("page"=>"","address"=>"http://www.gentoo.org/","text"=>"Gentoo Linux"), |
| array("page"=>"","address"=>"http://www.debian.org/","text"=>"Debian GNU/Linux"), |
array("page"=>"","address"=>"http://www.debian.org/","text"=>"Debian GNU/Linux"), |
| array("page"=>"","address"=>"http://www.yellowdoglinux.com/","text"=>"Yellow Dog Linux"), |
array("page"=>"","address"=>"http://www.yellowdoglinux.com/","text"=>"Yellow Dog Linux"), |
| array("page"=>"","address"=>"http://www.mandrake.org/","text"=>"Mandrake Linux"), |
// array("page"=>"","address"=>"http://www.mandrake.org/","text"=>"Mandrake Linux"), |
| array("page"=>"","address"=>"http://www.suse.com/","text"=>"SuSE Linux"), |
array("page"=>"","address"=>"http://www.opensuse.org/","text"=>"openSUSE"), |
| array("page"=>"","address"=>"http://cruxppc.sunsite.dk","text"=>"CRUX GNU/Linux"), |
array("page"=>"","address"=>"http://cruxppc.sunsite.dk","text"=>"CRUX GNU/Linux"), |
| array("page"=>"","address"=>"http://www.rocklinux.org/powerpc.html","text"=>"ROCK Linux"), |
array("page"=>"","address"=>"http://www.rocklinux.org/powerpc.html","text"=>"ROCK Linux"), |
| array("page"=>"","address"=>"http://www.mklinux.org/","text"=>"MkLinux"), |
array("page"=>"","address"=>"http://www.mklinux.org/","text"=>"MkLinux"), |
| <tr> |
<tr> |
| <td class="header" colspan="<?php if ($enableAds) echo "3"; else echo "2"; ?>"> |
<td class="header" colspan="<?php if ($enableAds) echo "3"; else echo "2"; ?>"> |
| <table width="100%"><tr><td><h1>PowerPC Kernel Archives</h1></td><td align="right"><b>Currently building:</b></td></tr> |
<table width="100%"><tr><td><h1>PowerPC Kernel Archives</h1></td><td align="right"><b>Currently building:</b></td></tr> |
| <tr><td><p><b>Your source for the latest builds of stable and development Linux kernels for PowerPC computers.</b></p></td><td align="right"> |
<tr><td><p><b>Your source for fresh Linux kernel binaries for PowerPC computers.</b></p></td><td align="right"> |
| <?php |
<?php |
| if ($_q = mysql_query("select safename, fullname, statusinfo, id from builds where status='checked-out'")) { |
if ($_q = mysql_query("select safename, fullname, statusinfo, id from builds where status='checked-out'")) { |
| if ($_r = mysql_fetch_object($_q)) { |
if ($_r = mysql_fetch_object($_q)) { |
| </tr> |
</tr> |
| <tr> |
<tr> |
| <td class="navbar" valign="top"> |
<td class="navbar" valign="top"> |
| |
<h2>Kernels</h2> |
| |
<?php echonav($kernels, ""); ?> |
| <h2>Kernel Trees</h2> |
<h2>Kernel Trees</h2> |
| <?php echonav($kerneltrees, ""); ?> |
<?php echonav($kerneltrees, ""); ?> |
| <h2>Site Links</h2> |
<h2>Site Links</h2> |