summaryrefslogtreecommitdiff
path: root/website/download
diff options
context:
space:
mode:
Diffstat (limited to 'website/download')
-rw-r--r--website/download/debian.php2
-rw-r--r--website/download/index.php3
-rw-r--r--website/download/windows.php2
3 files changed, 4 insertions, 3 deletions
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 @@
<p><?=_("The following packages are available for download:")?></p>
<ul>
<li>OrkAudio audio capture server as a Windows precompiled binary</li>
+ <li>OrkAudio audio capture server as a Debian/Ubuntu binary package</li>
+ <li>OrkWeb and OrkTrack user interface and database logging servers as precompiled Java5 war files</li>
<li>Entire Oreka codebase (Cross platform C++ and Java)</li>
- <li>OrkTrack and OrkWeb tracking and user interface servers as precompiled Java5 war files</li>
</ul>
<p><?=_('You may modify and distribute Oreka under the <a href="../about/license">GNU GPL</a>.')?></p>
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";
?>