diff options
| author | jvoisin | 2011-08-19 16:44:07 +0200 |
|---|---|---|
| committer | jvoisin | 2011-08-19 16:44:07 +0200 |
| commit | b833d1aa89d9ff43c93eb8ea75c36c8a3a21ce03 (patch) | |
| tree | 70e902e51b6f0e25be72413a996ad79cbe9427fc /mat-cli.1 | |
| parent | 03f07b90f7bdac78c034ad11dc3164d970c1f22d (diff) | |
Name the manpage more apropriately
Diffstat (limited to 'mat-cli.1')
| -rw-r--r-- | mat-cli.1 | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/mat-cli.1 b/mat-cli.1 new file mode 100644 index 0000000..daad0ca --- /dev/null +++ b/mat-cli.1 | |||
| @@ -0,0 +1,77 @@ | |||
| 1 | .TH METADATA "1" "August 2011" "Metadata Anonymisation Toolkit" "User Commands" | ||
| 2 | |||
| 3 | |||
| 4 | .SH NAME | ||
| 5 | MAT \- manual page for the Metadata Anonymisation Toolkit | ||
| 6 | |||
| 7 | |||
| 8 | .SH SYNOPSIS | ||
| 9 | .B mat-cli | ||
| 10 | [\fIoptions\fR] \fIfiles\fR | ||
| 11 | .TP | ||
| 12 | .B mat-gui | ||
| 13 | |||
| 14 | .SH DESCRIPTION | ||
| 15 | The \fBMetadata Anonymisation Toolkit\fR is a lib (with a CLI and a GUI) | ||
| 16 | created to anonymise file's \fBmetadata\fR. In essence, metadata answer who, | ||
| 17 | what, when, where, why, and how about every face of the data that are being | ||
| 18 | documented. They can be a \fBrisk for privacy\fR. | ||
| 19 | |||
| 20 | |||
| 21 | .SH OPTIONS | ||
| 22 | .TP | ||
| 23 | \fB\-h\fR, \fB\-\-help\fR | ||
| 24 | show this help message and exit | ||
| 25 | .TP | ||
| 26 | \fB\-a\fR, \fB\-\-add2archive\fR | ||
| 27 | Add to outputed archive non\-supported filetypes | ||
| 28 | .TP | ||
| 29 | \fB\-b\fR, \fB\-\-backup\fR | ||
| 30 | Keep a backup copy | ||
| 31 | .TP | ||
| 32 | \fB\-c\fR, \fB\-\-check\fR | ||
| 33 | Check if a file is free of harmfull metadatas | ||
| 34 | .TP | ||
| 35 | \fB\-d\fR, \fB\-\-display\fR | ||
| 36 | List all the meta of a file without removing them | ||
| 37 | .TP | ||
| 38 | \fB\-f\fR, \fB\-\-force\fR | ||
| 39 | Don't check if files are clean before cleaning | ||
| 40 | .TP | ||
| 41 | \fB\-l\fR, \fB\-\-list\fR | ||
| 42 | List all supported fileformat | ||
| 43 | .TP | ||
| 44 | \fB\-u\fR, \fB\-\-ugly\fR | ||
| 45 | Remove harmful meta, but loss can occure | ||
| 46 | .TP | ||
| 47 | \fB\-v\fR, \fB\-\-version\fR | ||
| 48 | Display version and exit | ||
| 49 | |||
| 50 | |||
| 51 | .SH EXAMPLES | ||
| 52 | .TP | ||
| 53 | \fBcli.py --display\fR mydocument.pdf | ||
| 54 | Display the mydocument.pdf's harmful metadata | ||
| 55 | .TP | ||
| 56 | \fBcli.py --check *.jpg\fR | ||
| 57 | Check all the jpg images from the current folder | ||
| 58 | |||
| 59 | |||
| 60 | .SH NOTES | ||
| 61 | MAT \fBonly process metadata\fR, it does \fBnot\fR handle file data. | ||
| 62 | Blame yourself if you are traced back because of the data of your files. | ||
| 63 | MAT is not perfect : In most of the cases, an foresic expert with a lot | ||
| 64 | of time \fBcan trace back\fR your document. | ||
| 65 | If you want absolute privacy, use plain-text. | ||
| 66 | |||
| 67 | |||
| 68 | .SH AUTHOR | ||
| 69 | Julien (\fBjvoisin\fR) Voisin <pouicpouicpouic@gmail.com>, during the GSoC 2011 | ||
| 70 | |||
| 71 | |||
| 72 | .SH BUGS | ||
| 73 | MAT does not handle watermaking/tattoo for now. | ||
| 74 | |||
| 75 | |||
| 76 | .SH "SEE ALSO" | ||
| 77 | exiftool, hachoir-metadata | ||
