From 1fa2ddb6e409ba920446917033eb09d1bce5bca5 Mon Sep 17 00:00:00 2001 From: Henri Herscher Date: Thu, 8 Dec 2005 19:56:36 +0000 Subject: orkweb and orktrack binary release changes git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@101 09dcff7a-b715-0410-9601-b79a96267cd0 --- website/download/debian.php | 2 +- website/download/index.php | 3 ++- website/download/windows.php | 2 +- website/include/news.inc.php | 7 +++++++ website/main.inc.php | 5 +++-- 5 files changed, 14 insertions(+), 5 deletions(-) (limited to 'website') diff --git a/website/download/debian.php b/website/download/debian.php index 297dfae..21b2b74 100644 --- a/website/download/debian.php +++ b/website/download/debian.php @@ -7,7 +7,7 @@ require_once "main.inc.php"; require_once "../latest/versions.inc.php"; $pageId = "debian"; - $pageTitle = _("Debian/Ubuntu Package"); + $pageTitle = _("OrkAudio Debian/Ubuntu Package"); include "../include/header.inc.php"; ?> diff --git a/website/download/index.php b/website/download/index.php index 76b3180..81cc45a 100644 --- a/website/download/index.php +++ b/website/download/index.php @@ -15,8 +15,9 @@

GNU GPL.')?>

diff --git a/website/download/windows.php b/website/download/windows.php index d2600b1..50ae6d4 100644 --- a/website/download/windows.php +++ b/website/download/windows.php @@ -7,7 +7,7 @@ require_once "main.inc.php"; require_once "../latest/versions.inc.php"; $pageId = "windows"; - $pageTitle = _("Windows"); + $pageTitle = _("OrkAudio Windows"); include "../include/header.inc.php"; ?> diff --git a/website/include/news.inc.php b/website/include/news.inc.php index 92e6486..cfb502d 100644 --- a/website/include/news.inc.php +++ b/website/include/news.inc.php @@ -35,6 +35,13 @@ function add_news_item($dateStr, $id, $title, $body) { function most_recent_news_item() { } +add_news_item( + "December 08, 2005", + "Web UI available as binary", + _("Web UI available as binary"), + _('

The web interface (OrkWeb) is now available as a precompiled Java war file. See the download section for more info

') +); + add_news_item( "November 24, 2005", "0.3-release", diff --git a/website/main.inc.php b/website/main.inc.php index 22950b4..749dbfb 100644 --- a/website/main.inc.php +++ b/website/main.inc.php @@ -27,8 +27,9 @@ $siteNavItems = array( ), array(_("Download"), "download/", array( - array(_("Windows"), "windows"), - array(_("Debian/Ubuntu"), "debian"), + array(_("OrkAudio Windows"), "windows"), + array(_("OrkAudio Debian/Ubuntu"), "debian"), + array(_("OrkWeb/OrkTrack"), "war"), array(_("Source Code"), "source"), array(_("Release Notes"), "release-notes"), ) -- cgit v1.2.3