Changeset 649 for trunk/README

Show
Ignore:
Timestamp:
12/25/06 13:22:54 (4 years ago)
Author:
lars
Message:

some translations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r620 r649  
    1818        3) Setup 
    1919        4) Usage 
    20         5) Development 
    21         6) Acknowledgements 
    22         7) Licence 
     20        5) Data access 
     21        6) Development 
     22        7) Acknowledgements 
     23        8) Licence 
    2324 
    2425-------------------------------------------- 
     
    142143administrative authentication. 
    143144 
    144 The user manual (available via the 'help' plugin) should give you exhaustive 
    145 usage information. 
    146 The current version of the online manual is available at: 
    147         https://systemausfall.org/trac/cryptobox/wiki/CryptoBoxUser 
     145 
     1465) Data access 
     147Before you can access your plaintext or encrypted data on a volume, you have to 
     148open it. To accomplish this, you have to go to the webinterface, select the 
     149appropriate volume and click on "Open volume" in the "Activation" tab. 
     150 
     151If you are running the CryptoBox locally, then you can access all open volumes 
     152below the 'MountDir' as specified in the configuration file 
     153(/etc/cryptobox-server/cryptobox.conf). The default mount location is 
     154/var/cache/cryptobox/mnt. 
     155 
     156If the CryptoBox package is running on a networking server, then you have to 
     157configure your favourite fileserver (e.g. samba, webdav, nfs, ftp, ...) to 
     158publish the subdirectories of the 'MountDir' (see above). 
     159If you want to customize the publishing of volumes, then you may use the 
     160event script feature fo the CryptoBox. See event-scripts/README for details. 
    148161 
    149162 
    150 5) Development 
     1636) Development 
    151164bug reports: please use our issue tracker 
    152165        https://systemausfall.org/trac/cryptobox/newticket 
     
    158171 
    159172 
    160 6) Acknowledgements 
     1737) Acknowledgements 
    161174Besides the core development team, these people helped a lot: 
    162175Clavdia Horvat, Tadej Brce & DuÅ¡an Rebolj - slovenian translation 
     
    167180 
    168181 
    169 7) Licence 
     1828) Licence 
    170183All scripts are GPL code (v2.0 or above). 
    171184The documentation is licenced under "Creative Commons 2.5 share-alike" (http://creativecommons.org/licenses/by-sa/2.5/).