summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-12-16 14:34:20 +0100
committerjvoisin2015-12-16 14:34:20 +0100
commitfff8533fa9e757dc8979f7d5171ba7609aa4bca9 (patch)
treeae76ffc58399197f61ce78cf383c93247c5c5e5d
parent7983af23b795eecea729791a113fc7a0565d3e51 (diff)
Various minor refactorizations
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9e8f691..eb30bf8 100644
--- a/README.md
+++ b/README.md
@@ -27,19 +27,23 @@ See README.security
27DEPENDENCIES 27DEPENDENCIES
28============ 28============
29 * python2.7 (at least) 29 * python2.7 (at least)
30 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support
31 * python-gi for the GUI
32 * shred (should be already installed)
33 30
34OPTIONALS DEPENDENCIES 31OPTIONALS DEPENDENCIES
35====================== 32======================
36 * python-mutagen: for massive audio format support 33 * python-mutagen: for massive audio format support
37 * exiftool: for image format support 34 * exiftool: for image format support
35 * python-pdfrw, gir-poppler and python-gi-cairo for full PDF support
36 * python-gi for the GUI
37 * shred (should be already installed)
38 38
39USAGE 39USAGE
40===== 40=====
41
42For the command line:
43
41 mat --help 44 mat --help
42or 45
46or for the graphical interface:
43 47
44 mat-gui 48 mat-gui
45 49
@@ -56,7 +60,7 @@ HOW TO IMPLEMENT NEW FORMATS
56 - is_clean(self) 60 - is_clean(self)
57 - remove_all(self) 61 - remove_all(self)
58 - get_meta(self) 62 - get_meta(self)
595. Don't forget to call the do_backup() method when necessary 635. Don't forget to call the do_backup() method if necessary
60 64
61HOW TO LAUNCH THE TESTSUITE 65HOW TO LAUNCH THE TESTSUITE
62=========================== 66===========================
@@ -94,13 +98,12 @@ MA 02110-1301, USA.
94 98
95Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org> 99Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org>
96 100
97
98THANKS 101THANKS
99====== 102======
100Mat would not exist without : 103Mat would not exist without:
101 104
102 * the Google Summer of Code, 105 * the Google Summer of Code,
103 * the hachoir library, 106 * the hachoir library,
104 * people on #tails@oftc 107 * people on #tails@oftc and the Tails project
105 108
106Many thanks to them ! 109Many thanks to them!