[cvs] / gkbweb / htdocs / shared / inc / layout-top.inc  

cvs: gkbweb/htdocs/shared/inc/layout-top.inc

File: [cvs] / gkbweb / htdocs / shared / inc / layout-top.inc (download)
Revision: 1.4, Sat Dec 18 20:25:49 2004 UTC (8 years, 5 months ago) by tmcnulty
Branch: MAIN
Changes since 1.3: +3 -3 lines
fixed links

<?php
    error_reporting
(E_ALL);
    
    include(
"$html/shared/inc/xorsis_ad.inc");
    
    
dbconnect();

    if (
file_exists("$html/db.lock")) {
        include(
"update.html");
        exit;
    }
     
    if (!isset(
$page))
        
$page "";
        
/*    $http_referer = getenv("HTTP_REFERER");
    $remote_addr = getenv("REMOTE_ADDR");
    $http_user_agent = getenv("HTTP_USER_AGENT");
    mysql_query("INSERT INTO kernel_hits VALUES(0,CURRENT_TIMESTAMP,\"$page\",\"$http_referer\",\"$remote_addr\",\"$http_user_agent\")");
*/    
    
function space($x,$y) {
        echo 
"<img src=\"/images/pixel.gif\" height=\"$x\" width=\"$y\" alt=\"\">";
    }
    
    function 
echonav($nav$target) {
        global 
$page;
        
        if (
$target != "")
            
$targetdata " target=\"$target\"";
        else
            
$targetdata "";
        echo 
"<p>\n";
        for (
$i 0$i count($nav); $i++) {
            if (
$page == $nav[$i]["page"] && !empty($page))
                echo 
"<b><em>" $nav[$i]["text"] . "</em></b><br>";
            else
                echo 
"<b><a href=\"" $nav[$i]["address"] . "\"$targetdata>" $nav[$i]["text"] . "</a></b><br>";
        }
        echo 
"</p>";
    }
    
    
$sitelinks = array(    array("page"=>"home","address"=>"/","text"=>"Home"),
                        array(
"page"=>"specialized","address"=>"/specialized.php","text"=>"Specialized&nbsp;Kernels"),
                        array(
"page"=>"choosing","address"=>"/choosing.php","text"=>"Choosing&nbsp;a&nbsp;Kernel"),
                    
//    array("page"=>"benh","address"=>"/benh.php","text"=>"Ben&nbsp;Kernels"),
                    //    array("page"=>"paulus","address"=>"/paulus.php","text"=>"Paulus&nbsp;Kernels"),
                    //    array("page"=>"bitkeeper","address"=>"/bitkeeper.php","text"=>"BitKeeper&nbsp;Kernels"),
                    //    array("page"=>"prepatch","address"=>"/prepatch.php","text"=>"Prepatch&nbsp;Kernels"),
                    //    array("page"=>"official","address"=>"/official.php","text"=>"Official&nbsp;Kernels"),
                        
array("page"=>"installation","address"=>"/installation.php","text"=>"Installation&nbsp;Instructions"),
                        array(
"page"=>"forums","address"=>"/forums/","text"=>"Discussion&nbsp;Forums"),
                        array(
"page"=>"list","address"=>"/list.php","text"=>"Mailing&nbsp;List"),
                        array(
"page"=>"source","address"=>"/source.php","text"=>"Source&nbsp;Code"),
                        array(
"page"=>"contact","address"=>"/contact.php","text"=>"Contact&nbsp;Information"));
    
    
$kerneltrees = array();
    
    if (
$localq mysql_query("select id, tree, name from treeinfo where tree!='pmac' and tree!='tss' order by name"))
        while (
$localr mysql_fetch_object($localq))
            
