Pārlūkot izejas kodu

updated comparison table

Former-commit-id: d6d5c2410c9b8d8965c5d61e72c1eabc4611e45d
Gildas 6 gadi atpakaļ
vecāks
revīzija
4701775825
1 mainītis faili ar 11 papildinājumiem un 11 dzēšanām
  1. 11 11
      README.MD

+ 11 - 11
README.MD

@@ -67,17 +67,17 @@ See https://addons.mozilla.org/firefox/addon/single-file/versions/
 See https://github.com/gildas-lormeau/SingleFile/blob/master/faq.md4
 
 ## File format comparison
-|   	                                                                           | SingleFile  | 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                                    |             | ✓ 	         | ✓     |       |            	|   	         |
-| Files contains the text of the page (plain or formatted) which can be indexed | ✓ 	         | ✓****       |       | ✓    	| ✓ 	| ✓ 	         |
+|   	                                                                           | 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                                    |                    | ✓ 	                | ✓     |       |            	|   	         |
+| Files contains the text of the page (plain or formatted) which can be indexed | ✓ 	                | ✓****              |       | ✓    	| ✓ 	| ✓ 	         |
 
 |       | Notes                                                                                           |
 | :---: | ---                                                                                             |