summaryrefslogtreecommitdiff
path: root/website/about/index.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/about/index.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/about/index.php')
-rw-r--r--website/about/index.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/website/about/index.php b/website/about/index.php
new file mode 100644
index 0000000..b3a53c0
--- /dev/null
+++ b/website/about/index.php
@@ -0,0 +1,28 @@
+<?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";
+ $pageId = "";
+ $pageTitle = _("About Oreka");
+ include "../include/header.inc.php";
+
+ echo "<h2>$pageTitle</h2>";
+
+ echo _('<p>Oreka is a modular and cross-platform system for recording and retrieval of audio streams. The project currently supports VoIP SIP and sound device based capture. Recordings metadata can be stored in any mainstream database. Retrieval of captured sessions is web based. For more details, please refer to the <a href="features">features</a> page</p>
+
+');
+
+ // i18n-hint: You may change the link addresses below, if there is a
+ // version of the page in your language at a different location.
+ //
+ // For official translations of the phrase "free software", please see:
+ // http://www.fsf.org/philosophy/fs-translations.html
+ //
+ // Also check the translations of this web page:
+ // http://www.fsf.org/philosophy/free-sw.html
+
+ include "../include/footer.inc.php";
+?>