array("_" => $maindir . "index.php",
"News" => $maindir . "news.php",
"Features" => $maindir . "features.php",
"About" => $maindir . "about.php",
"Contact" => $maindir . "support.php",
"Screenshots" => $maindir . "screenshots.php",
),
"Get Trinity" => array("_" => $maindir . "releases.php",
"Packages" => $maindir . "releases.php",
"LiveCDs" => "https://wiki.trinitydesktop.org/LiveCDs",
),
"Documentation" => array("_" => $maindir . "./docs/index.php",
"FAQ" => $maindir . "faq/index.php",
"Installation" => "https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager",
"Applications" => $maindir . "applications.php",
# "Handbooks" => $maindir . "handbooks.php",
),
"Bugs" => array("_" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL"),
"Wiki" => array("_" => "https://wiki.trinitydesktop.org/"),
"Support" => array("_" => $maindir . "support.php",
"Wiki" => "https://wiki.trinitydesktop.org/",
"Bugs" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL",
"Docs" => "https://wiki.trinitydesktop.org/Category:Documentation",
"Mailing Lists" => $maindir . "mailinglist.php",
"Service Alerts" => $maindir . "servicealerts/",
),
"Development" => array("_" => $maindir . "development.php",
"GIT" => "http://mirror.git.trinitydesktop.org/cgit/",
"Commit History" => "/patches",
"Packaging GIT" => "http://mirror.git.trinitydesktop.org/cgit/tde-packaging/",
"uLab GIT" => "http://mirror.git.trinitydesktop.org/cgit/ulab/",
"Secure GIT" => "https://git.trinitydesktop.org/cgit/",
"Nightly Builds" => "https://quickbuild.pearsoncomputing.net/~trinity/+archive/ubuntu/trinity-nightly-builds/",
"API Docs" => $maindir . "apidocs.php",
"Related Projects" => $maindir . "relatedprojects.php",
"Supported RFEs" => $maindir . "crfe/",
"Get Involved" => $maindir . "helpwanted.php",
"CLAs" => $maindir . "cla/",
"TDE Team" => $maindir . "contributors.php",
"Donations" => $maindir . "donate.php",
),
);
?>
";
echo "";
echo "
";
echo " $pageTitle";
echo " ";
if ($navItem == "Screenshots") {
echo " ";
echo " ";
}
echo " ";
echo "";
?>