diff options
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -39,11 +39,11 @@ or | |||
| 39 | 39 | ||
| 40 | SUPPORTED FORMAT | 40 | SUPPORTED FORMAT |
| 41 | ================ | 41 | ================ |
| 42 | See FORMATS | 42 | See ./data/FORMATS |
| 43 | 43 | ||
| 44 | HOW TO IMPLEMENT NEW FORMATS | 44 | HOW TO IMPLEMENT NEW FORMATS |
| 45 | ============================ | 45 | ============================ |
| 46 | 1. Add the format's mimetype to the STRIPPER list in mat.py | 46 | 1. Add the format's mimetype to the STRIPPER list in strippers.py |
| 47 | 2. Inherit the GenericParser class (parser.py) | 47 | 2. Inherit the GenericParser class (parser.py) |
| 48 | 3. Read the parser.py module | 48 | 3. Read the parser.py module |
| 49 | 4. Implement at least these three methods: | 49 | 4. Implement at least these three methods: |
