summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-04-23 00:11:34 +0200
committerjvoisin2018-04-23 00:11:34 +0200
commit73db16031b729a97ad68f27e210281535c8d4c1d (patch)
tree96f7526d449fabefe07b4d048184e3d7c7091997
parent42aa32fb357f19cd68e55a1032c7f34364810d33 (diff)
Add a warning about the beta status of MAT2
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 15d1ece..53a1c71 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@
9[![pipeline status](https://0xacab.org/jvoisin/mat2/badges/master/pipeline.svg)](https://0xacab.org/jvoisin/mat2/commits/master) 9[![pipeline status](https://0xacab.org/jvoisin/mat2/badges/master/pipeline.svg)](https://0xacab.org/jvoisin/mat2/commits/master)
10[![coverage report](https://0xacab.org/jvoisin/mat2/badges/master/coverage.svg)](https://0xacab.org/jvoisin/mat2/commits/master) 10[![coverage report](https://0xacab.org/jvoisin/mat2/badges/master/coverage.svg)](https://0xacab.org/jvoisin/mat2/commits/master)
11 11
12This software is currently in **beta**, please don't use it for anything
13critical.
14
12 15
13# Requirements 16# Requirements
14 17
@@ -20,7 +23,7 @@
20Please note that MAT2 requires at least Python3.5, meaning that it 23Please note that MAT2 requires at least Python3.5, meaning that it
21doesn't run on [Debian Jessie](Stretc://packages.debian.org/jessie/python3), 24doesn't run on [Debian Jessie](Stretc://packages.debian.org/jessie/python3),
22 25
23# Run the testsuite 26# Running the testsuite
24 27
25```bash 28```bash
26$ python3 -m unittest discover -v 29$ python3 -m unittest discover -v
@@ -31,6 +34,6 @@ $ python3 -m unittest discover -v
31- The first iteration of [MAT](http://mat.boum.org) 34- The first iteration of [MAT](http://mat.boum.org)
32- [Exiftool](https://sno.phy.queensu.ca/~phil/exiftool/mat) 35- [Exiftool](https://sno.phy.queensu.ca/~phil/exiftool/mat)
33- [pdf-redact-tools](https://github.com/firstlookmedia/pdf-redact-tools), that 36- [pdf-redact-tools](https://github.com/firstlookmedia/pdf-redact-tools), that
34 try to deal with *printer dots* too. 37 tries to deal with *printer dots* too.
35- [pdfparanoia](https://github.com/kanzure/pdfparanoia), that removes 38- [pdfparanoia](https://github.com/kanzure/pdfparanoia), that removes
36 watermarks from PDF. 39 watermarks from PDF.