From 6c64102d7e5185374e581b170d0a10ca77746d1e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Dec 2011 18:22:50 +0100 Subject: Update documentation --- README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 3943ff2..e3cce0d 100644 --- a/README +++ b/README @@ -4,6 +4,7 @@ METADATA: In essence, metadata answer who, what, when, where, why, and how about every facet of the data that are being documented. + METADATA AND PRIVACY: Metadata within a file can tell a lot about you. Cameras record data about when a picture was taken and what @@ -11,6 +12,7 @@ METADATA AND PRIVACY: author and company information to documents and spreadsheets. Maybe you don't want to disclose those information on the web. + WARNING : Mat only removes metadata from your files, it does not anonymise their content, nor can it handle watermarking, steganography, or any too custom @@ -128,10 +130,13 @@ HOW TO IMPLEMENT NEW FORMATS: - get_meta(self) 5. don't forget to call the do_backup() method when necessary + HOW TO LAUNCH THE TESTSUITE: 1. cd ./test - 2. python2.6 clitest.py : launch the testsuite for the CLI - 3. python2.6 libtest.py : launch the testsuite for the mat internal library + 2. python2.6 test.py : launch all testsuites + 3. python2.6 clitest.py : launch the testsuite for the CLI + 4. python2.6 libtest.py : launch the testsuite for the mat internal library + ALTERNATIVES AND COMPLEMENTS: for images: @@ -150,6 +155,7 @@ NOTES: Formats that are not in the test suite are not well-tested, please don't trust the MAT about them ! + LICENSE: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as @@ -173,6 +179,7 @@ THANKS: - the amazing (and messy) hachoir library, - poppler and cairo's python bindings, - and the mutagen library + - people on #tails@freenode many thanks to them ! -- cgit v1.3