tLiterate programming documentation links - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 917d8e8c6c0dac5373d8cd0c020eb583e9fb2be9
 (DIR) parent c4d76469877bb7675b2cef512976549f69086281
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Tue, 28 May 2013 12:53:26 +0200
       
       Literate programming documentation links
       
       Diffstat:
         M README                              |      15 +++++++++++++++
         M tomb                                |       2 ++
       
       2 files changed, 17 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -47,6 +47,21 @@ facilitating the storage of backup keys using image steganography,
        listing open tombs and selectively closing them, warning the user
        about their size and last time they were used, etc.
        
       +** How secure is this?
       +
       +Death is the only sure thing in life. Said that, Tomb is a pretty
       +secure tool especially because it keeps minimal, its source is always
       +open and its code is easy to review with a bit of shell script
       +knowledge.
       +
       +All encryption tools being used in Tomb are included as default in
       +many GNU/Linux operating systems and therefore are regularly peer
       +reviewed: we don't add anything else to them really, just a layer of
       +usability.
       +
       +The code of Tomb can be read in a literate programming style on
       +http://tomb.dyne.org/literate
       +
        ** Stage of development
        
        Tomb is an evolution of the 'mknest' tool developed for the dyne:bolic
 (DIR) diff --git a/tomb b/tomb
       t@@ -3,6 +3,8 @@
        # Tomb, the Crypto Undertaker
        #
        # A commandline tool to easily operate encryption of secret data
       +#
       +# Homepage on: [tomb.dyne.org](http://tomb.dyne.org)
        
        # {{{ License