$kerneltrees[] = array("page"=>"$localr->tree","address"=>"/tree.php?id=$localr->id","text"=>str_replace(" ","&nbsp;","$localr->name"));
    
    
$distributions = array(array("page"=>"","address"=>"http://www.gentoo.org/","text"=>"Gentoo Linux"),
                        array(
"page"=>"","address"=>"http://www.debian.org/","text"=>"Debian&nbsp;GNU/Linux"),
                        array(
"page"=>"","address"=>"http://www.yellowdoglinux.com/","text"=>"Yellow&nbsp;Dog&nbsp;Linux"),
                        array(
"page"=>"","address"=>"http://www.mandrake.org/","text"=>"Mandrake&nbsp;Linux"),
                        array(
"page"=>"","address"=>"http://www.suse.com/","text"=>"SuSE&nbsp;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.mklinux.org/","text"=>"MkLinux"),
                        
//array("page"=>"","address"=>"http://www.darwinlinux.org/","text"=>"Darwin&nbsp;Linux")
);
                        
    
$linuxlinks = array(array("page"=>"","address"=>"http://www.penguinppc.org/","text"=>"PenguinPPC"),
                        array(
"page"=>"","address"=>"http://www.kernel.org/","text"=>"Kernel.Org"),
                        array(
"page"=>"","address"=>"http://www.freshmeat.net/","text"=>"Freshmeat"));
    
    
$maclinks = array(array("page"=>"","address"=>"http://www.macdiscussion.com/","text"=>"MacDiscussion"),
                        array(
"page"=>"","address"=>"http://www.macnn.com/","text"=>"Mac&nbsp;News&nbsp;Network"),
                        array(
"page"=>"","address"=>"http://www.macsurfer.com/","text"=>"Mac&nbsp;Surfer"),
                        array(
"page"=>"","address"=>"http://www.applelinks.com/","text"=>"AppleLinks"),
                        array(
"page"=>"","address"=>"http://www.macintouch.com/","text"=>"Macintouch"),
                        array(
"page"=>"","address"=>"http://www.macfixit.com/","text"=>"MacFixIt"),
                        array(
"page"=>"","address"=>"http://www.macresource.com/","text"=>"Mac&nbsp;Resource"),
                        array(
"page"=>"","address"=>"http://www.macosrumors.com/","text"=>"Mac&nbsp;OS&nbsp;Rumors"),
                        array(
"page"=>"","address"=>"http://www.macslash.com/","text"=>"MacSlash"),
                        array(
"page"=>"","address"=>"http://www.maccentral.com/","text"=>"MacCentral"));
                        
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
            "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
    <meta name="resource-type" content="document">
    <meta http-equiv="pragma" content="no-cache">
    <meta name="revisit-after" content="10">
    <meta name="classification" content="Linux">
    <meta name="description" content="The PowerPC Kernel Archives are a compilation of the different PowerPC Linux kernel source trees and binary builds of all of those trees.  The site also includes some information on the different trees and discussion forums for talking about Linux and the Linux kernel.">
    <meta name="keywords" content="xorsis, linux, powerpc, ppc, kernel, source, build, compile, archive, forum, ppc kernel, powerpc kernel, kernel source, kernel build, kernel builds, ppc source, ppc build, ppc builds, powerpc source, powerpc build, powerpc builds, ppc linux powerpc linux, linux powerpc, linux ppc, linuxpowerpc, linuxppc, powerpclinux, ppclinux">
    <meta name="robots" content="ALL">
    <meta name="distribution" content="Global">
    <meta name="rating" content="General">
    <meta name="copyright" content="Copyright 2000-2001 Xorsis Software. All rights reserved.">
    <meta name="author" content="Xorsis Software">
    <meta http-equiv="reply-to" content="webmaster@ppckernel.org">
    <meta name="language" content="English">
    <meta name="doc-type" content="Web Page">
    <meta name="doc-class" content="Living Document">
    <meta name="doc-rights" content="Copywritten Work">
    <title><?php echo $title?></title>
    <link rel="stylesheet" type="text/css" href="/shared/style/css.php">
</head>
<body bgcolor="#FFFFFF">
<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td class="border">
<table cellpadding="10" cellspacing="1" border="0" width="100%">
<tr>
    <td class="header" colspan="2">
        <h1>PowerPC Kernel Archives</h1>
        <p><b>Your source for the latest builds of stable and development Linux kernels for PowerPC computers.</b></p>
    </td>
</tr>
<tr>
    <td class="navbar" valign="top">
        <h2>Kernel Trees</h2>
        <?php echonav($kerneltrees""); ?>
        <h2>Site Links</h2>
        <?php echonav($sitelinks""); ?>
        <h2>Linux Links</h2>
        <?php echonav($linuxlinks"external"); ?>
        <h2>Distributions</h2>
        <?php echonav($distributions"external"); ?>
        <h2>Mac Links</h2>
        <?php echonav($maclinks"external"); ?>
    </td>
    <td class="body" valign="top" width="100%">
        <!--table cellpadding="1" cellspacing="0" border="0" align="center">
            <tr><td><?php /*xorsis_ad("kn");*/ ?></td></tr>
        </table> 
        <br-->

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help