Просмотр исходного кода

updated comparison table

Former-commit-id: a34af18ab96160d8f9af511adb7e364468f83f2e
Gildas 6 лет назад
Родитель
Сommit
e5c5efbe9e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      README.MD

+ 3 - 3
README.MD

@@ -67,14 +67,14 @@ 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 | HTML+folder | Webarchive |
+|   	                                                                           | SingleFile  | SingleFileZ | MAFF  | MHTML | Webarchive | HTML+folder |
 | ---                                	                                          |    :---:    |    :---:    | :---: | :---: |    :---:    |    :---:    |
-| Pages are saved as a single file                                              | ✓ 	         | ✓ 	         | ✓     | ✓     |            	| ✓ 	         |
+| 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 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 | ✓ 	         | ✓****       |       | ✓    	| ✓ 	| ✓ 	         |