Gildas 2 anni fa
parent
commit
5fe8200275
1 ha cambiato i file con 11 aggiunte e 11 eliminazioni
  1. 11 11
      README.MD

+ 11 - 11
README.MD

@@ -181,17 +181,17 @@ https://github.com/gildas-lormeau/SingleFile/wiki/How-to-execute-a-user-script-b
 
 ## File format comparison
 
-|   	                                                                          |        HTML        | Self-extracting file | MHTML | Webarchive (Safari) | HTML+folder |
-| ---                                	                                          |       :---:        |        :---:         | :---: |         :---:       |    :---:    |
-| Pages are saved as a single file                                              | ✓ 	               | ✓ 	                  | ✓     | ✓                   |             |
-| HTML and styles are minified                                                  | ✓                  | ✓ 	                  |       |    	                |             |
-| Unused HTML and styles are removed from files                                 | ✓                  | ✓ 	                  |       |                     |   	        |
-| Binary resources are not encoded in base 64                                   |                    | ✓ 	                  |       | ✓                   | ✓ 	        |
-| Files are compressed                                                          |                    | ✓ 	                  |       |                     |   	        |
-| Files can be viewed without installing any extension                          | ✓                  | ✓¹                   | ✓²    | ✓³                  | ✓           |
-| Files can be viewed without running JavaScript                                | ✓                  |         	            | ✓     | ✓                   | ✓ 	        |
-| Files can be unzipped to extract resources and view pages                     |                    | ✓ 	                  |       |                     | n/a         |
-| Files contains the text of the page (plain or formatted) which can be indexed | ✓ 	               | ✓⁴                   | ✓     | ✓ 	                | ✓ 	        |
+|   	                                                                          |        HTML        | Self-extracting ZIP | MHTML | Webarchive (Safari) | HTML+folder |
+| ---                                	                                          |       :---:        |        :---:        | :---: |         :---:       |    :---:    |
+| Pages are saved as a single file                                              | ✓ 	               | ✓ 	                 | ✓     | ✓                   |             |
+| HTML and styles are minified                                                  | ✓                  | ✓ 	                 |       |    	                |             |
+| Unused HTML and styles are removed from files                                 | ✓                  | ✓ 	                 |       |                     |   	        |
+| Binary resources are not encoded in base 64                                   |                    | ✓ 	                 |       | ✓                   | ✓ 	        |
+| Files are compressed                                                          |                    | ✓ 	                 |       |                     |   	        |
+| Files can be viewed without installing any extension                          | ✓                  | ✓¹                  | ✓²    | ✓³                  | ✓           |
+| Files can be viewed without running JavaScript                                | ✓                  |         	           | ✓     | ✓                   | ✓ 	        |
+| Files can be unzipped to extract resources and view pages                     |                    | ✓ 	                 |       |                     | n/a         |
+| Files contains the text of the page (plain or formatted) which can be indexed | ✓ 	               | ✓⁴                  | ✓     | ✓ 	                | ✓ 	        |
 
 Footnotes: