summaryrefslogtreecommitdiff
path: root/website/download
diff options
context:
space:
mode:
Diffstat (limited to 'website/download')
-rw-r--r--website/download/debian.php35
-rw-r--r--website/download/release-notes.php13
-rw-r--r--website/download/source.php8
-rw-r--r--website/download/windows.php4
4 files changed, 54 insertions, 6 deletions
diff --git a/website/download/debian.php b/website/download/debian.php
new file mode 100644
index 0000000..297dfae
--- /dev/null
+++ b/website/download/debian.php
@@ -0,0 +1,35 @@
+<?php
+/*
+ * Copyright 2004 Matt Brubeck
+ * This file is licensed under a Creative Commons license:
+ * http://creativecommons.org/licenses/by/2.0/
+ */
+ require_once "main.inc.php";
+ require_once "../latest/versions.inc.php";
+ $pageId = "debian";
+ $pageTitle = _("Debian/Ubuntu Package");
+ include "../include/header.inc.php";
+?>
+
+<h2><?=$pageTitle?></h2>
+
+<p>This Debian/ubuntu dpkg package has been generated on a Ubuntu Hoary system. It references all necessary dependencies. You can install it using the following command:</p>
+<p><b>dpkg -i orkaudio-0.3-linux-i386.deb</b></p>
+<p>This will prompt you if you need to install any additional dependencies first. You can install them using the command:</p>
+<p><b>apt-get install [package]</b></p>
+
+<h3><?=_("Recommended Download")?></h3>
+<ul>
+ <li><p><a href="http://prdownloads.sourceforge.net/oreka/orkaudio-0.3-linux-i386.deb?download">orkaudio-0.3-linux-i386.deb</a></p></li>
+</ul>
+
+<h3><?=_("System Requirements")?></h3>
+<ul>
+ <li><?=_("Second NIC (Ethernet port) if you need to monitor an external link for VoIP.")?></li>
+ <li><?=_("Mono or multichannel sound card for sound device recording.")?></li>
+</ul>
+
+
+<?php
+ include "../include/footer.inc.php";
+?>
diff --git a/website/download/release-notes.php b/website/download/release-notes.php
index 1708fb2..d5a4f76 100644
--- a/website/download/release-notes.php
+++ b/website/download/release-notes.php
@@ -12,6 +12,19 @@
?>
<h2><?=$pageTitle?></h2>
+
+<p>2005-11-24 Oreka 0.3</p>
+<ul>
+<li>Windows installer now available</li>
+<li>"make install" target now works under linux</li>
+<li>Debian/Ubuntu binary package now available</li>
+<li>Audio output location can now be configured ("AudioOutputPath" tag in config.xml)</li>
+<li>Orkaudio now daemonizes by default under linux</li>
+<li>Fixed bug where Skinny session could go undetected</li>
+<li>Fixed bug where NT service sometimes crashed when stopped by the user</li>
+</ul>
+
+
<p>2005-11-02 Oreka 0.2</p>
<ul>
<li>VoIp plugin now supports Cisco skinny (aka SCCP) protocol (including metadata extraction)</li>
diff --git a/website/download/source.php b/website/download/source.php
index ed24c22..3ac3d0e 100644
--- a/website/download/source.php
+++ b/website/download/source.php
@@ -18,14 +18,14 @@
<h3><?=_("Recommended Download")?></h3>
<ul>
- <li><p>Windows zip file: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2zip</a></p></li>
- <li><p>Unix tarball: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2.tar.gz</a></p></li>
+ <li><p>Windows zip file: <a href="http://www.sourceforge.net/projects/oreka/download">oreka-0.3.zip</a></p></li>
+ <li><p>Unix tarball: <a href="http://www.sourceforge.net/projects/oreka/download">oreka-0.3.tar.gz</a></p></li>
</ul>
<h3>Optional download</h3>
<ul>
- <li>Windows C++ dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2-cxx-win32-dependencies.zip</a></li>
- <li>Java dependencies package: <a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">oreka-0.2-java-dependencies.zip</a></li>
+ <li>Windows C++ dependencies package: <a href="http://www.sourceforge.net/projects/oreka/download">oreka-0.3-cxx-win32-dependencies.zip</a></li>
+ <li>Java dependencies package: <a href="http://www.sourceforge.net/projects/oreka/download">oreka-0.3-java-dependencies.zip</a></li>
</ul>
<?php
diff --git a/website/download/windows.php b/website/download/windows.php
index 93bd9a6..d2600b1 100644
--- a/website/download/windows.php
+++ b/website/download/windows.php
@@ -13,11 +13,11 @@
<h2><?=$pageTitle?></h2>
-<p>The windows binary distribution of OrkAudio is not yet an installer package. However installation is straighforward and described in README.txt in the root folder of the package.</p>
+<p>The OrkAudio windows installer is the easiest way to deploy the audio recording service. It will automatically install OrkAudio as an NT service and provide start menu links to the audio recordings and the recording details. For info on configuring, please check the README.txt in the install folder and the <a href="../support/documentation">online documentation</a></p>
<h3><?=_("Recommended Download")?></h3>
<ul>
- <li><p><a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">orkaudio-0.2-win32-binary.zip</a></p></li>
+ <li><p><a href="http://prdownloads.sourceforge.net/oreka/orkaudio-0.3-win32-installer.zip?download">orkaudio-0.3-win32-installer.zip</a></p></li>
</ul>
<h3><?=_("System Requirements")?></h3>