diff options
| author | jvoisin | 2015-12-16 14:34:20 +0100 |
|---|---|---|
| committer | jvoisin | 2015-12-16 14:34:20 +0100 |
| commit | fff8533fa9e757dc8979f7d5171ba7609aa4bca9 (patch) | |
| tree | ae76ffc58399197f61ce78cf383c93247c5c5e5d /README.md | |
| parent | 7983af23b795eecea729791a113fc7a0565d3e51 (diff) | |
Various minor refactorizations
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 12 insertions, 9 deletions
| @@ -27,19 +27,23 @@ See README.security | |||
| 27 | DEPENDENCIES | 27 | DEPENDENCIES |
| 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 | ||
| 34 | OPTIONALS DEPENDENCIES | 31 | OPTIONALS 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 | ||
| 39 | USAGE | 39 | USAGE |
| 40 | ===== | 40 | ===== |
| 41 | |||
| 42 | For the command line: | ||
| 43 | |||
| 41 | mat --help | 44 | mat --help |
| 42 | or | 45 | |
| 46 | or 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) |
| 59 | 5. Don't forget to call the do_backup() method when necessary | 63 | 5. Don't forget to call the do_backup() method if necessary |
| 60 | 64 | ||
| 61 | HOW TO LAUNCH THE TESTSUITE | 65 | HOW TO LAUNCH THE TESTSUITE |
| 62 | =========================== | 66 | =========================== |
| @@ -94,13 +98,12 @@ MA 02110-1301, USA. | |||
| 94 | 98 | ||
| 95 | Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org> | 99 | Copyright 2011-2015 Julien (jvoisin) Voisin <julien.voisin@dustri.org> |
| 96 | 100 | ||
| 97 | |||
| 98 | THANKS | 101 | THANKS |
| 99 | ====== | 102 | ====== |
| 100 | Mat would not exist without : | 103 | Mat 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 | ||
| 106 | Many thanks to them ! | 109 | Many thanks to them! |
