From 4df5a591d8760fe9879adf1936f13d552e0afc66 Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Wed, 9 Nov 2011 13:06:31 -0500
Subject: [PATCH] Initial import into github

---
 NEWS.txt   | 13 +++++++++++++
 README.txt | 44 +++++++++++++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 13 deletions(-)

diff --git a/NEWS.txt b/NEWS.txt
index bc65b50c97..62694ac84a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,16 @@
+3.0.0b2 (Nov 9, 2011)
+New Features:
+- New database design
+- Hashlookup / calculation
+- Minor overall improvements
+
+3.0.0b1 (Aug 16, 2011)
+- Initial release
+- Windows only
+- Directory tree
+- File Search
+- Table and thumbnail viewer
+
 --------------------------- Version 2.24 --------------------------------
 3/22/10: Bug Fix: resolved issue 2950986 to support HFS directories. 
 
diff --git a/README.txt b/README.txt
index b227ad8df4..d60b385dea 100644
--- a/README.txt
+++ b/README.txt
@@ -1,19 +1,37 @@
-                     Autopsy Forensic Browser 
-                 http://www.sleuthkit.org/autopsy
+                               Autopsy 3.0 (Beta)
+                          http://www.sleuthkit.org/
 
-                     Last Updated: Oct 2011
+                                July 18, 2011
 
 
-Quick Overview
------------------------------------------------------------------------------
-The Autopsy Forensic Browser is a graphical interface to utilities
-found in The Sleuth Kit (TSK).  It is currently undergoing a major 
-redesign and being rewritten from scratch. 
+OVERVIEW
 
-Version 2 contains more features than Version 3 does at this point.
-Version 3 is still in beta form.
+Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. Autopsy 3 is a complete rewrite from Autopsy 2 and it is now Java-based.  This version is currently in a beta state.   
 
+The current beta version works only on Windows.  We have run it on XP, Vista, and Windows 7 with no problems. 
 
-------------------------------------------------------------------------------
-Brian Carrier
-carrier [at] sleuthkit [dot] org
+Autopsy 3.0 is relased under the Apache 2.0 license. 
+
+
+INSTALLATION
+
+Autopsy requires the Java Runtime Environment (JRE) to be installed. A 32-bit version of release 1.6+ is required. If you have a 64-bit version of the JRE, then it will fail. We are working on a 64-bit version for a later release.
+
+You can download Java from here:
+    http://java.com/en/download/index.jsp 
+
+You should be able to simply open the Autopsy ZIP file and run the autopsy.exe program located in the 'bin' folder.
+
+
+CONTRIBUTORS
+
+The primary development of Autopsy 3 has been done at Basis Technology. The following people have developed code in the project:
+* Anthony Lawrence
+* James Antonius
+* Peter Martel
+
+
+FEEDBACK
+
+Send any bug reports or feature requests to the sleuthkit-users e-mail list.
+    http://www.sleuthkit.org/support.php
\ No newline at end of file
-- 
GitLab