lars
1de2ebe176
fix permission problem during bootup (Closes: #139) add support for partitioning of blockdevices ending in a digit (e.g. raid (md) devices) added fieldset to partition plugin
14 lines
355 B
Python
14 lines
355 B
Python
"""CryptoBox package
|
|
|
|
The CryptoBox is a webserver. It enables you to control your encrypted
|
|
(cryptsetup-luks) and plaintext disks via an easy to use web interface.
|
|
The CryptoBox is especially suitable for non-desktop fileservers with
|
|
encrypted partitions.
|
|
"""
|
|
|
|
__all__ = ['core', 'web', 'plugins', 'tests']
|
|
__revision__ = "$Id$"
|
|
|
|
|
|
__version__ = "0.3.4"
|
|
|