]> 91.132.146.200 Git - selfpaste.git/commitdiff
docu and readme cleanup
authorBanana <banana@mirage>
Sat, 21 Dec 2019 17:24:49 +0000 (18:24 +0100)
committerBanana <banana@mirage>
Sat, 21 Dec 2019 17:24:49 +0000 (18:24 +0100)
README
documentation/filetypes.txt
documentation/security.txt

diff --git a/README b/README
index 65b7808309d988c00899a1436d34ef986d50ed25..73881733195425d4c6dd478477aea669cf225951 100644 (file)
--- 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.
index cb55da71784696f31b482506b3a3e6f9f28c2e38..93d8e41c5908d4f87f2a1b05de3f9aa9efd74433 100644 (file)
@@ -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.
index c66257b3caecfaa25211915945de4ffdc437b01a..1ddae3977fa48448aa0181cc804ff0d363de315d 100644 (file)
@@ -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.