#
# Copyright (C) 1999-2012. Christian Heller.
#
# This file is part of the Cybernetics Oriented Interpreter (CYBOI).
#
# CYBOI 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 3 of the License,
# or (at your option) any later version.
#
# CYBOI 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 CYBOI. If not, see <http://www.gnu.org/licenses/>.
#
# Cybernetics Oriented Programming (CYBOP) <http://www.cybop.org/>
# Christian Heller <christian.heller@tuxtax.de>
#
# @version CYBOP 0.11.0 2012-01-01
# @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
