blob: 6e8cbea75ad3325b6f03c5b3815b8665381e1a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
GENERAL:
- Complete the get_meta method:
the ultimate goal is to remove
all "harmful meta" stuff
- Fix the ugly function get_sharedir
- Modify creation/modification date
(except for stupid formats like zip)
GUI:
- display harmrful meta per file
FORMATS:
- microsoft office < 2007 (ugly and insane)
- fix zip (fix python's ziplib)
- videos format ?
MISC:
- a nautilus extension (right-clic -> clean with MAT)
SETUP:
- handle l10n files
|