Ver Fonte

updated table

Former-commit-id: fc6da7987f0a3da4bb522c6be0d40746e98ff250
Gildas há 6 anos atrás
pai
commit
d143a4947b
1 ficheiros alterados com 11 adições e 11 exclusões
  1. 11 11
      README.MD

+ 11 - 11
README.MD

@@ -95,17 +95,17 @@ SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-
 More info here: https://github.com/gildas-lormeau/SingleFileZ
 
 ## File format comparison
-|   	                                                                           | HTML (SingleFile)  | HTML (SingleFileZ) | MAFF  | MHTML | Webarchive | 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 (SingleFile)  | HTML (SingleFileZ) | MAFF  | 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  | ✓ 	                | ✓****              |       | ✓     | ✓ 	                 | ✓ 	        |
 
 |       | Notes                                                                                                            |
 | :---: | ---                                                                                                              |