From c916c178ed8ef439348482afcdad2db5907b9ad1 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 21 Dec 2019 18:24:49 +0100 Subject: [PATCH] docu and readme cleanup --- README | 6 +++--- documentation/filetypes.txt | 6 +++--- documentation/security.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 65b7808..7388173 100644 --- a/README +++ b/README @@ -4,9 +4,9 @@ and build for private use only. This tool uses PHP fileinfo: https://www.php.net/manual/en/intro.fileinfo.php - The functions in this module try to guess the content type and encoding of a file - by looking for certain magic byte sequences at specific positions within the file. - While this is not a bullet proof approach the heuristics used do a very good job. +> The functions in this module try to guess the content type and encoding of a file +> by looking for certain magic byte sequences at specific positions within the file. +> While this is not a bullet proof approach the heuristics used do a very good job. It is not really bullet proof, but it does the job. Everything can be manipulated to look alike something it isn't. diff --git a/documentation/filetypes.txt b/documentation/filetypes.txt index cb55da7..93d8e41 100644 --- a/documentation/filetypes.txt +++ b/documentation/filetypes.txt @@ -1,8 +1,8 @@ This tool uses PHP fileinfo: https://www.php.net/manual/en/intro.fileinfo.php - The functions in this module try to guess the content type and encoding of a file - by looking for certain magic byte sequences at specific positions within the file. - While this is not a bullet proof approach the heuristics used do a very good job. +> The functions in this module try to guess the content type and encoding of a file +> by looking for certain magic byte sequences at specific positions within the file. +> While this is not a bullet proof approach the heuristics used do a very good job. It is not really bullet proof, but it does the job. Everything can be manipulated to look alike something it isn't. diff --git a/documentation/security.txt b/documentation/security.txt index c66257b..1ddae39 100644 --- a/documentation/security.txt +++ b/documentation/security.txt @@ -9,9 +9,9 @@ Unless you: This tool uses PHP fileinfo: https://www.php.net/manual/en/intro.fileinfo.php - The functions in this module try to guess the content type and encoding of a file - by looking for certain magic byte sequences at specific positions within the file. - While this is not a bullet proof approach the heuristics used do a very good job. +> The functions in this module try to guess the content type and encoding of a file +> by looking for certain magic byte sequences at specific positions within the file. +> While this is not a bullet proof approach the heuristics used do a very good job. It is not really bulletproof, but it does the job. Everything can be manipulated to look alike something it isn't. -- 2.39.5