From 1ee15277dde16f2bc3feb7562228a35daeffe232 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 2 Jun 2023 13:35:56 +0100 Subject: [PATCH] Add a README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..621bbfe --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +wp-mat +=== + +Wordpress plugin that automatically filters all uploaded files through +[MAT2](https://0xacab.org/jvoisin/mat2) in order to remove potentially +identifying metadata. + +Meant to be used in combination with +[wp-mat-server](https://git.autistici.org/noblogs/wp-mat-server), a +simple API wrapper for mat2. -- GitLab