summaryrefslogtreecommitdiff
path: root/website/download/windows.php
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
committerHenri Herscher <henri@oreka.org>2005-10-27 15:08:39 +0000
commite76fa0b3e203a5eeebc15eed92be79933bd94457 (patch)
tree6b007edae582fb67b69393c35544ed8bd96274ec /website/download/windows.php
parent0fd6bacf4e3cf06208d3d0327672d9446094e0a6 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@18 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'website/download/windows.php')
-rw-r--r--website/download/windows.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/website/download/windows.php b/website/download/windows.php
new file mode 100644
index 0000000..ba73086
--- /dev/null
+++ b/website/download/windows.php
@@ -0,0 +1,33 @@
+<?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 = "windows";
+ $pageTitle = _("Windows");
+ include "../include/header.inc.php";
+?>
+
+<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>
+
+<h3><?=_("Recommended Download")?></h3>
+<ul>
+ <li><p><a href="http://sourceforge.net/project/showfiles.php?group_id=150919&package_id=166774">orkaudio-0.1-win32-binary.zip</a></p></li>
+</ul>
+
+<h3><?=_("System Requirements")?></h3>
+<ul>
+ <li><?=_("Windows 2000, XP, or later.")?></li>
+ <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";
+?>