From: Banana Date: Sat, 21 Dec 2019 17:24:49 +0000 (+0100) Subject: docu and readme cleanup X-Git-Tag: v0.2-beta~10 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=c916c178ed8ef439348482afcdad2db5907b9ad1;p=selfpaste.git docu and readme cleanup --- 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.