summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-24 19:45:48 +0000
committerHenri Herscher <henri@oreka.org>2005-11-24 19:45:48 +0000
commit9b3570409169eb2465792e38531696853eeddaa7 (patch)
treea0c9507ae75b1d133884bc6b34a3308776514de6
parent2c06b0eecdd8df3a796bb1ed4774b504c64c620f (diff)
version 0.3 release website changes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@71 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--website/about/features.php2
-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
-rw-r--r--website/include/news.inc.php10
-rw-r--r--website/main.inc.php1
7 files changed, 66 insertions, 7 deletions
diff --git a/website/about/features.php b/website/about/features.php
index e0b37b7..c766759 100644
--- a/website/about/features.php
+++ b/website/about/features.php
@@ -14,7 +14,7 @@ echo "<p>"._('Oreka currently has the following features:')."</p>";
echo _('<h3>Recording and storage</h3>
<ul>
-<li>Record VoIP SIP sessions by passively listening to network packets. Both sides of a conversation are mixed together and each call is logged as a separate audio file.</li>
+<li>Record VoIP RTP sessions by passively listening to network packets. Both sides of a conversation are mixed together and each call is logged as a separate audio file. When SIP or Cisco Skinny (SCCP) signalling is detected, the associated metadata is also extracted.</li>
<li>Record from a standard sound device (e.g. microphone or line input). Can record multiple channels at the same time. Each recording goes to separate audio files</li>
<li>Open plugin architecture for audio capture means that the system is potentially capable of recording from any audio source.</li>
<li>Automatic audio segmentation so that continuous audio sources can be split in separate audio files and easily retrieved later.</li>
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>
diff --git a/website/include/news.inc.php b/website/include/news.inc.php
index 467e78c..92e6486 100644
--- a/website/include/news.inc.php
+++ b/website/include/news.inc.php
@@ -34,6 +34,16 @@ function add_news_item($dateStr, $id, $title, $body) {
}
function most_recent_news_item() {
}
+
+add_news_item(
+ "November 24, 2005",
+ "0.3-release",
+ _("Oreka 0.3 Released"),
+ _('<p>A windows installer and a debian/ubuntu package are now available, making it easier for users to install the orkaudio recorder. Orkaudio can now run as a daemon under Linux.</p>')
+);
+
+
+
add_news_item(
"November 02, 2005",
"0.2-release",
diff --git a/website/main.inc.php b/website/main.inc.php
index 67dde9f..22950b4 100644
--- a/website/main.inc.php
+++ b/website/main.inc.php
@@ -28,6 +28,7 @@ $siteNavItems = array(
array(_("Download"), "download/",
array(
array(_("Windows"), "windows"),
+ array(_("Debian/Ubuntu"), "debian"),
array(_("Source Code"), "source"),
array(_("Release Notes"), "release-notes"),
)