From 29e29e02929bb29345e4c472b8a2aaeab3609bab Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Thu, 18 Mar 2021 15:40:37 +0100 Subject: finish up restyling --- templates/info.html | 125 +++++++++++++++++++++++++++++----------------------- 1 file changed, 70 insertions(+), 55 deletions(-) (limited to 'templates/info.html') diff --git a/templates/info.html b/templates/info.html index 889a08f..3be85b8 100644 --- a/templates/info.html +++ b/templates/info.html @@ -1,60 +1,75 @@ {% extends "base.html" %} {% block content %} -
- Metadata consists of information that characterizes your file. They answer background questions about who, how, when, and what. This gives your file multi-faceted documentation. - - https://0xacab.org/jvoisin/mat2/blob/master/README.md (09.2019) - -
- -- The metadata of your file leak a lot of information about you. For example, cameras store file information about the time of a shot and which camera was used for it. Documents, such as PDF or Words, automatically add author or company information to the document. You don't want to publish all this information at all? -
- -- This is precisely the job of MAT2: getting rid, as much as possible, of metadata. -
- -- Please note that while we do not keep a copy of your file, there is no way that you could be certain about this: Act accordingly. Due to this warning, please consider running MAT2 locally on your device. -
- --
pip3 install mat2
-
- - MAT2 is available on Debian. -
--
sudo apt install mat2
-
- - More info: https://packages.debian.org/sid/mat2 -
- -- {% for extension in extensions %} - - {{ extension }} - - {% endfor %} -
++ Metadata consists of information that characterizes your file. They answer background questions about who, how, when, and what. This gives your file multi-faceted documentation. + + https://0xacab.org/jvoisin/mat2/blob/master/README.md (09.2019) + +
+ ++ The metadata of your file leak a lot of information about you. For example, cameras store file information about the time of a shot and which camera was used for it. Documents, such as PDF or Words, automatically add author or company information to the document. You don't want to publish all this information at all? +
+ ++ This is precisely the job of MAT2: getting rid, as much as possible, of metadata. +
+ ++ Please note that while we do not keep a copy of your file, there is no way that you could be certain about this: Act accordingly. Due to this warning, please consider running MAT2 locally on your device. +
+ ++
pip3 install mat2
+
+
+ + MAT2 is available on Debian. +
+ ++
sudo apt install mat2
+
+ + More info: https://packages.debian.org/sid/mat2 +
+