#
# $RCSfile: directories.txt,v $
#
# Copyright (c) 1999-2005. Christian Heller and the CYBOP developers.
#
# 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
# of the License, 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, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#
# http://www.cybop.net
# - Cybernetics Oriented Programming -
#
# @version $Revision: 1.2 $ $Date: 2009/01/03 01:24:53 $ $Author: christian $
# @author Christian Heller <christian.heller@tuxtax.de>
#

/default
/system
/group
/user

/knowledge

- models are situated in every directory
- directories are read in a certain order, using priorities assigned to them
- knowledge (data like addresses or an electronic health record etc.)
have to be stored in external system (database) or in special directory


Comparison with classical unix
______________________________

/bin --> CYBOI is the only remaining binary (included in hardware?)
/boot --> boot operating system model lies in /default and /system
/dev --> ??
/etc --> model files already represent configurations
/home --> /user and /group
/lib --> model files already represent libraries
/mnt --> ?? (can possibly stay)
/opt --> /default
/proc --> ??
/pub --> ?? (can possibly stay)
/root --> /user
/sbin --> CYBOI is the only remaining binary (included in hardware?)
/tmp ?? (can possibly stay)
/usr --> /default
/usr/share --> /knowledge
/var --> /system
