Mobius Forensic Toolkit
Copyright (C) 2008, 2009 Eduardo Aguiar


1. INTRODUCTION
Mobius Forensic Toolkit is an open-source forensic framework written in
Python/GTK that manages cases and case items, providing an abstract
interface for developing extensions. Cases and item categories are defined
using XML files, for easy integration with other tools.

Through releases 0.4.x we are developing the Mobius Framework, which offers services
as such: XML serialization, abstract UI model (SDI), object database (Object Model),
as well as extensions support and services APIs.


2. APPLICATIONS
mobius_bin.py is the main application


3. INSTALLATION
As root, type:
python setup.py install


4. USAGE
Run mobius_bin.py.


5. LICENSE
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.


6. THANKS
Thank you for trying Mobius Forensic Toolkit.

Thanks to Open Clip Art (http://www.openclipart.org), Everaldo's Crystal
Interaction Design Project (http://everaldo.com/crystal) and Wikimedia
Commons (http://commons.wikimedia.org) for producing really amazing icons.

Thanks to GNU Savannah (http://savannah.nongnu.org) for hosting this project.
