summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-20 13:40:58 +0000
committerHenri Herscher <henri@oreka.org>2005-10-20 13:40:58 +0000
commit7e1d63dd9fd149e4934bf77095c8610fac786b04 (patch)
tree5fe486a1b0300c3b84fb559107a868e5cc2c95da /README.txt
parent467768fc956fc3e5a253373f26c71c681b31b6b8 (diff)
First checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..0559bae
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,29 @@
+
+Welcome to Oreka, an open media capture and retrieval platform
+
+Copyright (C) 2005, orecx LLC http://www.orecx.com
+
+This program is free software, distributed under the terms of
+the GNU General Public License.
+
+The platform currently comprises three services:
+
+* orkaudio: the audio capture and storage daemon with pluggable capture modules
+ currently comes with modules for VoIP and sound device recording.
+
+* orktrack: logs all activity from one or more orkaudio services to any mainstream database.
+
+* orkweb: Web based user interface for retrieval.
+
+To get started:
+
+* This is the source distribution package. I you want to get going fast, get binary packages from the project webpage.
+* Refer to BUILD_C++.txt for building orkaudio and associated capture modules
+* Refer to BUILD_JAVA.txt for building orktrack and orkweb
+
+This package is organized as follows:
+
+* orkbasecxx is the base C++ library
+* orkaudio is the audio capture and storage service with pluggable modules
+* orkbasej is the base java library
+* orkweb is a j2ee tapestry based front-end for media retrieval \ No newline at end of file