summaryrefslogtreecommitdiff
path: root/website/download/debian.php
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 /website/download/debian.php
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
Diffstat (limited to 'website/download/debian.php')
-rw-r--r--website/download/debian.php35
1 files changed, 35 insertions, 0 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";
+?>