array("_" => $GLOBALS['maindir'] . "index.php",
"News" => $GLOBALS['maindir'] . "news.php",
"About" => $GLOBALS['maindir'] . "about.php",
"Features" => $GLOBALS['maindir'] . "features.php",
"Screenshots" => $GLOBALS['maindir'] . "screenshots.php",
"Get Involved" => $GLOBALS['maindir'] . "helpwanted.php",
),
"Donate" => array("_" => $GLOBALS['maindir'] . "donate.php",
),
"Get Trinity" => array("_" => $GLOBALS['maindir'] . "releases.php",
"Packages" => $GLOBALS['maindir'] . "releases.php",
"LiveCDs" => "https://wiki.trinitydesktop.org/LiveCDs",
),
"Documentation" => array("_" => $GLOBALS['maindir'] . "docs/index.php",
"Wiki" => "https://wiki.trinitydesktop.org/",
"Installation" => "https://wiki.trinitydesktop.org/Category:Documentation#Installing_from_a_Package_Manager",
"Applications" => $GLOBALS['maindir'] . "applications.php",
"FAQ" => $GLOBALS['maindir'] . "faq/index.php",
),
"Support" => array("_" => $GLOBALS['maindir'] . "support.php",
"Bugs" => "https://mirror.git.trinitydesktop.org/gitea/issues",
"Mailing Lists" => $GLOBALS['maindir'] . "mailinglist.php",
"Service Alerts" => $GLOBALS['maindir'] . "servicealerts/",
"TDE Team" => $GLOBALS['maindir'] . "contributors.php",
),
"Development" => array("_" => $GLOBALS['maindir'] . "development.php",
"TGW" => "https://mirror.git.trinitydesktop.org/gitea/TDE",
"CGit" => "https://mirror.git.trinitydesktop.org/cgit/",
"Translations" => "https://mirror.git.trinitydesktop.org/weblate",
"Commit History" => $GLOBALS['maindir'] . "patches",
"Resources" => $GLOBALS['maindir'] . "devresources.php",
),
);
echo(' '."\n");
echo(' '."\n");
date_default_timezone_set('UTC'); #else the interpreter whines
echo('
© 2010-' . date('Y') . ' Trinity Desktop Project
'."\n");
?>